# Tokenomics Summary

## PRO Token

| Property | Value                               |
| -------- | ----------------------------------- |
| Name     | PRO                                 |
| Type     | Rebase token                        |
| Network  | BSC                                 |
| Supply   | Dynamic (collateral-backed minting) |

## Supply Mechanics

PRO supply is not fixed. It expands and contracts based on:

### Expansion (Minting)

* Staking rewards (rebase)
* Bond redemptions

### Contraction (Burning/Locking)

* RBS buybacks
* Black hole LP locks

All minting is backed by treasury collateral. No unbacked issuance.

## Yield Sources

| Source        | Mechanism                              | Recipient |
| ------------- | -------------------------------------- | --------- |
| Rebase        | Treasury mints against reserves        | Stakers   |
| Bond discount | Protocol gains LP, user gains discount | Bonders   |

## Staking Yields

| Period   | Base Rate    | Bonus | Estimated APY |
| -------- | ------------ | ----- | ------------- |
| 1 day    | 0.5-0.9%/day | +0%   | \~835%        |
| 30 days  | 0.5-0.9%/day | +5%   | \~1,258%      |
| 90 days  | 0.5-0.9%/day | +10%  | \~1,865%      |
| 180 days | 0.5-0.9%/day | +15%  | \~2,685%      |
| 360 days | 0.5-0.9%/day | +30%  | \~3,730%      |
| 540 days | 0.5-0.9%/day | +45%  | \~12,489%     |

{% hint style="info" %}
Base rate adjusts dynamically with network debt ratio. APY estimates assume consistent rates.
{% endhint %}

## Bond Discounts

| Period   | Discount Range |
| -------- | -------------- |
| 90 days  | 0\~5%          |
| 180 days | 0\~15%         |
| 360 days | 0\~20%         |
| 540 days | 0\~25%         |

Discounts adjust based on protocol liquidity needs.

## Treasury Composition

The treasury holds:

* **USDT** — Stable reserve for RBS operations
* **LP Tokens** — Protocol-owned liquidity (locked in black hole)
* **PRO** — For RBS sell operations

Treasury holdings back all circulating PRO.

## Value Flow

{% stepper %}
{% step %}
Users stake PRO
{% endstep %}

{% step %}
Treasury mints rewards (backed by reserves)
{% endstep %}

{% step %}
Rebase distributes to stakers
{% endstep %}

{% step %}
Some users bond (USDT → discounted PRO)
{% endstep %}

{% step %}
LP created and locked permanently
{% endstep %}

{% step %}
Treasury grows
{% endstep %}

{% step %}
Backing per PRO increases
{% endstep %}
{% endstepper %}

## Related

* [APY Calculation](broken://pages/dbdafe9e88fe74af772d78a95bd9aa6b3f35e578)
* [How Bonds Work](broken://pages/2be5db31f2354254c33d6e94f6e3ddfd7a3ccc8a)
* [Treasury Module](broken://pages/7b95fe1bc66eeb88d44d6ba5c403790021639138)


---

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

```
GET https://cryptodao-it.gitbook.io/c-dao/1.-overview/tokenomics-summary.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.
