Skip to main content

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.

Token Contracts

infiniFi uses three types of tokens to represent user positions.

Contracts

ReceiptToken.sol

iUSD - Deposit receipt

StakedToken.sol

siUSD - Staked position

LockedPositionToken.sol

liUSD-xw - Locked position

Token Overview

TokenDescriptionYieldLiquidity
iUSDReceipt for USDC depositsNoneInstant redemption
siUSDStaked iUSDLiquid farm yieldsInstant unstake
liUSD-xwLocked iUSD for x weeksIlliquid farm yields + governanceUnbonding period

How They Work

  1. Deposit USDC → Receive iUSD
  2. Stake iUSD → Receive siUSD (earn liquid yields)
  3. Lock iUSD → Receive liUSD-xw (earn illiquid yields + vote)
Users can convert between these positions according to the rules of each token type.