Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions benchmarks/keyed-rpc-robinhood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ methodology:
- "Cohort: Chainstack, Alchemy, and QuickNode. Infura and Ankr do not currently list Robinhood Chain in their supported networks."

findings:
- "{{name:chainstack}} leads at {{p50:chainstack}} (p50, 24h). In pre-launch internal tests (50 samples, single region), it recorded 72ms vs Alchemy at 86ms and the official public RPC at 170ms. Chainstack was the first provider to launch a dedicated Global Node on Robinhood Chain."
- "{{name:quicknode}} delivers {{p50:quicknode}}, leveraging its shared-endpoint fleet across Arbitrum Orbit chains."
- "{{name:alchemy}} follows at {{p50:alchemy}}, a solid option for teams already using Alchemy across other chains. The same multi-chain key covers Robinhood Chain with no additional account required."
- "{{name:alchemy}} leads at {{p50:alchemy}} (p50, 24h) averaged across all 3 regions. It edges out Chainstack in eu-west and Singapore while sitting within 2ms of Chainstack in us-east."
- "{{name:chainstack}} wins us-east at {{p50:chainstack}} in that region, reflecting its US-based Global Node placement. Pre-launch internal tests (50 samples, single region) had Chainstack at 72ms vs Alchemy at 86ms; live multi-region data flips the aggregate ranking while preserving Chainstack's us-east advantage."
- "{{name:quicknode}} delivers {{p50:quicknode}} across all regions via its shared-endpoint fleet."

faq:
- q: "Which Robinhood Chain RPC provider is fastest?"
a: "Per the live data above: {{name:chainstack}} at {{p50:chainstack}} (p50 over 24h). In internal pre-launch tests Chainstack recorded 72ms vs Alchemy at 86ms. QuickNode also supports Robinhood Chain via its shared-endpoint fleet. If you already use Alchemy for Ethereum or Arbitrum, adding Robinhood Chain requires no new account."
a: "Per the live data above: {{name:alchemy}} at {{p50:alchemy}} (p50 over 24h, averaged across us-east, eu-west, and Singapore). {{name:chainstack}} wins the us-east region specifically at {{p50:chainstack}}, likely due to its US-based node placement. If you deploy primarily in the US, Chainstack competes for the lead; for a global footprint, Alchemy's edge infrastructure gives it the aggregate win."
- q: "What is Robinhood Chain?"
a: "Robinhood Chain (chain ID 4663) is an Arbitrum Orbit L2 built by Robinhood for tokenized equity trading. It launched in March 2026 with ~100ms block times and a gas fee subsidy running through September 29, 2026. It supports EVM-compatible tooling and standard eth_ JSON-RPC methods."
- q: "Why is this the only Robinhood Chain latency benchmark?"
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/ws-head-latency-robinhood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ methodology:
- "Vantage points: us-east, eu-west, Singapore (3 regions). Multi-region deployment provides geographic diversity across Robinhood Chain's validator topology."

findings:
- "{{name:chainstack}} leads at {{p50:chainstack}} (p50, 24h). Chainstack was the first provider to launch a dedicated Global Node on Robinhood Chain, giving it an early infrastructure advantage on this latency-sensitive chain."
- "{{name:alchemy}} follows at {{p50:alchemy}} across us-east, eu-west, and Singapore. Alchemy's multi-chain key covers Robinhood Chain with no additional account required."
- "{{name:quicknode}} delivers {{p50:quicknode}} via its shared-endpoint fleet. QuickNode's shared infrastructure across Arbitrum Orbit chains may give it routing advantages on Robinhood's sequencer path."
- "{{name:quicknode}} leads at {{p50:quicknode}} (p50, 24h) — near-zero lag across all 3 regions, meaning QuickNode's push pipeline wins or ties the race for nearly every Robinhood Chain block. Its shared-endpoint fleet spans Arbitrum Orbit chains and likely shares sequencer proximity with Robinhood's validator path."
- "{{name:alchemy}} follows at {{p50:alchemy}} with consistent lag across us-east, eu-west, and Singapore. A solid option for teams already using Alchemy across other chains; the same multi-chain key covers Robinhood Chain with no additional account."
- "{{name:chainstack}} delivers {{p50:chainstack}} (p50, 24h). Despite being the first provider to launch a dedicated Robinhood Chain Global Node, its push pipeline trails QuickNode and Alchemy in the WebSocket race — a different competitive picture than HTTP latency, where Chainstack wins us-east."

faq:
- q: "Which Robinhood Chain WebSocket provider is fastest for newHeads?"
a: "Per the live data above: {{name:chainstack}} at {{p50:chainstack}} (p50, 24h, averaged across 3 regions). Chainstack was first to market with a dedicated Robinhood Chain Global Node. If you already use Alchemy for Ethereum or Arbitrum, adding Robinhood Chain requires no new account."
a: "Per the live data above: {{name:quicknode}} at {{p50:quicknode}} (p50, 24h, averaged across 3 regions). QuickNode's near-zero lag indicates it wins or ties the push race for nearly every block. {{name:alchemy}} follows at {{p50:alchemy}}. Note that HTTP latency (eth_getBlockByNumber) tells a different story — see the [keyed-rpc-robinhood](/benchmarks/keyed-rpc-robinhood) bench."
- q: "Why does Robinhood Chain have no keyless WebSocket endpoint?"
a: "Robinhood Chain is a new Arbitrum Orbit L2 with a small set of supported infrastructure providers. At the time this bench launched, all three providers (Chainstack, Alchemy, QuickNode) require an API key for WebSocket access. This bench will add keyless providers as they become available."
- q: "How does Robinhood Chain's 100ms block time affect these measurements?"
Expand Down
Loading