# 6. Token Buyback

**Half of the profits from the sale of EC-Cube will be used to repurchase ECT, in order to ensure the stability of the ECT price.** A certain amount of funds is allocated to support the market pric pressure.

1. **Token Issuance**: 200,000 tokens are released daily, with each token priced at $0.05.

   ***Daily Token Issuance*** = 200,000 tokens \* $0.05/token = $10,000
2. **Market Cap**: The total market value of the tokens released daily is calculated as the product of the number of tokens and their price.

   ***Market Cap*** = Daily Token Issuance = $10,000
3. **Staking and Lock-up**: 30% of the tokens are locked up in staking, which is variable and can change over time.

   ***Staked Tokens*** = Total Tokens \* 30%
4. **Selling Pressure and Turnover Rate**: There is $7,000 of selling pressure, and the turnover rate is 25%.

   ***Selling Pressure*** = Market Cap \* Turnover Rate = $7,000 \* 25% = $1,750
5. **Price Support in One Day**: The selling pressure is $1,750. We require a minimum amount of funds equivalent to the selling pressure to repurchase ECT and maintain price stability.

   ***Price Support Funds*** = Selling Pressure \* 50% = $1,750 \* 50% = $875
6. **Token Buyback**: Half of the profits from the sale of EC-Cube products will be used to repurchase ECT, in order to ensure the stability of the ECT price.

   <mark style="color:green;">**Buyback Funds**</mark>**&#x20;= $875**
7. **The cost of EC Cube generated by token buybacks:** Assuming that 8 EC Cubes are sold each day, with a token buyback cost of **$100 per EC Cube**.

The staked rate of ECT released daily is variable. The table below shows the changes in the token buyback required as the staked rate ranges from **40% to 10%**.

| **Token Issuance Market Cap ($)** | **staked rate** | **Selling Pressure ($)** | **Token Buyback ($)** |
| --------------------------------- | --------------- | ------------------------ | --------------------- |
| 10000                             | 40%             | 1500                     | 750                   |
| 10000                             | 30%             | 1750                     | 875                   |
| 10000                             | 20%             | 2000                     | 1000                  |
| 10000                             | 10%             | 2250                     | 1125                  |


---

# 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://docs.ec-cube.io/tokenomic/6.-token-buyback.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.
