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

# Tokenomics

The StarkDeFi protocol is powered and enhanced by $SDC, a native governance token. StarkDeFi's product ecosystem is built around financial incentives like trading rewards, staking, yield farming, and a lot more. The $SDC token has a wide range of use cases that include:

* Ability to vote on protocol proposals (i.e. governance function)
* Usage across StarkDeFi staking and liquidity pools
* Participation in Synergy pools and Price prediction models
* Use as collateral in the Starknet ecosystem&#x20;
* Use in StarkDeFi launchpads to fund new projects
* etc

The initial $SDC token distribution will be allocated based on the chart below:

<div align="left"><figure><img src="/files/RjzRS6ibo2GJu4yUWjEs" alt=""><figcaption><p>StarkDefi Tokenomics</p></figcaption></figure></div>

In the near term, $SDC will be traded on all the major crypto exchanges; please follow our social media channels for announcements on token listings.


---

# 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.starkdefi.com/project-overview/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.
