What Is Helius? Solana's Leading RPC and Developer Platform, Explained
How Helius works: Solana RPC nodes, the DAS API, webhooks, staked connections, LaserStream gRPC, Sender, credit-based pricing, and why it has no token.
Table of contents
Every Solana app — a wallet showing your balances, a DEX routing a swap, a bot sniping a new token — needs to read the chain and write to it. Almost none of them run their own validators to do it; that's expensive, operationally brutal, and a distraction from building the actual product. They rent the plumbing instead. Helius is the company that, more than any other, sells that plumbing for Solana. Here's what it is, how the pieces fit, what it costs, and what to know before you build on it.
What Helius is (and what it isn't)
Helius is a Solana infrastructure and developer-tooling company — often called Helius Labs. It provides RPC (remote procedure call) endpoints, data APIs, webhooks, real-time streaming, and transaction-landing services. If you're building on Solana, Helius is one of the connections your code talks to in order to fetch data and submit transactions.
It is not a blockchain, an L2, a DeFi protocol, or a token. This matters because the name gets confused with unrelated ventures — there are public-market "Solana treasury" companies that have used the Helius name, which have nothing to do with the developer platform. The infrastructure business is a private company that sells subscriptions.
Helius was founded in 2022 by Mert Mumtaz (CEO, ex-Coinbase engineer) along with co-founders Liam Vovk and Nicolas Pennie, who he met studying applied mathematics. The founding thesis was blunt: Solana's application ambitions had outrun its developer tooling, and someone Solana-native needed to fix the infrastructure layer. Mumtaz has since become one of Solana's most visible public defenders. The company raised a $9.5M Series A in February 2024 (led by Foundation Capital) and a $21.75M Series B in September 2024 (led by Haun Ventures and Founders Fund). Angel backers include Solana co-founders Anatoly Yakovenko and Raj Gokal.
How it works: the product stack
Think of Helius as a set of layers on top of Solana nodes, each solving a different job.
RPC nodes. The base layer. Your app sends standard Solana JSON-RPC calls
(getBalance, getAccountInfo, sendTransaction, and so on) to a Helius endpoint,
and Helius runs the nodes that answer them. This is the commodity part — every provider
does it — but reliability, latency, and global distribution are where they compete.
Helius claims 99.99% uptime and billions of requests per day across a globally
distributed network.
The DAS API. The Digital Asset Standard API is Helius's unified interface for querying assets — SPL tokens, Token-2022 (and its extensions), regular NFTs, and compressed NFTs — through one set of methods. Compressed NFTs in particular are hard to index yourself, so DAS is a big reason NFT and wallet apps use Helius. Instead of running multiple indexers, you ask DAS "what does this wallet own" or "who holds this asset" and get a unified answer.
Enhanced APIs and webhooks. Beyond raw RPC, Helius offers parsed/enhanced transaction data (human-readable descriptions of what a transaction did) and webhooks — server-to-server HTTP pushes that fire when something you care about happens on-chain (an address receives funds, an NFT sells). Webhooks are the "tell me when X happens" primitive, useful when you'd rather not poll or hold open sockets.
LaserStream (gRPC streaming). For real-time, high-throughput needs, Helius offers LaserStream, a gRPC data stream of blocks, transactions, and account updates. It's compatible with the Yellowstone gRPC interface — the Solana ecosystem standard — so it's close to a drop-in replacement, but it adds historical replay (catch up on data you missed), auto-reconnect, and multi-region endpoints (roughly nine regions worldwide). As of 2026 LaserStream also powers Helius's WebSocket layer. Streaming is what trading bots and indexers live on, because polling RPC is too slow and too expensive for that pattern.
Transaction landing: staked connections and Sender. Getting a transaction confirmed on Solana during congestion is its own problem. Helius attacks it two ways. Staked connections use Solana's stake-weighted quality-of-service (swQoS): because Helius runs one of Solana's most active validators, transactions routed through its stake get proportionally more bandwidth to the block leader, improving landing rates. Traffic is treated as high-quality when it carries a sufficient priority fee. Sender is a separate endpoint that submits your transaction in parallel across multiple landing pathways (Helius, Jito, and others) and regions, with a minimum tip (0.001 SOL) and no credits billed, optimising purely for speed of landing.
Dedicated nodes and infrastructure. For the largest customers, Helius sells
dedicated RPC nodes and dedicated staked-connection bandwidth sized to a firm's
sendTransaction TPS — the enterprise end of the catalogue.
The token question: there isn't one
To be unambiguous, because it's the most common scam vector: there is no equity, governance, or utility token for the Helius developer platform — no airdrop, presale, or points program. Helius Labs is a private company funded by venture capital and paid subscriptions. One caveat that trips people up: Helius does issue hSOL, a liquid-staking token representing SOL delegated to its validator — a staking derivative, not an investable "Helius coin." So if you see a "HELIUS" token, an airdrop claim page, or a Telegram promising early access to a Helius coin, it is fraudulent. The only thing you pay the platform is a subscription, in regular money, through its billing.
Fees and pricing
Helius uses credit-based tiers. Each plan gives you a monthly budget of credits plus a requests-per-second (RPS) cap, and different API calls burn different numbers of credits. As verified in mid-2026, the public plans are:
| Plan | Price / month | Monthly credits | RPS cap | Notable inclusions |
|---|---|---|---|---|
| Free | $0 | ~1M | 10 | Prototyping |
| Developer | $49 | ~10M | 50 | Staked connections |
| Business | $499 | ~100M | 200 | LaserStream gRPC |
| Professional | $999 | ~200M | 500 | Data add-ons |
| Enterprise | Custom | 1B+ | Custom | Dedicated infra |
The credit accounting is where costs really live. Most standard RPC calls cost 1
credit, but heavier calls cost more: getProgramAccounts, archival lookups, and
DAS calls each cost 10 credits. Extra credits beyond your plan run about $5 per
million on paid tiers. Sender is included on all plans (you pay the on-chain tip,
not credits). Streaming bandwidth add-ons for LaserStream and Enhanced WebSockets
are priced as separate fixed tiers by terabytes per month, and Helius cut those add-on
prices in 2026. Because pricing and tier details shift, treat any specific number here
as a snapshot and confirm on the live pricing page before you budget.
The practical implication: a data-heavy app (lots of DAS or archival queries, or heavy streaming) can burn its credit budget far faster than the raw request count suggests. Model your usage by call type, not just call volume.
The numbers and market position
Solana's RPC market is competitive — Helius sits alongside QuickNode, Alchemy, Triton/Yellowstone, Chainstack, and others. Helius's differentiation is being Solana-only and Solana-native: the DAS API, LaserStream, staked connections, and Sender are all built around Solana-specific realities (compression, swQoS, Jito, block leaders) that generalist multi-chain providers don't prioritise as deeply.
The evidence for its position: Helius says it powers major Solana teams including the Phantom wallet, Jupiter, Coinbase, Bitwise, and DFlow; it runs one of Solana's top-staked validators at 0% commission (passing rewards, including MEV, to delegators); it holds SOC 2 certification (relevant for institutional customers); and it claims 99.99% uptime with billions of daily requests. Independent 2026 provider comparisons repeatedly single out Helius for the depth of its Solana data APIs.
Running a top validator isn't a side project — it's load-bearing: the stake is what makes staked connections work, and it keeps Helius aligned with Solana's own performance roadmap (Firedancer, fee markets) rather than treating the chain as one more generic backend. That vertical integration — validator, nodes, indexes, and developer APIs under one roof — is what generalist multi-chain providers find hardest to copy.
Who it's for and how it's used
- Wallets use DAS to display token and NFT holdings, and webhooks/streaming to show live activity.
- DeFi and DEX apps use RPC plus staked connections and Sender to route and land swaps reliably under load.
- Trading firms and bots use LaserStream (or dedicated nodes) for the lowest-latency view of the chain, and dedicated staked bandwidth to land time-sensitive orders.
- Indexers and analytics use enhanced/parsed transactions and archival data to reconstruct history.
- NFT platforms lean on DAS for compressed NFTs specifically.
How to actually use it
Getting started is deliberately low-friction:
- Create an account and grab an API key. Your key is embedded in the endpoint URL Helius gives you.
- Point your client at the Helius RPC URL. Anywhere your Solana code takes an RPC endpoint (web3.js, an SDK, a bot config), swap in the Helius URL. Standard JSON-RPC calls work unchanged.
- Add the Helius-specific pieces as needed. Call the DAS API for asset data, set up a webhook for event pushes, or open a LaserStream/WebSocket subscription for live data. For sending, use staked connections or Sender and pair them with the Priority Fee API so you're bidding an appropriate fee.
- Watch your credits and RPS. Instrument your usage early — the dashboard shows consumption. Design around the RPS cap (batch, cache, back off) so you don't get rate-limited in production.
Risks and trade-offs
A clear-eyed view:
- Vendor dependency. Centralising on one provider means its outage is your outage. Serious teams keep a fallback RPC and design for failover — the whole point of Yellowstone compatibility is that LaserStream isn't a total lock-in, but your webhook and DAS integrations are Helius-specific.
- Cost surprises. Credit-based billing with 10x-weighted calls (DAS, archival) and metered streaming bandwidth can scale faster than expected. Load-test your credit burn before launch.
- Rate limits. RPS caps are real; an app that spikes will get throttled unless it's built to absorb it.
- It's infrastructure, not magic. Staked connections and Sender improve landing odds; they don't guarantee inclusion, and you still have to pay competitive priority fees during congestion.
- Scam surface. Again — no token. The main immediate risk to a newcomer isn't the product, it's a fake "Helius airdrop" phishing for a wallet signature.
Bottom line
Helius is the closest thing Solana has to a default developer-infrastructure layer: solid commodity RPC wrapped in genuinely Solana-native tooling — DAS for assets, LaserStream for real-time data, staked connections and Sender for landing transactions — backed by a top validator, SOC 2 compliance, and a marquee customer list. It earns money from subscriptions, not a token, so the pricing is transparent and the "get in early on the coin" pitch is pure fraud. If you're building on Solana, the real questions aren't whether Helius works — it does — but whether you've modelled your credit burn, planned for rate limits, and kept a fallback so one provider's bad day isn't yours.
For related reading: what is Solana, what is DeFi, and best Ethereum L2s.
Related guides
- Helius Reviewed (2026)
- Lava Network Reviewed
- Best Crypto RPC Providers
- QuickNode Reviewed
- What Is Chainstack?
Not financial or engineering advice. Pricing, tiers, and product details change — always verify on Helius's official site before you build or budget.
Frequently asked questions
What is Helius?
Helius is Solana's leading RPC and developer-infrastructure provider. It sells the plumbing that apps use to read from and write to Solana: RPC nodes, the Digital Asset Standard (DAS) API for tokens and NFTs, webhooks, gRPC data streaming (LaserStream), and transaction-landing services like staked connections and Sender. It is a company and a platform, not a blockchain, a protocol, or a DeFi product.
Does Helius have a token?
No investable one. Helius Labs is a private, venture-backed company that makes money from paid subscriptions, and there is no equity, governance, or airdrop token for the developer platform. Any "HELIUS" coin or airdrop claiming to be the RPC company is a scam. Two things cause confusion: Helius issues hSOL, a liquid-staking token for SOL staked to its validator (a staking derivative, not a company token), and unrelated public companies use the "Helius" name as a Solana treasury vehicle — neither is an investment in this infrastructure business.
What is the DAS API?
The Digital Asset Standard (DAS) API is Helius's unified way to query ownership and metadata for Solana assets — SPL tokens, Token-2022 and its extensions, regular NFTs, and compressed NFTs — through one interface. It's the standard way to fetch "what does this wallet hold" or "who owns this NFT" without stitching together multiple indexes yourself. DAS calls cost 10 credits each on Helius.
What are staked connections?
Staked connections route your transactions through Helius's own high-stake validator using Solana's stake-weighted quality-of-service (swQoS). Staked validators get proportionally more bandwidth to the current block leader, so transactions sent this way have a higher chance of landing quickly during congestion. They're included on paid plans and are one of the main reasons trading-focused teams pay for Helius over a generic RPC.
What is LaserStream?
LaserStream is Helius's gRPC streaming service for real-time Solana data — blocks, transactions, and account updates. It's compatible with the Yellowstone gRPC interface but adds historical replay, automatic reconnection, and multi-region endpoints (roughly nine regions) so a dropped connection doesn't lose your place in the stream. It's aimed at latency-sensitive apps like trading bots and indexers.
How much does Helius cost?
Helius uses credit-based tiers. As of mid-2026 the public plans are Free ($0, ~1M credits, 10 requests/sec), Developer ($49, ~10M credits, 50 rps), Business ($499, ~100M credits, 200 rps, LaserStream gRPC), Professional ($999, ~200M credits, 500 rps), and custom Enterprise. Most RPC calls cost 1 credit; DAS, getProgramAccounts, and archival calls cost 10. Streaming bandwidth add-ons are priced separately. Always check the live pricing page — tiers change.
Who uses Helius?
Helius markets itself as powering major Solana teams including the Phantom wallet, Jupiter, Coinbase, Bitwise, and DFlow, alongside many smaller apps, indexers, and trading firms. It claims billions of daily requests and 99.99% uptime, and holds SOC 2 certification, which matters to teams with institutional customers.
Is Helius better than running your own RPC node?
For most teams, yes — running and maintaining Solana validators or RPC nodes is expensive and operationally heavy, which is the whole reason managed providers exist. Helius's value is the Solana-specific extras (DAS, staked connections, LaserStream, Sender) that generic node-hosting doesn't give you. The trade-offs are vendor dependency, credit-based costs that can spike with usage, and the need to design around rate limits. Large trading firms sometimes run dedicated nodes in addition to a provider.
Sources & further reading
- Helius — Solana's Leading RPC and API Platform — Helius
- Helius Pricing — Solana RPCs and APIs — Helius
- Helius RPC provider: A Practical Overview (2026) — Chainstack
- Helius Raises $9.5M in Series A Funding to Enhance the Developer Experience on Solana — Business Wire
- LaserStream — Stream Solana blocks, transactions and accounts — Helius