> For the complete documentation index, see [llms.txt](https://ufc319.gitbook.io/ufc319-whitepaper-vs-1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ufc319.gitbook.io/ufc319-whitepaper-vs-1.0/token-economy/token-distribution-info.md).

# Token Distribution/Info

#### Total Issuance

UFC319 has a total issuance of 100 billion tokens, structured to support the platform’s various economic activities and incentivize participation.

#### Distribution Breakdown

* **Activation Pool:** 99.9 billion tokens are allocated to the activation pool, ensuring liquidity and accessibility for users engaging with the platform.
* **DAO Allocation:** 90 million tokens are reserved for the DAO, facilitating community governance and rewarding active participants.
* **Note Pool:** 10 million tokens are set aside in the note pool for specific platform-related incentives and activities.
* **Extreme Deflation:** 2.1 million tokens are designated for extreme deflation measures to support the token’s value over time.

#### Network Slippage Configuration

The network slippage is configured at 5% for both buying and selling transactions. The breakdown is as follows:

* **Burning Reward Pool:** 2%
* **Weight Dividend:** 1%
* **Block Reward:** 1.5%
* **DAO Allocation:** 0.5%

#### Deflationary Mechanics

UFC319 incorporates multiple deflationary mechanisms to reduce the token supply over time, thereby increasing the token’s value. This includes automatic pot burning and follow-up selling contract mechanisms designed to sustain long-term growth and stability in the ecosystem. These measures ensure a steady decrease in the overall token supply, driving up demand and supporting the token’s price appreciation.

By leveraging a strategic token distribution model and robust deflationary mechanisms, UFC319 aims to create a sustainable and value-driven ecosystem for all participants.


---

# 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://ufc319.gitbook.io/ufc319-whitepaper-vs-1.0/token-economy/token-distribution-info.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.
