> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ifalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is IFÁ Labs?

> IFÁ Labs is the trustless, multi-chain oracle infrastructure built specifically for fiat-backed stablecoins in emerging markets across Africa and beyond.

IFÁ Labs is a decentralized oracle network that delivers accurate, manipulation-resistant price feeds for stablecoins — directly on-chain, with no off-chain dependencies.

While most oracle networks are built around volatile assets like BTC and ETH, IFÁ Labs is built from the ground up for stablecoins. That means deeper coverage, tighter update logic, and dedicated support for the local stablecoins powering real economic activity across Africa, Latin America, and Southeast Asia.

## What IFÁ Labs Does

IFÁ Labs collects price data from multiple independent sources — centralized exchanges, decentralized pools, and regional forex providers — aggregates it using manipulation-resistant consensus logic, and pushes the verified result on-chain via decentralized relayers.

The result is stored in audited smart contracts across EVM-compatible chains and as native Sui Move shared objects. Any protocol can read it with a single view call or object query. No API keys. No off-chain trust. No middleware.

## Who It's Built For

* **DeFi protocols** that need reliable collateral pricing for stablecoin-denominated positions
* **Lending and borrowing platforms** running liquidation logic against stablecoin pairs
* **Payment and remittance infrastructure** settling cross-border transactions at verifiable rates
* **Stablecoin issuers and RWA platforms** that need on-chain proof of peg
* **Any developer** building price-sensitive applications on Base, AssetChain, Sui, or upcoming supported chains

## Supported Assets

IFÁ Labs currently provides price feeds for:

| Asset    | Description                                       |
| -------- | ------------------------------------------------- |
| USDT/USD | Tether — global, high liquidity                   |
| USDC/USD | USD Coin — Circle-issued                          |
| CNGN/USD | Nigerian Naira stablecoin                         |
| ZARP/USD | South African Rand stablecoin                     |
| BRZ/USD  | Brazilian Real stablecoin                         |
| ETH/USD  | Ethereum — included for derived pair calculations |

All feeds are available across every supported network. New assets are added based on ecosystem demand. [Request a feed →](/get-help)

## Currently Live On

| Network            | Type     | Status  |
| ------------------ | -------- | ------- |
| Base Mainnet       | EVM      | Live    |
| Base Sepolia       | EVM      | Testnet |
| AssetChain Testnet | EVM      | Testnet |
| Sui Testnet        | Sui Move | Testnet |

Solana and additional EVM L2s are on the roadmap.

<Info>
  IFÁ Labs on Sui uses native Move shared objects rather than EVM smart contracts. The oracle interface, asset IDs, and supported feeds are equivalent — but the integration pattern is different. See the [Sui Integration Guide](/sui-read-latest-price) for Move-specific usage.
</Info>

## Ready to Integrate?

<CardGroup cols={2}>
  <Card title="Quickstart (EVM)" icon="bolt" href="/prerequisites">
    Fetch your first on-chain price from Base Mainnet in minutes.
  </Card>

  <Card title="Quickstart (Sui)" icon="bolt" href="/sui-read-latest-price">
    Read prices from the IFÁ Labs oracle using Sui Move or the TypeScript SDK.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Why Stablecoin Oracles?" icon="circle-question" href="/why-stablecoin-focused-oracles">
    Understand the gap IFÁ Labs was built to fill.
  </Card>

  <Card title="Supported Assets" icon="coins" href="/supported-assets">
    Full list of supported feeds with asset IDs and network availability.
  </Card>
</CardGroup>
