What Is Chainstack? The Multi-Cloud RPC and Node Provider, Explained
How Chainstack's multi-cloud RPC platform works: global, dedicated and trader nodes, 1:1 request-unit pricing, and how it compares to Alchemy and QuickNode.
Table of contents
Every decentralized app reads from and writes to a blockchain, and almost none run their own nodes to do it — syncing an Ethereum archive node or a Solana validator is expensive, slow and operationally heavy. Chainstack sells the way out: a managed platform that hands you an RPC endpoint in minutes and keeps the underlying nodes running across multiple clouds. It competes with Alchemy and QuickNode, and its whole pitch is built around one idea — making the bill predictable.
What Chainstack is, and who's behind it
Chainstack is a node-as-a-service and Web3 infrastructure provider. Instead of provisioning and syncing blockchain nodes yourself, you sign up, pick a network, and get an HTTPS/WebSocket RPC endpoint your application calls. Chainstack runs the nodes, handles upgrades, monitors uptime and scales capacity behind that endpoint. As of 2026 it advertises access to 70+ chains — from Ethereum, Solana, Base, Polygon, BNB Smart Chain and Arbitrum to newer ecosystems such as Hyperliquid, Unichain, Linea, Berachain and Katana — across mainnets, testnets and layer-2 rollups.
The company was founded in 2018 by Laurent Dedenis (CEO, a former enterprise software executive) and Eugene Aseev (CTO, from an engineering and cybersecurity R&D background), and launched its platform in 2019. It raised a modest early round of around $6 million from investors including SBI Ven Capital, Ventech and Azimut. Chainstack is a normal SaaS company, not a crypto protocol. There is no Chainstack token, no airdrop and no tokenomics — you pay for the service in dollars. Any coin listing bearing the name is unrelated or dormant.
A distinguishing trait versus some rivals is that Chainstack is genuinely multi-cloud: its infrastructure spans AWS, Google Cloud and Azure rather than sitting on a single provider, which is what lets it geo-balance requests and recover from a regional failure quickly.
How it works: the node types
The part that confuses newcomers is that "a node" on Chainstack isn't one thing. There are several products, and choosing the wrong one either overpays or underperforms.
Global Nodes (elastic nodes) are the default. A Global Node is a geo-balanced, autoscaled endpoint backed by many instances spread across roughly a dozen data centers on the three big clouds. When your app calls it, the request is routed to the fastest available location; traffic spikes are absorbed automatically; and if one region has a problem, traffic reroutes within roughly one second. This is shared infrastructure: you don't get a machine to yourself, but you get resilience and reach without configuration. For most dApps, wallets and dashboards, a Global Node is the right answer.
Dedicated Nodes are the opposite trade-off. A dedicated node is an exclusive machine or cluster that only your organization uses, where you choose the region, the client software and the configuration. You get predictable latency (no noisy neighbors), plus full access to heavier capabilities — debug and trace APIs, archive data and custom plug-ins. Dedicated nodes are arranged by contacting Chainstack rather than clicking a button, and they're priced on compute-hours plus storage rather than request units.
Unlimited Nodes are a pricing structure more than a distinct machine: a chain-agnostic, flat-fee pool where you pay for a guaranteed requests-per-second tier instead of metering every call. It starts at $149/month for 25 RPS and scales up (100 RPS at $649, 250 RPS at $1,649, 500 RPS at $3,199). If your workload is high and steady, a flat RPS fee can be cheaper and far more predictable than paying per request.
Trader Nodes are the specialist tier. These are regionally pinned endpoints — deliberately bound to one location rather than geo-balanced — and tuned for the lowest possible latency and highest availability. The audience is explicit: trading bots, snipers, market makers and high-frequency users who care about single-digit milliseconds and want their bot co-located in the same region as the node.
The trading path: Warp Transactions
Reads are only half of trading; the other half is getting your transaction landed
before someone else's. Chainstack's answer is Warp Transactions. The mechanism is
specific: every call still goes through Chainstack's normal infrastructure except
one — eth_sendRawTransaction on EVM chains, or sendTransaction on Solana. That
single send call is routed directly to bloXroute, a company that specializes in
high-speed transaction propagation across Ethereum, Solana and BNB Smart Chain. On
Solana in particular, this gets your transaction in front of validators faster;
bloXroute markets landing rates near 100% (and landing 3 of 4 transactions within five
blocks). Warp Transactions are billed per transaction at $0.15 each on Growth tier
and above. Together, a regional Trader Node handling reads plus Warp Transactions
handling sends is Chainstack's packaged alternative to building your own
propagation stack — alongside Solana-specific streaming products like Yellowstone gRPC.
The pricing model: one request, one unit
Chainstack meters usage in request units (RU), and the rule is that almost every API call counts as exactly one request unit, regardless of how heavy the underlying computation is. There are no per-method multipliers.
The weight of that shows up on comparison. QuickNode bills in API credits, where
different methods carry multipliers reported from roughly 20x up to 120x — a single
expensive call can quietly consume dozens of credits. Alchemy bills in compute
units, with method multipliers commonly in the 10x–60x range. On both, a workload
heavy in expensive methods (traces, logs, large getProgramAccounts calls) can burn
through an allowance far faster than the raw call count suggests, and overages arrive
as a surprise. Chainstack's flat 1:1 model makes the bill a straightforward function
of how many calls you make.
The published plans, as of mid-2026:
| Plan | Price/month | Request units | RPS | Overage |
|---|---|---|---|---|
| Developer | $0 | 3M | 25 | $20 / 1M |
| Growth | $49 | 20M | 250 | $15 / 1M |
| Pro | $199 | 80M | 400 | $12.50 / 1M |
| Business | $499 | 200M | 600 | $10 / 1M |
| Enterprise | $990+ | 400M+ | Unlimited | $5 / 1M |
Annual billing shaves off up to around 16%, and a Pay-As-You-Go arrangement targets customers spending over $1,000/month with materially lower effective rates. Note the two things that scale together: the RU allowance and the RPS (rate-limit) ceiling. Cheap tiers cap you at 25–250 requests per second, which matters as much as the monthly quota for bursty apps.
The numbers and market position
Chainstack is a mid-sized challenger, not the category leader by raw scale. In the managed-RPC market, Alchemy and Infura have historically held the largest developer mindshare, with QuickNode a heavyweight in performance-oriented and trading segments. Chainstack's strategy is to win on cost predictability and multi-chain breadth rather than the widest enhanced-API catalog. Its own comparisons put a representative EVM workload at roughly $199/month on Chainstack Pro versus several hundred dollars on comparable QuickNode and Alchemy usage-based plans — figures that are directionally useful but, as vendor-published numbers, worth sanity-checking against your own call mix.
On credibility, Chainstack has run since 2019 on tier-one clouds, publishes case studies (including a Google Cloud one), and counts enterprise and Web3 teams among its users. It's an established, funded company — just a smaller one than the market leaders, which is precisely why its pricing has to be sharper.
Who uses it, and for what
The customer profile splits roughly three ways. General dApp and wallet teams use Global Nodes as a drop-in RPC backend — the same job Infura or Alchemy do, chosen here for cost and multi-chain reach. Trading and DeFi operators are the segment Chainstack has leaned into hardest: Trader Nodes, Warp Transactions and Solana streaming (Yellowstone gRPC, ShredStream) target bot builders, snipers and market makers who need reads and sends on the fastest possible path, and Chainstack publishes guides for running tools like Hummingbot on its infrastructure. Enterprises and data-heavy teams take Dedicated Nodes for isolation, archive access and the debug and trace APIs that analytics, indexing and compliance workloads depend on. The common thread is teams that have outgrown a free public RPC but don't want to babysit their own node fleet across half a dozen chains.
How to actually use it
Getting an endpoint is deliberately fast. You create a free account, create a project, deploy a node by selecting the network (say, Ethereum mainnet or Solana), and Chainstack returns HTTPS and WSS endpoint URLs plus authentication. You point your library — ethers.js, viem, web3.py, solana-web3.js — at that URL and you're reading the chain. For a production app, the practical checklist is: pick the right node type (Global for general use, Dedicated for isolation, Trader plus Warp for latency-sensitive trading); watch your RPS ceiling, not just monthly RU, since rate limits bite first on bursty traffic; protect your endpoint keys and rotate them if leaked; and if your volume is high and steady, price out an Unlimited Node flat tier against metered RU before committing. Test on the free Developer tier, then size the paid plan to your measured call volume rather than guessing.
Risks and limitations
None of this is an investment thesis — it's a vendor decision — but there are real trade-offs. Vendor lock-in and dependency: routing all your chain access through one provider means their outage is your outage, so serious apps keep a fallback RPC. Rate limits: the RPS caps on lower tiers are easy to hit and can throttle you mid-spike. The comparison numbers are vendor-supplied: Chainstack's cost-advantage claims come from Chainstack, and the honest answer depends entirely on your method mix — a read-light, trace-heavy app looks different from a simple wallet backend. Feature breadth: Alchemy and QuickNode ship deep enhanced-API suites, SDKs and add-on tooling that Chainstack doesn't always match one-for-one. And it's centralized infrastructure — convenient and fast, but a trusted intermediary between your app and the chain, which is a philosophical trade some builders make deliberately and others avoid. On the flip side, because there's no token, there's no token risk: nothing to be diluted, unlocked or rug-pulled.
Bottom line
Chainstack is unglamorous Web3 plumbing. It won't 100x — it's a subscription, not a coin — and it isn't trying to out-feature Alchemy on enhanced APIs. What it does well is remove operational work across 70+ chains and make the invoice legible: one call, one request unit, no multiplier surprises. If your priorities are multi-chain coverage, predictable billing, and specialist trading endpoints, it's a strong pick worth pricing against QuickNode and Alchemy on your own real workload. If you need the deepest tooling ecosystem or you're philosophically committed to running your own nodes, look harder before you commit. Either way, judge it as infrastructure — measured in latency, uptime and dollars — not as a token.
For related reading: best Ethereum L2s, what is DeFi, and account abstraction explained.
Related guides
- Lava Network: decentralized RPC access
- Helius: the leading Solana RPC and developer platform
- Best crypto RPC providers
- The Graph: the decentralized query layer
Not financial or procurement advice. Pricing, plan limits and features change — always verify current details on Chainstack's official site before committing.
Frequently asked questions
What is Chainstack?
Chainstack is a managed blockchain infrastructure provider — a node-as-a-service platform that gives developers RPC endpoints and full archive nodes across 70+ networks (Ethereum, Solana, Base, Polygon, BNB Smart Chain, Arbitrum and newer chains) without having to run and maintain the servers themselves. It runs on multiple clouds (AWS, Google Cloud, Azure) and competes directly with Alchemy and QuickNode.
Does Chainstack have a token?
No. Chainstack is a conventional software company, not a crypto protocol. There is no Chainstack token, no airdrop and no tokenomics — you pay for the service in US dollars via monthly or annual subscriptions. Any "Chainstack" ticker you see on a price aggregator is unrelated or inactive; treat token listings claiming otherwise as a red flag.
How does Chainstack pricing work?
Chainstack bills on a request-unit (RU) model where almost every API call counts as exactly one request unit, with no per-method multipliers. Paid plans are Growth ($49/month, 20M RU, 250 RPS), Pro ($199/month, 80M RU, 400 RPS), Business ($499/month, 200M RU, 600 RPS) and Enterprise ($990+/month, 400M+ RU, unlimited RPS), plus a free Developer tier with 3M RU. Overage is charged per additional million RU.
How is Chainstack different from Alchemy and QuickNode?
The main difference is the billing unit. Chainstack counts one request unit per call; QuickNode uses API credits with multipliers reported from roughly 20x to 120x depending on method, and Alchemy uses compute units with multipliers around 10x to 60x. That makes Chainstack's cost easier to predict for heavy or mixed workloads, though Alchemy and QuickNode offer broader enhanced-API and tooling ecosystems.
What is a Chainstack Global Node?
A Global Node (also called an elastic node) is a geo-balanced, autoscaled RPC endpoint backed by multiple instances across data centers on AWS, Azure and Google Cloud. It routes each request to the fastest available location, absorbs traffic spikes and is the default shared-infrastructure option for most chains.
What is a Chainstack Trader Node?
A Trader Node is a regionally pinned endpoint tuned for ultra-low latency and high availability, aimed at trading bots, snipers and high-frequency users. It pairs with Warp Transactions, which route the send call directly through bloXroute for faster propagation and a higher landing rate — most relevant on Solana.
What is a dedicated node on Chainstack?
A dedicated node is an exclusive machine or cluster used only by your organization, where you choose the region, client and configuration. It gives predictable latency plus full access to debug and trace APIs, archive data and custom plug-ins, and is arranged by contacting Chainstack directly rather than self-serve.
Is Chainstack safe and reliable to build on?
Chainstack is an established provider (founded 2018) used by teams including enterprise names, running on tier-one clouds with geo-balancing and fast fault recovery. The main considerations are the usual ones for any managed RPC vendor: dependency and lock-in on a third party, rate limits on lower tiers, and the need to secure your endpoint keys. It is infrastructure, not an investment.
Sources & further reading
- Chainstack Pricing — Compare Plans — Chainstack
- Chainstack — About Us — Chainstack
- Protocols: modes and types (node documentation) — Chainstack
- Warp Transactions documentation — Chainstack
- Chainstack vs QuickNode vs Alchemy: cost-effective blockchain API — Chainstack