Direct chain reads
Block, transaction, account, and contract calls answered by your own dedicated node - no rate-limited public endpoint, no surprise quota errors mid-strategy.
First-class blockchain RPC. Read state, broadcast transactions, and stream chain events without trusting a public endpoint to stay up. Dedicated, predictable, and wired straight into the platform's flow engine.
Whatever chain you pick, the same four properties hold. The differences sit in protocol shape and historical depth - not in what the node will do for you.
Block, transaction, account, and contract calls answered by your own dedicated node - no rate-limited public endpoint, no surprise quota errors mid-strategy.
Subscribe to new heads, logs, pending transactions, or specific account changes. Streaming, not polling - your strategies see chain state the moment it lands.
Sign locally, broadcast directly. No third-party submission service, no MEV middleware unless you choose one. The node connects to its peer set on your behalf.
Full historical state on request - replay any block, audit any path, run analytics back to genesis. Comes built-in on Ethereum, opt-in on others.
Most nodes get used for one or two of these. Pick the one closest to your strategy - it'll tell you which tier and budget to start with.
Read-only state access for strategies that need on-chain prices, oracle outputs, or LP balances. Lowest call cost, highest cache hit rate.
Sign-and-broadcast transactions for swaps, LP entries, and bridge sends. Direct connectivity keeps confirmation latency predictable.
Archive reads for analytics workloads, historical replay, or building a custom event index that doesn't fit a public API.
Subscribe to pending transactions, watch for arbitrage opportunities, or front-run-resistant your own large orders by routing through privacy relays.
Each tier is a dedicated node, not a shared rate-limited gateway. Strategy-data-only nodes are cheaper than archive ones - pick the smallest shape that answers your queries.
Full archive ETH node. Execution + consensus.
A dedicated Ethereum mainnet node running execution and consensus clients side-by-side, with full archive history, websocket subscriptions, and trace endpoints. The default choice when your strategy lives on Ethereum or its L2s.
Full Bitcoin node with electrum-style address indexing.
A Bitcoin Core full node paired with an address indexer so you can query balances, history, and UTXO sets without scanning the chain by hand. Useful for treasury operations, BTC-aware risk metrics, or Lightning peer setups.
Arbitrum, Base, Optimism, and Polygon under one endpoint.
Four high-throughput L2 / sidechain nodes behind one routing endpoint. Same query, different chain ID. Built for cross-chain strategies, bridge ops, and any team that's tired of juggling four sets of credentials.
High-throughput Solana with priority fees and Geyser plugins.
A dedicated Solana validator-grade RPC with priority-fee routing, account subscriptions, and optional Geyser plugin streaming. Built for Solana-native strategies that need consistent block-tip access without contention.
| Ethereum | Bitcoin | Multi-EVM | Solana | |
|---|---|---|---|---|
| Node type | Full + archive | Full + indexer | Full × 4 | Validator-grade |
| Historical depth | Archive (full) | Full (no archive) | Recent (~10k blocks) | Recent (~432k slots) |
| WebSocket subscriptions | ✓ | ZMQ-based | ✓ | ✓ |
| Trace / debug endpoints | ✓ | - | ✓ | Limited |
| Monthly request budget | 20 M | 10 M | 30 M pooled | 15 M |
| Region | FRA · NYC | FRA | FRA · NRT | FRA · NYC |
| Private submission relay | MEV-Boost ready | - | Per-chain | Jito on request |
| Billing | Monthly | Monthly | Monthly | Monthly |
Provisioning is fast - most chains come online inside fifteen minutes. Custom or non-EVM chains we'll quote first. Strategy templates can target a node by chain ID without any extra wiring.