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

# $FIDA Token

**FIDA TOKEN ISSUANCE SCHEDULE**

1bn Fida tokens will be issued in total.&#x20;

There will be 2 investment tranches.&#x20;

Seed Round - Equity and token round. 3 month cliff with linear vesting over 33 months.&#x20;

Pre-Series A - Token only round. 3 month cliff with linear vesting over 33 months.&#x20;

Series A - Token only round. 3 month cliff with linear vesting over 33 months.&#x20;

Public sale (No US Retail) - 10% at TGE and then linear vesting over 12 months.&#x20;

Team - 6 month cliff and then linear vesting over 42 months

Consumer Purchases - 100% TGE. Consumers can use tokens as soon as earned from purchases.&#x20;

Partner Entities - 6 month cliff and then linear vesting over 42 months

Liquidity - 20% TGE and then linear vesting over 36 months<br>

<table data-header-hidden><thead><tr><th width="355">Fida Tokenomics</th><th align="center"></th></tr></thead><tbody><tr><td>Consumer Purchases</td><td align="center">420,000,000</td></tr><tr><td>Partner Entities</td><td align="center">120,000,000</td></tr><tr><td>Team</td><td align="center">100,000,000</td></tr><tr><td>Liquidity </td><td align="center">100,000,000</td></tr><tr><td>Seed Round (Closed)</td><td align="center">87,281,129</td></tr><tr><td>Pre-Series A</td><td align="center">75,000,000</td></tr><tr><td>Series A</td><td align="center">57,718,871</td></tr><tr><td>Public Sale (No US Retail)</td><td align="center">40,000,000</td></tr><tr><td>Total Tokens</td><td align="center">1,000,000,000</td></tr></tbody></table>


---

# 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.fidaapp.io/fida-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.
