> 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/reward-and-token-distribution-structure.md).

# Reward and Token Distribution Structure

After the AI Agent is defeated, or if the timeout ends without a winner, rewards will be automatically distributed to stakeholders according to the following mechanisms:

## Distribution When There Is a Winner

* **First Prize:** 50% of the total prize pool will be awarded to the First Prize winner.
* **Second Prize:** 15% of the total pool will be allocated to the Second Prize.
* **Third Prize:** 5% of the total pool will be allocated to the Third Prize.
* **Liquidity Addition:** The remaining 30% of the total pool will be used to add liquidity:
  * 200 million tokens will be used to add liquidity.
  * 300 million tokens will be distributed to users who held messages, based on the ratio (held messages + used messages) / total messages of the Agent.
  * 50 million tokens will be awarded to the creator of the Agent.
* The total supply of agent tokens is 550 million tokens.

Note: If no one buys the draw rights for the Second and Third Prizes, the entire reward will go to the First Prize winner.

## Distribution When the Game Ends Due to Timeout

* **Last Message Sender:** 10% will be awarded to the sender of the last message.
* **Buyback and Burn Tokens:** 4% will be used to buy back and burn LLMBT tokens, reducing supply and increasing value.
* **Agent Creator:** 10% will be awarded to the creator of the Agent.
* **Proportional Message Distribution:** 25% will be shared among users based on the ratio (held messages + used messages) / total messages of the Agent.
* **Liquidity Addition:**
  * 51% is added to the liquidity for the Agent token, with token distribution as follows:
  * 200 million tokens will be used to add liquidity.
  * 300 million tokens will be distributed to users based on the ratio (held messages + used messages) / total messages of the Agent.
  * 50 million tokens will be awarded to the creator of the Agent.
* The total supply of agent tokens is 550 million tokens.

Note: If time expires and there is no First Prize winner, then the Second and Third Prizes will not be determined.

<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/reward-and-token-distribution-structure.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.
