Documentation Index
Fetch the complete documentation index at: https://docs-preview.infinifi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Funding
The Funding module handles minting and redemption of protocol tokens.Contracts
MintController.sol
Controls iUSD minting
RedeemController.sol
Controls iUSD redemption
RedemptionPool.sol
Manages redemption queue
Flow
- Mint: USDC deposited → MintController mints iUSD → USDC deployed to farms
- Redeem: iUSD burned → RedeemController checks reserves → USDC returned (or queued)