> For the complete documentation index, see [llms.txt](https://drife.gitbook.io/drf-tokenomics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drife.gitbook.io/drf-tokenomics/token-supply.md).

# Token Supply

The total supply of DRF tokens is capped at 1 billion DRF. These tokens will be natively minted on the SUI blockchain, which serves as the foundational infrastructure for DRIFE's decentralized ecosystem. It's important to note that DRF operates as a fixed supply token, meaning that only 1 billion tokens will ever be created.

This finite token supply is designed to ensure scarcity and value appreciation over time, aligning with DRIFE's long-term vision of fostering a sustainable and thriving token economy. By establishing a fixed supply model, DRIFE aims to instil confidence among token holders and investors, while promoting stability and liquidity within the ecosystem.\ <br>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Token Symbol</td><td>DRF</td><td></td></tr><tr><td>TOTAl TOKEN SUPPLY</td><td>1 Billion</td><td></td></tr><tr><td>Chain</td><td>SUI</td><td></td></tr><tr><td>Contract Address:<br><br>0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF</td><td></td><td></td></tr></tbody></table>

<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://drife.gitbook.io/drf-tokenomics/token-supply.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.
