IFÁ Labs provides dedicated on-chain price feeds for a curated set of stablecoins, prioritizing both global liquidity assets and local stablecoins critical to emerging economies. All feeds are USD-denominated and use consistent asset IDs across every supported network.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.
Current Price Feeds
| Asset | Description | Category | Asset ID (bytes32) |
|---|---|---|---|
| USDT/USD | Tether | Global | 0x6ca0cef6107263f3b09a51448617b659278cff744f0e702c24a2f88c91e65a0d |
| USDC/USD | USD Coin | Global | 0xf989296bde68043d307a2bc0e59de3445defc5f292eb390b80d78162c8a6b13d |
| CNGN/USD | Nigerian Naira Stablecoin | Emerging Market | 0x83a18c73cf75a028a24b79cbedb3b8d8ba363b748a3210ddbcaa95eec3b87b3a |
| ZARP/USD | South African Rand Stablecoin | Emerging Market | 0x12373a3b1c4827c84bf6d7b11df100442695d0abfdb7a20d30a41d67d58e75a8 |
| BRZ/USD | Brazilian Real Stablecoin | Emerging Market | 0xbc60b55b031dce1ee5679098bf2f35d66a94a566124e2b233324d2bafcc6d5b5 |
| ETH/USD | Ethereum | Reference Asset | 0x8c3fb07cab369fe230ca4e45d095f796c4c1a30131f1799766d4fec5ee1325c0 |
ETH/USD is included as a reference asset to enable derived pair calculations between stablecoins and ETH — not as a primary price feed target. IFÁ Labs remains stablecoin-first.
Understanding Asset IDs
Asset IDs are fixedbytes32 identifiers generated by hashing the asset symbol using keccak256:
bytes32 constants in your contracts to avoid runtime computation and save gas.
Network Availability
All feeds listed above are available on every currently supported network:| Network | Status | Notes |
|---|---|---|
| Base Mainnet | Live | Primary production deployment |
| Base Sepolia | Live | Recommended for testing |
| AssetChain Testnet | Live | RWA-focused ecosystem |
Derived Pairs
Beyond individual USD feeds, IFÁ Labs supports derived pair calculations — for example, pricing CNGN directly against USDT, or ZARP against USDC, without requiring a dedicated feed for each combination. Derived pairs are computed on-chain using thegetPairbyId function:
Requesting New Feeds
New assets are added based on ecosystem demand. IFÁ Labs prioritizes feeds for stablecoins that meet the following criteria:- Verified backing and transparent reserves
- Demonstrated on-chain or real-world adoption
- Clear use case from an existing or prospective protocol
- Email: support@ifalabs.com
- Telegram: t.me/ifalabs
- GitHub: IFA-Labs/oracle_contract/issues
Next Steps
Supported Chains & Roadmap
See where IFÁ Labs is live and where it’s going next.
Quickstart
Start reading prices from any of these feeds right now.

