Skip to main content
Flipside continuously ingests and processes blockchain data across 30+ networks. This page explains our update frequencies, latency expectations, and data quality standards.

Data quality guarantee

Flipside runs 40,000+ automated tests continuously to ensure data quality while maintaining sub-24 hour latency. These tests validate:
  • Block sequence completeness
  • Transaction count accuracy
  • Event log decoding correctness
  • Label and metadata consistency
  • Cross-table referential integrity

How data flows through Flipside

1

Raw ingestion

Blocks, transactions, and logs are ingested as they’re produced on-chain in real-time.
2

Core processing

Raw data is decoded, enriched with labels, and loaded into Core tables (blocks, transactions, logs, traces).
3

Curated processing

DeFi, NFT, Price, and Stats tables are derived from Core data with additional protocol-specific logic and curation.
Result: Different table types have different latency targets based on processing complexity.

Latency targets by schema

Core schema

Core tables are updated most frequently as they represent the foundation of all blockchain data.
Table TypeLatency TargetExample Tables
Blocks30 min - 1 hourfact_blocks
Transactions30 min - 1 hourfact_transactions
Event logs30 min - 1 hourfact_event_logs
Traces30 min - 1 hourfact_traces (EVM chains)
Token transfers1-2 hoursez_token_transfers
Decoded data1-2 hoursez_decoded_event_logs
Labels1-24 hoursdim_labels, dim_contracts
Latency can vary by blockchain. High-throughput chains like Solana may have slightly higher latency during peak activity.

DeFi schema

DeFi tables require additional processing to decode protocol-specific logic across multiple DeFi protocols.
Table TypeLatency TargetExample Tables
DEX swaps1-4 hoursez_dex_swaps
Lending deposits2-6 hoursez_lending_deposits
Lending borrows2-6 hoursez_lending_borrows
Liquidations2-6 hoursez_lending_liquidations
Bridge activity2-8 hoursez_bridge_activity
Liquidity pools2-8 hoursez_liquidity_pools

NFT schema

NFT tables are updated as marketplace activity is processed and decoded.
Table TypeLatency TargetExample Tables
NFT sales1-6 hoursez_nft_sales
NFT transfers1-4 hoursez_nft_transfers
NFT mints2-6 hoursez_nft_mints
Collection metadata1-24 hoursdim_nft_collections

Price schema

Price data is aggregated from multiple on-chain and off-chain sources.
Table TypeLatency TargetExample Tables
Hourly prices1-2 hoursez_prices_hourly
Asset metadata1-24 hoursdim_asset_metadata

Stats schema

Stats tables contain pre-computed aggregates and metrics.
Table TypeLatency TargetExample Tables
Daily stats2-12 hoursez_core_metrics_daily
Hourly stats1-4 hoursez_core_metrics_hourly

Blockchain-specific considerations

EVM chains (Ethereum, Arbitrum, Optimism, etc.)

  • Block finality: Most EVM chains have probabilistic finality
  • Reorgs: Chain reorganizations can occur, especially near the chain head
  • Best practice: Allow 10-15 minute buffer for finality before considering data complete

Solana

  • High throughput: Solana produces blocks every ~400ms
  • Skipped slots: Some slots may be skipped due to validator issues (this is normal)
  • Latency: May be slightly higher during network congestion or high activity periods

Bitcoin

  • Block time: ~10 minutes average between blocks
  • Confirmations: Consider waiting for 6+ confirmations (60+ minutes) for transaction finality
  • Updates: Bitcoin data updates less frequently than other chains due to slower block times

Data access methods

Flipside blockchain data is available through multiple products:

When data might be delayed

Data updates may be delayed beyond normal latency targets due to:
  • Network congestion or outages
  • Validator or RPC node issues
  • Chain reorganizations or forks
  • Upgrade or maintenance periods
  • Major protocol launches or events - Market volatility causing high transaction volumes - NFT drops or mints with extreme activity
  • New protocol integrations
  • Table structure updates
  • Decoder improvements or fixes
In these cases, data will catch up once the issue is resolved. Flipside monitors all pipelines continuously.

Support

If you notice data is significantly stale or missing: Contact: [email protected] What to expect:
  • Core tables more than 6 hours behind → investigate
  • DeFi/NFT tables more than 24 hours behind → investigate
  • No updates in 48+ hours → likely requires attention
Include in your report:
  • Which blockchain and schema
  • Specific table(s) affected
  • Last observed timestamp
  • Your use case and urgency

Next steps