This commit is contained in:
2025-10-11 11:35:55 +04:00
parent 5fda568403
commit 5187f695e1
13 changed files with 458 additions and 134 deletions

View File

@@ -13,18 +13,18 @@ We want to launch the liquidity pools 1-1-2026
### CC-TFT
- **Function**: Enables conversion between TFT and CC, its a position based liquidity pool.
- **Source of Funds**: Only CC generated from revenue can be converted into TFTF
- **Purpose**: Facilitates internal settlements and allows revenue to be converted into an asset (TFTF) that reflects the market value of TFT
- **Source of Funds**: Only CC generated from revenue can be converted into TFP
- **Purpose**: Facilitates internal settlements and allows revenue to be converted into an asset (TFP) that reflects the market value of TFT
- **Flexibility**: Allows users to maintain TFT exposure while holding stable CC
### CC-USDC Pool
- **Function**: Provides a controlled bridge between the internal ecosystem (TFTF) and an external stablecoin (USDC)
- **Function**: Provides a controlled bridge between the internal ecosystem (TFP) and an external stablecoin (USDC)
- **Purpose**: Enables fiat exit for operational needs while protecting against system drainage
**Rules:**
- **Dutch Auction Principles**: The pool operates based on [Dutch auction mechanics](./dutch-auction-exit.md)
- **Dutch Auction Principles**: The pool operates based on [Dutch auction mechanics](/roadmap/dutch-auction-exit)
- **Liquidity Cap**: No more than 5% of the USDC liquidity in the pool can be used in a single transaction or period to prevent dramatic price shifts
- **Minimum Margin**: A minimum discount of 20% is maintained, ensuring a margin for the pool
- **Position-Based Pool**: The pool's mechanics are based on its current position and liquidity. More info at [Position Based LP](./position-based-lp.md)
- **Position-Based Pool**: The pool's mechanics are based on its current position and liquidity. More info at [Position Based LP](/roadmap/position-based-lp)