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

# Tokenomics

**Tokenomics**

Sector Finance was founded on the principles of risk transparency and real-yield and our tokenomics were designed to reflect these values. Our platform is built with a sustainable business and revenue model, and our tokenomics model ensures long-term incentives that build and grow a resilient platform led by our community.

**Token Supply and Distribution:**

The total supply of $SECT tokens is fixed at 100 million, and no more tokens will be created in the future. The tokens are distributed in the following way:

* **45% Ecosystem**
* **20% Treasury**
* **17.5% Team and Advisors**
* **10% Public Launch**
* **7.5% New Order (Incubator)**

<figure><img src="https://miro.medium.com/v2/resize:fit:700/0*Evu04KNoXR_x8_Cy" alt=""><figcaption></figcaption></figure>

**Emission Schedule**

<figure><img src="https://miro.medium.com/v2/resize:fit:700/0*GnNoY-WdszcDgKAv" alt=""><figcaption></figcaption></figure>

Team and New Order allocation vests over 24 months with a 10% cliff unlock after 6 months. Advisor allocation unlocks 3 months after token launch.

Ecosystem emissions will be used to incentivize TVL. We’ve developed the emissions schedule to match our estimates of TVL over time. It’s balanced so that emissions properly incentivize more TVL (and therefore more protocol fees) without over-diluting current $SECT holders.


---

# 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://sector-finance.gitbook.io/sector-finance/sector-dao/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.
