Fault-tolerant EVM RPC load balancer with reorg-aware permanent caching and auto-discovery of node providers.
Retries, circuit breakers, failovers, and hedged requests route to the fastest healthy upstream.
Per‑provider hourly/daily quotas to cap usage and prevent runaway costs.
Persistent local cache eliminates duplicate reads while staying consistent during chain reorgs.
No need to track which provider supports which eth_* method—eRPC routes requests automatically.
Compare results across providers and penalize nodes that consistently disagree.
Consistent error codes, detailed messages, and integrity checks across multiple providers.
One place to track throughput (RPS), errors, and p50–p99 latency across all providers.
Supports basic auth, secrets, JWT, SIWE and more for secure access.
Influence how upstreams are chosen—or excluded—to serve traffic.