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

# $GLUE Token Contract

{% hint style="warning" %}
Always verify the official contract address independently before interacting with it. Beware of scams or phishing attempts. Never trust addresses shared via unofficial sources or unsolicited messages. Stay safe!
{% endhint %}

### EVM Compatible Chains

Glue token is live on 7 major chains, in addition to Glue.

{% embed url="<https://x.com/GlueNet/status/1877495892825293073>" %}

```
 Contract Address: 0x840B20fA3D48Ac709fD841fcd878c3E8aaBd7087
```

### Solana

Glue token is live on Solana.

{% embed url="<https://x.com/GlueNet/status/1934596893096734923>" %}

```
Contract Address: CiuH3kcRXJhdikbZsjfpvFaMaGVSCmFodWcwizjhhXcY
```


---

# 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:

```
GET https://docs.glue.net/glue-mainnet/usdglue-token-contract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
