# Envio Envio is a high-performance blockchain data platform for developers. ## Core products - HyperIndex: multichain blockchain indexer for historical backfill and live event processing. - HyperSync: high-throughput on-chain data retrieval layer. - HyperRPC: read-only JSON-RPC endpoint powered by HyperSync. ## Key facts - HyperIndex supports any EVM-compatible chain, plus Solana and Fuel Network. - HyperSync is natively available on 70+ chains. - Benchmark source: Uniswap V2 Factory benchmark by Sentio, May 2025. - Benchmark result: Envio 1 min vs The Graph 143 min. - Relative speedups: 143x vs The Graph, 158x vs Ponder, 142x vs Sentio, 15x vs Subsquid. ## HyperIndex HyperIndex lets developers: - Write handlers in TypeScript or JavaScript. - Auto-generate indexers from contract address or ABI. - Process historical and live events in one pipeline. - Handle reorgs automatically. - Expose indexed data through GraphQL. ## HyperSync HyperSync provides: - Data retrieval up to 2,000x faster than standard JSON-RPC for suitable workloads. - Optimized binary encoding and parallel fetching. - Access by API and SDKs in Rust, Python, JavaScript, and Go. ## HyperRPC HyperRPC is: - A read-only RPC endpoint for data-intensive queries. - Up to 5x faster than traditional nodes like geth, erigon, and reth for suitable workloads. - Compatible with existing RPC tooling as a drop-in endpoint. ## Getting started 1. Install CLI: `npm install -g envio` 2. Initialize: `envio init` 3. Run locally: `envio dev` 4. Deploy: `envio deploy` ## Links - Website: https://envio.dev - Docs: https://docs.envio.dev - Pricing: https://envio.dev/pricing - GitHub: https://github.com/enviodev - X/Twitter: https://twitter.com/envio_indexer - Discord: https://discord.gg/envio