Analytics (Info)
The Info page provides on-chain analytics for UnitFlow Finance, aggregating data across all three protocol versions (V2.5, V3, V4).
Tabs
Overview
Displays protocol-wide statistics:
- Total TVL — combined total value locked across V2.5, V3, and V4 pools
- Total Volume — cumulative trading volume across all versions
- Total Transactions — combined transaction count
- Total Pools — number of active liquidity pools
Below the stat cards, a unified pool list is rendered showing all pools sorted by volume or TVL.
All Pools
A sortable, filterable list of all liquidity pools across versions. Columns include:
- Token pair
- Protocol version badge (V2.5 / V3 / V4)
- TVL (USD)
- Volume (USD)
- Link to pool on ArcScan
Sort by Volume or TVL using the column headers. Filter by version using the version filter buttons.
Prices
Displays token prices derived from pool data. For each token:
- Symbol and name
- Contract address (with copy button and ArcScan link)
- Current price in USD (derived from pool reserves and GraphQL data)
Prices are sourced from the PoolDataContext which aggregates data from the Envio indexer and GraphQL subgraphs.
Data Sources
| Version | Source |
|---|---|
| V2.5 | Envio indexer / HyperRPC / direct RPC (with fallback chain) |
| V3 | GraphQL subgraph (useV3GraphQL hooks) |
| V4 | GraphQL subgraph (useV4GraphQL hooks) |
A data source indicator in the UI shows which source is currently active for V2.5 data.
ℹ️
Analytics data reflects testnet activity only. Numbers may be low or zero if there is limited trading activity on the testnet.