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

# GLTR Token

GAX Liquidity Rewards Token (GLTR) is an in-game resource token used primarily in the Gotchiverse and the Aavegotchi Forge.&#x20;

## Utility

### Crafting and Forging

Players can spend GLTR token to speed up Crafting and Forging. One GLTR token represents one block of time on the Polygon blockchain.

### Promoting Events

The Gotchiverse 2D (and soon 3D) allows land owners to promote events they are holding on their REALM Parcel. Players can spend GLTR to promote their parcel for a fixed amount of time.

{% hint style="info" %}
All GLTR spent on crafting, forging, and promoting events is burned 🔥
{% endhint %}

## How to Earn GLTR Token

GLTR Token can be earned by participating in the GHST Staking program in Polygon. Stake GHST alongside other tokens to earn GLTR.&#x20;

## Tokenomics

The max supply of GLTR is 1,000,000,000,000.&#x20;

## Contract Addresses

GLTR (Polygon): <https://polygonscan.com/address/0x3801C3B3B5c98F88a9c9005966AA96aa440B9Afc>


---

# 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.aavegotchi.com/own/tokens/gltr-token.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.
