Real-time visibility into trading volume, vault performance, fee distribution, and capital efficiency. All data is sourced on-chain via The Graph and custom indexers.
High-level protocol health indicators updated every block. Powered by on-chain settlement and indexed subgraph data.
Volume trends, liquidity depth, and capital utilization across all perpetual markets.
Per-market statistics including open interest, funding rates, volume, and liquidity depth. Updated every block via on-chain indexing.
| Market | Mark Price | Index Price | 24h Volume | Open Interest | Funding Rate | Status |
|---|---|---|---|---|---|---|
| BTC-USDT Perp | — | — | — | — | — | Pre-Launch |
| ETH-USDT Perp | — | — | — | — | — | Pre-Launch |
| BNB-USDT Perp | — | — | — | — | — | Pre-Launch |
Unified vault metrics showing capital utilization, LP yield, and insurance fund health. LP returns compound from trading fees and liquidation premiums.
| Vault Metric | Current Value | 7D Avg | 30D Avg | Source | Status |
|---|---|---|---|---|---|
| Vault TVL (USDT) | — | — | — | VaultContract.sol | Pending |
| Capital Utilization | — | — | — | Margin Engine | Pending |
| LP APY (est.) | — | — | — | Fee Distributor | Pending |
| Insurance Fund | — | — | — | Insurance Fund.sol | Pending |
| Liquidation Revenue (24h) | — | — | — | Liquidation Engine | Pending |
Live trade feed sourced from on-chain settlement. Every trade is executed on BNB Smart Chain and indexed within seconds via The Graph subgraph.
Vantide analytics are powered by a multi-layer data pipeline combining on-chain indexing with custom real-time aggregators.
All Vantide smart contract events are indexed via a custom GraphQL subgraph deployed on The Graph's decentralized network. Positions, trades, fees, and vault state are queryable in real-time. Subgraph schema covers PositionOpened, PositionClosed, LiquidationEvent, FeeDistributed, and VaultDeposit/Withdraw events.
Real-time data aggregation is handled by a custom Node.js indexer service that listens to BNB Chain WebSocket events. It maintains a PostgreSQL database of computed metrics (volume, OI, funding history, LP yields) that power the analytics dashboard with sub-second latency beyond what The Graph can provide.
Mark price and index price data displayed in the analytics dashboard originates from Chainlink's decentralized oracle network. Price feed contracts are queried directly on-chain, providing tamper-resistant reference prices for all displayed market data. Deviation thresholds and stale price detection are enforced protocol-side.