Data sources
Where the numbers come from,
and how fresh they are.
Current snapshot · infiniFi
- Provenance
- mock data
- Last updated
- just now
- Auto-refresh cadence
- every 10 min
- Composed source
- Local mock fixture modelled after infiniFi's typical basket shape — heavy Pendle PT laddering across Ethena, apx Finance, Maple, and Resolv. Replace with Dune query results for live data.
infiniFi · upstream sources
Every source the adapter reads from, with a link and the refresh cadence. Update anything stale by editing the adapter file or refreshing the upstream.
infiniFi official API
Single endpoint authored by the infiniFi team. Returns tranche supplies (iUSD / siUSD / per-bucket liUSD), 20 farms with USD values + APYs + maturity, and protocol params.
https://api.infinifi.xyz/api/protocol/dataLive (sub-minute)
Local enrichment
Maps each farm name → protocol + risk vectors (Fasanara, New Silver, Aave Horizon, Maple Institutional, Cap Labs, Pendle, etc).
lib/infinifi/officialApiAdapter.ts (FARM_ENRICHMENT)On change
Dune (legacy fallback)
Older 3-query stitched path. Used only if the official API fails.
https://dune.com/queries/6783255Every ~15 min
Primary source is the official infiniFi API (single endpoint, richer + faster than the old Dune queries). Dune kept as fallback.
All protocols at a glance
| Protocol | Tranches | Sources | Refresh | |
|---|---|---|---|---|
| infiniFicurrent | Senior: siUSD / iUSD Junior: locked iUSD / liUSD | 3 sources | 10 min | docs |
| Yuzu Alpha | Senior: yzUSD / syzUSD Junior: yzPP + Reserve Fund | 2 sources | 15 min | docs |
| Avant Protocol | Senior: savUSD Junior: avUSDx + Reserve Fund | 4 sources | 30 min | docs |
Caveats
- This tool is a risk simulator, not investment advice.
- Upstream feeds (Dune, Accountable, on-chain) can lag. The freshness badge in the top bar reflects the snapshot timestamp.
- Allocation-weighted slashing is experimental. Verify against the live contract before relying on it.
- Solvency and liquidity are different: senior may be solvent under stress and still face redemption queues.
- Manual overrides on any page change downstream computations — set them deliberately.