# Tokenomics

{% hint style="info" %}
**Ticker:** CROSS

**Contract Address:** 0x6ef20cA7E493c52095e892DAB78a7FD0e7e2a279

**Chain:** Cronos Chain (CRC-20)
{% endhint %}

CROSS is the governance token of the Cronos Stable Swap protocol. It adopts an **deflationary emissions model based on a sigmoid supply curve**, where \~13.9 million CROSS will be produced the first year, followed by \~9.0 million CROSS in the next year, \~4.3 million in the following year, with emissions being decreased by approximately \~60% for every year thereafter.&#x20;

### Supply Schedule

{% hint style="info" %}
CROSS is a CRC-20 token that is algorithmically capped at 100,000,000 CROSS tokens.
{% endhint %}

Emission schedule expected to follow a sigmoid supply curve such that:

* $$y = \frac{2\*z}{1 + e^{-x}}-z$$
* Where:
  * y = circulating supply excluding pre-minted tokens
  * x = years (assuming 360 days a year)
  * z = max supply excluding pre-minted tokens

### CROSS Allocation

{% hint style="info" %}
DAO Treasury will only be utilized after consultation and approval with community and governance stakeholders for development purposes such as liquidity provision, seeding liquidity in partner protocols, and marketing allocations
{% endhint %}

| Allocation       | % of Max Supply | Address                                    |
| ---------------- | :-------------: | ------------------------------------------ |
| Liquidity Mining |       30%       | n/a                                        |
| DAO Treasury     |       40%       | 0xF1Da16Cb5De7E4D3C80F270eB1954CFC6bbeb254 |
| Team Equity      |       30%       | 0x931238C37f656c3E770274f2a1DCc1d8E3559399 |

### Liquidity Mining Distribution

{% hint style="info" %}
Rewards are calculated as: (Emissions x Price x Reward weight of the pool) / Total Value Locked
{% endhint %}

| Pool          | Rewards per block (% of emission) |
| ------------- | :-------------------------------: |
| xUSD 3Pool    |                20%                |
| CROSS-xUSD LP |                72%                |
| CROSS         |                 8%                |


---

# Agent Instructions: 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:

```
GET https://cronos-stable-swap.gitbook.io/cronos-stable-swap/fundamentals/tokenomics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
