RPCsStale

Fastest free Viction RPC, live no-key endpoint latency

HTTP round-trip latency for eth_getBlockByNumber against every available public Viction node, audited every 60 seconds from 3 regions.

TL;DR. As of , dRPC leads rpc latency at 13 ms (p50, 24h) on Fastest free Viction RPC, live no-key endpoint latency. Source: OpenChainBench, https://openchainbench.com/benchmarks/viction-rpc.

Companion page

Comparing free RPC endpoints across every chain we measure? Open the cross-chain RPC matrix →

Viction (formerly TomoChain) is a proof-of-stake-voting EVM L1 blockchain (chain ID 88) with 2-second block times, targeting low fees and high throughput for DeFi and NFTs. It exposes a standard Ethereum JSON-RPC interface. Public EVM endpoints are available without an API key from Viction Official, Viction RPC2 and dRPC. Every provider was live-verified with consecutive eth_getBlockByNumber probes at launch.

Methodology

Per-chain member of the RPC latency cluster, extended to Viction. We measure the round-trip latency of a single eth_getBlockByNumber ("latest", false) call against every available public Viction node that sustains continuous probing: 3 providers at launch, every 60 seconds, from us-east, eu-west and Singapore. The harness classifies every response (ok / http_err / jsonrpc_err / stale / timeout) with a standard EVM staleness gap. The cross-chain view lives on the parent rpc-capabilities benchmark; this page is the Viction-scoped answer with per-region breakdowns as a first-class dimension.

Frequently asked

What is the fastest free Viction RPC right now?

dRPC currently leads at 13 ms (Viction block number p50 over the last 24h), measured against 3 providers probed every 60 seconds from us-east, eu-west and Singapore. The leaderboard re-sorts continuously against fresh Prometheus samples.

Which Viction RPC endpoints work without an API key?

3 endpoints sustain continuous keyless probing at launch: Viction Official (rpc.viction.xyz), Viction RPC2 (rpc2.viction.xyz) and dRPC (viction.drpc.org). Every listed endpoint was live-verified with an eth_getBlockByNumber call returning a parsable block number before inclusion.

Does the fastest Viction RPC change by region?

Often. Public infra concentrates in specific regions; a gateway that wins from Amsterdam can lose from Singapore by multiples. The region tabs at the top of the page re-scope every number to a single origin.

How is Viction RPC latency measured here, technically?

One eth_getBlockByNumber JSON-RPC call every 60 seconds against each provider from each of 3 regions. Wall-clock round-trip is recorded at millisecond precision; p50/p90/p99 are computed via Prometheus quantile_over_time over 24 hours. Best-effort measurements; p50 is the median, p90 the 90th percentile and p99 the 99th percentile of latency samples collected over the last 24 hours.

Source code github.com/ChainBench/OpenChainBench/tree/main/harnesses/rpc-capabilities