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

# Trading Tokens

Every game on **glgl.fun** has its own tradeable token. Learn how to profit from game token trading.

### How to Trade

1. Open the Trade Page\
   Navigate to the **Trade** page or click **Trade** on any game card.
2. Select Buy or Sell\
   Choose whether you want to buy or sell and enter the amount.
3. Confirm the Transaction\
   Approve the transaction in your wallet.
4. Receive Tokens\
   Your tokens will appear in your wallet instantly after confirmation.

### Token Metrics

Each token displays important trading metrics:

#### Current Price

Real-time token price in SOL.

#### 24h Change

Percentage price change over the last 24 hours.

#### Market Cap

Total market capitalization of the token.

#### Volume

Trading volume over the past 24 hours.


---

# 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.glgl.fun/trading-tokens.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.
