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.

Gateway

The Gateway is the primary entry point for user interactions with the infiniFi protocol.

Contracts

InfiniFiGatewayV1.sol

Main gateway contract for deposits, stakes, and redemptions

Overview

The Gateway contract coordinates all user-facing operations:
  • Deposits — USDC → iUSD
  • Redemptions — iUSD → USDC
  • Staking — iUSD → siUSD
  • Unstaking — siUSD → iUSD
  • Locking — iUSD → liUSD-xw
  • Unlocking — liUSD-xw → iUSD (after unbonding)

Contract Address