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

# Tokenomics

The $OSMI tokenomics model has been designed with a focus on long-term utility and sustainability, as well as adaptability to the evolving ecosystem requirements.

<table><thead><tr><th width="252"></th><th width="307"></th></tr></thead><tbody><tr><td>Token Name</td><td>OSMI</td></tr><tr><td>Total Supply</td><td>1,000,000,000</td></tr><tr><td>Contract Type</td><td>ERC-20</td></tr><tr><td>Contract</td><td><a href="https://etherscan.io/token/0x5485a469fAEa1492191Cfce7528AB6E58135aA4d">0x5485a469fAEa1492191Cfce7528AB6E58135aA4d</a></td></tr><tr><td>Contract Source</td><td><a href="https://github.com/osmiai/contracts">https://github.com/osmiai/contracts</a></td></tr><tr><td>Decimals</td><td>18</td></tr><tr><td>Blockchain</td><td>Ethereum &#x26; Galachain</td></tr><tr><td>Emission Type</td><td>Supply-Based Emission Pool w/PoW</td></tr><tr><td>Launch</td><td>Fair Launch</td></tr></tbody></table>

**Note**: Tokenomics are not static; they evolve with insights, technological changes, market conditions, and regulatory requirements. The structure presented here represents our current best practices but remains open to modifications for continued relevance and effectiveness.


---

# 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.osmi.ai/tokenomics.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.
