> For the complete documentation index, see [llms.txt](https://docs.geodnet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodnet.com/geod-token/geod-token-introduction.md).

# GEOD Token Introduction

GEOD is the utility token for the GEODNET network. It is used to reward people who have installed quality GEODNET Base Stations (Statellite Miners). It is also used as an utility token to pay for GEODNET RTK data service, as well as participating in project governance.&#x20;

## Multi-Chain

<figure><img src="/files/bfrrZswUBOQDAKjnhmGo" alt="" width="125"><figcaption></figcaption></figure>

GEOD tokens are available as ERC-20 token based on Polygon blockchain.

Smart Contract Address on Polygon: [0xac0f66379a6d7801d7726d5a943356a172549adb](https://polygonscan.com/address/0xac0f66379a6d7801d7726d5a943356a172549adb)\
GEOD tokens can be traded on Centralized Exchanges (CEX) on [Gate.io](https://www.gate.io/) and [MEXC](https://www.mexc.com/), and Decentralized Exchanges (DEX) such as [QuickSwap ](https://quickswap.exchange/#/)and [UniSwap](https://uniswap.org/). Current available trading pairs are GEOD/USDT, GEOD/MATIC, and GEOD/USDC.

<figure><img src="/files/d7wgzrIMiNra2ecL5oe0" alt="" width="125"><figcaption></figcaption></figure>

Following the successful approval of [GIP3](https://vote.geodnet.com/proposal-list?id=GIP885291719988428966), GEOD tokens are now available as SPL token based on Solana blockchain with the Wormhole NTT (Native Token Transfer) framework.

GEOD token address on Solana: \
[https://solscan.io/token/7JA5eZdCzztSfQbJvS8aVVxMFfd81Rs9VvwnocV1mKHu](< https://solscan.io/token/7JA5eZdCzztSfQbJvS8aVVxMFfd81Rs9VvwnocV1mKHu>)

Trading pairs for GEOD/SOL are active on [Orca](https://www.orca.so/?tokenIn=So11111111111111111111111111111111111111112\&tokenOut=7JA5eZdCzztSfQbJvS8aVVxMFfd81Rs9VvwnocV1mKHu), [Raydium](https://raydium.io/swap/?inputMint=sol\&outputMint=7JA5eZdCzztSfQbJvS8aVVxMFfd81Rs9VvwnocV1mKHu), and [Jupiter](https://jup.ag/swap/SOL-7JA5eZdCzztSfQbJvS8aVVxMFfd81Rs9VvwnocV1mKHu).

Please see [Crosschain between Polygon and Solana ](/geod-token/crosschain-between-polygon-and-solana.md)to learn how to bridge your GEOD tokens.

<figure><img src="/files/cE0JL7jAzgEBRaoZSTj7" alt="" width="125"><figcaption></figcaption></figure>

GEOD tokens are also available on IoTex blockchain.

Smart Contract Address on IoTeX: [0x8e33229206f726993e4a7bf7da2347f3743bf8b4](https://iotexscan.io/token/0x8e33229206f726993e4a7bf7da2347f3743bf8b4)

IOTX/GEOD trading pair is active on [Mimo](https://mimo.exchange/swap?inputCurrency=IOTX\&outputCurrency=0x8e33229206f726993e4a7bf7da2347f3743bf8b4).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geodnet.com/geod-token/geod-token-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
