Skill is based on Envio docs (enviodev/docs), generated at 2026-02-09.
Envio provides high-performance blockchain data access and indexing: HyperSync (raw data API), HyperIndex (indexer + GraphQL), and HyperRPC (read-only JSON-RPC). This skill covers product choice, client usage, queries, API tokens, and supported networks.
Core References
| Topic |
Description |
Reference |
| Overview |
HyperSync, HyperIndex, HyperRPC; when to use each |
core-overview |
| HyperSync |
Client setup, query shape, streaming, field selection |
core-hypersync |
| HyperIndex |
config.yaml, schema.graphql, event handlers, deployment |
core-hyperindex |
| HyperRPC |
When to use, supported methods, endpoint and token |
core-hyperrpc |
Features
| Topic |
Description |
Reference |
| API Tokens |
Generation, usage in clients, security |
features-api-tokens |
| Supported Networks |
HyperSync/HyperRPC URLs and tiers |
features-networks |
Best Practices
| Topic |
Description |
Reference |
| Query Design |
Field selection, join modes, limits, streaming, tip handling |
best-practices-queries |
1---2name: envio3description: Envio blockchain data stack — HyperSync, HyperIndex, HyperRPC; fast indexing and data APIs.4---56> Skill is based on Envio docs (enviodev/docs), generated at 2026-02-09.78Envio provides high-performance blockchain data access and indexing: HyperSync (raw data API), HyperIndex (indexer + GraphQL), and HyperRPC (read-only JSON-RPC). This skill covers product choice, client usage, queries, API tokens, and supported networks.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Overview | HyperSync, HyperIndex, HyperRPC; when to use each | [core-overview](references/core-overview.md) |15| HyperSync | Client setup, query shape, streaming, field selection | [core-hypersync](references/core-hypersync.md) |16| HyperIndex | config.yaml, schema.graphql, event handlers, deployment | [core-hyperindex](references/core-hyperindex.md) |17| HyperRPC | When to use, supported methods, endpoint and token | [core-hyperrpc](references/core-hyperrpc.md) |1819## Features2021| Topic | Description | Reference |22|-------|-------------|-----------|23| API Tokens | Generation, usage in clients, security | [features-api-tokens](references/features-api-tokens.md) |24| Supported Networks | HyperSync/HyperRPC URLs and tiers | [features-networks](references/features-networks.md) |2526## Best Practices2728| Topic | Description | Reference |29|-------|-------------|-----------|30| Query Design | Field selection, join modes, limits, streaming, tip handling | [best-practices-queries](references/best-practices-queries.md) |