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

# Agent’s Token Launch

When an Agent concludes, the LLMBT platform will launch the Agent's token on the decentralized exchange (DEX) Aerodrome. This feature ensures that even participants who do not ultimately win still receive a portion of the benefits.

## Automatic Listing on Aerodrome

When an Agent concludes, regardless of whether there is a winner, the Agent's token will be automatically listed on DEX Aerodrome. This ensures that the token is immediately available for trading, facilitating user transactions and exchanges.

## Trading Pair with LLMBT Token

The Agent Token will be paired with the LLMBT token, forming a main trading pair on Aerodrome. This not only increases liquidity for the Agent Token but also supports the growth of both tokens within the LLMBT ecosystem. This trading pair provides users with the ability to easily switch between the two tokens, optimizing the trading experience.

## &#x20;Automatic Distribution

After the Agent Token is listed on Aerodrome, the remaining tokens will be automatically distributed to your wallet. Be sure to check your wallet when the token concludes.

## Trading Agent Token on Aerodrome

Once the Agent Token is listed, you can trade them immediately on Aerodrome.

<br>


---

# 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.llmbt.com/features/agents-token-launch.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.
