Unlimited RPS & Responses
One node, unlimited requests and responses. No compute units, no rate caps, no overage bills. A flat monthly price, run as hard as the hardware allows.
A private Base RPC endpoint on single-tenant bare metal. Full or archive op-reth nodes, snapshot-synced, with zero rate limits and no compute units.
$ rs deploy base --type full --region fra
allocating single-tenant bare metal
restoring op-reth snapshot
connecting ethereum l1 + beacon
starting op-node rollup client
attaching DDoS shield + IP allowlist
private endpoint live · https + wss
A single-tenant node with people behind it: unlimited throughput, a named account manager, direct engineering access, and billing built for Web3 teams.
One node, unlimited requests and responses. No compute units, no rate caps, no overage bills. A flat monthly price, run as hard as the hardware allows.
A named account manager who knows your setup, not a ticket queue. One contact for provisioning, scaling, and anything urgent.
Talk to the engineers who run the metal. op-reth/op-geth config, op-node tuning, snapshot strategy, and the Ethereum L1 dependency, handled by people who run OP Stack nodes daily.
Place your node beside your users across 20+ Tier III locations. Multi-region for redundancy, split read and write endpoints.
Settle in crypto or fiat. Flexible billing for Web3 teams, with the same predictable flat monthly price either way.
Custom load balancing, failover, and split read/write topology, set up for your traffic, including the Ethereum L1 endpoints your op-node needs.
Pick a node type, tell us your workload, and an engineer sizes and quotes it. One flat monthly price, no compute units, no overages.
For dApps, DEX, bots & wallets
Final price is sized to the node specs your chain needs (full vs archive, storage, region), and typically lands 30-40% below comparable RPC providers.
Node specs above are based on the official Base documentation.
View official Base node docs →For historical state, indexing & ETL
Final price is sized to the node specs your chain needs (full vs archive, storage, region), and typically lands 30-40% below comparable RPC providers.
Node specs above are based on the official Base documentation.
View official Base node docs →Thanks. A Web3 engineer will spec your private endpoint and reach out shortly.
Something went wrong. Please try again or email sales@redswitches.com.
Shared Base RPC pools throttle you, bill you per compute unit, and seat you next to noisy neighbors. A dedicated Base node is your own private backbone: flat-priced, uncapped, and yours alone.
The chain IDs, clients, transports, and JSON-RPC namespaces your dedicated Base node ships with. Built to a standard so your existing tooling connects with no changes.
You control which namespaces are exposed. Enable debug and trace on archive builds, keep the rest private behind IP allowlisting.
Where a private, uncapped endpoint beats a shared RPC pool.
Your backend calls Base for balances, contract reads, receipts, and logs. A dedicated node gives reserved resources, so your app stays responsive during launches, drops, and busy hours.
DEX interfaces need up-to-date pool, route, and price state. A dedicated node reduces stale reads and keeps quotes responsive during volatility, so swaps stop failing.
Bots run tight loops on eth_call, receipts, and event scans. Isolated resources and predictable throughput keep strategies from turning into missed entries under shared rate limits.
Indexers pull large log ranges, decode events, and backfill history. A dedicated node provisions capacity for big backfills without retry storms or data gaps.
Wallets query many addresses per session and need quick confirmations. Dedicated capacity keeps balance views, token screens, and send flows fast when shared RPC throttles.
Security teams need an RPC source they control for monitoring contracts and verifying receipts during incidents. A dedicated node keeps that lane clean and auditable.
Pick a node, we provision dedicated bare metal, you get a private, snapshot-ready RPC URL.
Choose full or archive, op-reth or op-geth, and bring or host the Ethereum L1 RPC + beacon your op-node depends on. Pick the region closest to your users.
Your single-tenant op-reth + op-node deploys on dedicated NVMe, bootstrapped from a current snapshot, so you skip the long replay.
Receive a dedicated HTTPS + WSS RPC URL with unlimited requests and zero rate limits, private behind IP allowlisting and DDoS protection.
RPC latency is mostly a function of distance. A dedicated node lets you choose the exact region, so you sit next to the traffic that matters instead of fighting for routing on a shared, far-away endpoint.
Deploy across 20+ Tier III locations in the US, EU, Asia, and Australia. Put your Base node in the region your traffic actually comes from, not wherever a shared pool happens to route you.
RPC latency is mostly physical distance. Running in the same region as the Base sequencer shaves the round-trips a far-away, shared endpoint can never give back, which is what high-frequency reads and transaction submission live or die on.
Run a primary node plus regional read replicas for fast reads everywhere and built-in redundancy. Split public read endpoints from private admin, debug, and trace endpoints.
Need a node within a target latency budget of a specific region or venue? Tell us the endpoint and we'll recommend the closest facility.
Run validators, RPC, and archive nodes across the chains your stack depends on, all on the same dedicated bare metal, with the same isolation, speed, and control.
Read all RedSwitches reviews, or see them on Google, HostAdvice, Cryptwerk and Trustpilot.
Chain IDs, clients, archive data, getLogs limits, and why dedicated beats compute-unit billing.
A dedicated Base RPC node runs on single-tenant bare-metal hardware reserved for you: CPU, RAM, NVMe storage, and network port are yours alone. Shared RPC endpoints split capacity across many users, so when demand spikes they throttle requests or add latency. A dedicated setup avoids that and lets you control the full stack, from the Base execution client to the L1 Ethereum RPC connection.
Base is an OP Stack L2 rollup. You need an execution client (op-geth or the recommended op-reth) and a rollup node (op-node). The execution client handles state, transaction processing, and RPC queries; the rollup node derives L2 blocks from Ethereum L1 data. You also need a reliable Ethereum L1 RPC endpoint. With full root access you install, configure, and update these on your own schedule.
It depends on full vs archive. A full node runs well on 8 to 12 high-clock cores, 32 to 64 GB RAM, and NVMe sized using Base's formula: (2× chain size) + snapshot + 20% buffer. Archive nodes need 16+ cores and 64 to 128 GB RAM. NVMe matters more than raw capacity: it keeps sync steady and reduces query lag under load.
On NVMe with a strong CPU and RAM, a Base full node can sync in roughly 24 to 72 hours depending on chain growth, and archive takes longer. Using snapshots speeds this up significantly by skipping the full replay, op-reth in particular provisions much faster than op-geth. We provision the server quickly; plan launch windows around the chain-side sync.
Open P2P ports 30303 and 9222 for peer discovery and sync. Keep RPC ports 8545 (HTTP), 8546 (WebSocket), and 8551 (Engine API) private until allowlists and rate limits are configured. Exposing RPC ports publicly without protection invites abuse, so put a reverse proxy with authentication or IP filtering in front before any external access.
Yes. Base is an L2 rollup that derives its blocks from Ethereum L1 data, so the op-node component reads from an Ethereum L1 RPC endpoint to verify batch submissions and reconstruct the L2 chain. You can use your own Ethereum node or a reliable third-party L1 RPC. The quality of your L1 source directly affects whether your Base node stays in sync.
A full node keeps the current state and recent history and serves most RPC queries: balances, contract reads, receipts, and recent logs. An archive node retains full historical state at every block height, which is needed for eth_call at older blocks, historical balance lookups, and deep event-log scans. Archive needs significantly more storage and RAM, so choose full for standard production and archive when you need historical state.
No. Unlike shared RPC providers that bill per "compute unit" and throttle you past a quota, a dedicated node is a flat monthly price with unlimited requests and zero overages. One node equals all the throughput your hardware can serve. That makes budgeting predictable and removes the surprise bills that come with usage-based RPC pricing.
Shared RPC pools serve thousands of customers from pooled infrastructure, so you inherit rate limits, noisy-neighbor latency, and compute-unit billing. A RedSwitches node runs on single-tenant bare metal that is yours alone: reserved CPU, RAM, and NVMe, a dedicated 10/25 Gbps port, and a private endpoint you control. Performance tracks your hardware, not another tenant's traffic.
No. We provision from current snapshots so your node is live in hours rather than syncing from genesis for days. You can run it yourself with full root access, or choose our fully managed option where our engineers handle the sync, updates, and monitoring. Either way you receive a working private endpoint, not an empty server.
Yes. With 20+ Tier III locations across the US, EU, Asia, and Australia you can place your node in the same region as your users or a chain's sequencer to cut round-trip latency. Tell us your target region and we will recommend the closest facility. You can also run multi-region nodes for redundancy and split read and write endpoints.
Official Base resources for builders running a node: docs, explorers, source, network status, and faucets. Every link points at the first-party source, not a wrapper.
From $199/mo flat, sized to your chain's node specs and typically 30-40% below other providers. Snapshot-ready provisioning, zero setup fees, 24/7 Web3 engineers, no compute units, no rate limits.