Solana still sells speed and cheap fees. What developers actually fight is RPC quality, streaming lag, landing transactions during congestion, and the cost of on-chain state. Helius is a Solana-only infrastructure company built for that layer: RPC, streaming, parsed data, staking, and more recently zero-knowledge work after buying Light Protocol.
This rewrite keeps the original structure and images, corrects stale claims, and separates product from marketing numbers.
Helius is a service for Solana developers building on the Solana blockchain: JSON-RPC, WebSockets, gRPC streams, DAS / NFT / token / transaction APIs, webhooks, validator and staking access, and tools for airdrops, landing, ZK compression, and privacy-focused features. Founded in 2022, it operates as a Solana infrastructure provider for teams, apps, and institutions that need reliable RPC, data, and transaction services under real network load. Wallets, NFT apps, DeFi, games, and exchanges sit on it. Names that have appeared in Helius materials include Phantom, Backpack, Crossmint, and other Solana-native teams. Treat client lists as sales copy.

Sources: Helius Website
There is no HELIUS governance token. Access is API keys and credits, with documentation and developer resources covering setup, usage, and service limits. The asset people confuse with a “Helius coin” is usually hSOL, the liquid staking token for the Helius validator.
Founded in 2022. Co-founders: Mert Mumtaz (CEO, ex-Coinbase), Liam Vovk (CTO, ex-Amazon), Nicolas Pennie (COO, ex-Accenture). Distributed team.
Public raises:
Total about $34.35–34.4 million. That is still the last widely cited book.
RPC. Shared and dedicated nodes behind a Rust edge gateway Helius calls Gatekeeper. Docs advertise global regions for Helius RPC and Solana RPC through a globally distributed network of 7 global endpoints. It also places each node close to demand, with locations in New York, Singapore, and Tokyo to improve low latency and reliability. Docs advertise a 99.99% success-rate target; Helius also says it handles billions of daily requests with 99.99% uptime, positioning the service for performance in scalable apps. Those are vendor SLAs, not independent measurements. Helius also open-sourced rpc-perf-dash, a multi-region RPC benchmark; it currently ranks itself near the top, so read it as a method, not a court verdict.
Validators and hSOL. Helius runs a large Solana validator. Stake on that validator supports staked-weighted QoS for its own transaction path. The original draft’s “1,416 validators / 12.85 million SOL / 8–11% APY / zero commission” set is stale. Check current commission, MEV split, and APY on the live staking page and Solana explorers before you quote a yield.
Sender / landing. For apps that must land during congestion, Helius sells a validator-aware send path rather than a public RPC hop only. This path focuses on ultra-low latency transaction sending, with a stated 50 TPS.
Webhooks. Event pushes (transfers, mints, balance changes). Still useful for bots and ops. Limits and Discord wiring belong in the current dashboard, not in this article’s old “100,000 addresses / 70 types” line.
WebSockets. Fine for light UIs. They drop. Helius now runs standard and enhanced WSS on LaserStream plumbing and claimed up to ~200 ms faster standard WSS after that cutover, but reducing latency usually takes active blockchain architecture optimization too, not just a transport switch.
LaserStream (gRPC). This is the 2025–2026 replacement for “just run Yellowstone on a dedicated box.” Multi-region ingest, replay (about 24 hours in current docs), failover, shred-level intake. It is built for low-latency, high-performance usage where reliability matters under sustained request volume, and usage should be monitored because stream traffic and add-ons are metered. Plus add-ons are sold in TB buckets. Use this for HFT-style or indexer workloads; use webhooks for simple alerts.

Sources: Helius Website
DAS / NFT / Token / Transaction APIs. Standard RPC methods plus the DAS API cover metadata, history, and priority-fee hints, and different methods support search across token, NFT, wallet, and transaction data. Wallet API adds balances, history, identity, and “who funded this wallet.”
Parsed Events API and Parsed Streams (open beta, September 2026): decoded instructions for thousands of programs from on-chain IDLs, plus human-readable summaries and transfer lists. REST/GraphQL on demand; WebSocket when a match confirms. These APIs reduce development complexity when building apps that need decoded on-chain data.
ZK Compression and Photon. Built with Light Protocol. Compress account state into the ledger, keep a Merkle root on-chain, prove updates with ZK. Photon is Helius’s open-source indexer so you can read compressed accounts. Cost cuts versus a full PDA are real in the advertised examples; you still depend on an indexer. Compressed NFTs (Merkle trees without the same ZK stack) are a related but different product.
Light acquisition (June 2026). Helius bought Light Protocol to pull the ZK syscall / compression team in-house and to build a programmable privacy layer. Public messaging calls that layer Solana Rings: encrypted balances and transfers, institutional rings plus a public ring, with payroll (Squads / Altitude) as an early story. Compression stays; privacy is the new mandate. Mainnet timing is a company target, not a listing date.
Plans are still credit-based (free / Developer / Business / Professional and up). The free plan includes 500K credits and 10 requests per second. Fiat and crypto. Credits cover RPC, APIs, webhooks, and streams, and request usage plus plan thresholds are worth checking in the dashboard before you upgrade. LaserStream traffic has its own credit or TB add-on math, and paid support varies by plan. Pricing pages move; use helius.dev/pricing

Sources: Helius Website
Airship. Open-source compressed airdrop UI + CLI. After you install dependencies for a local project, you typically run a CLI command to configure a wallet, fee SOL, a recipient list, and an RPC that speaks compression and DAS.

Sources: Helius Website
Also: Node.js and Rust SDKs, RPC proxy recipes, and code examples are useful when cloning a github repo or reviewing implementation patterns; they also help when running tests from the terminal on linux, macos, or windows, and a plugin-based editor setup can improve developer experience during local development. There’s also a transaction explorer line (ORB, formerly XRay), and an early-stage Launchpad for pre-Series A teams. Mert’s older “BTS could 1,000× TPS without architecture changes” line was a research claim. Do not treat it as a shipped mainnet multiplier.
Helius doubled down on Solana instead of going multi-chain. That is the product advantage and the concentration risk. 2026 work is streaming (LaserStream), parse APIs, staking/LST, and ZK/privacy after Light, with a clear focus on enterprise compliance and rigorous security architecture. Competitors are Alchemy, QuickNode, Triton, and self-hosted Yellowstone.
Challenges that actually matter:
That privacy direction also includes zero-knowledge compliance tooling for institutional traders.
Helius is still the default Solana-native infra shop: RPC plus data plus a large validator. The update is not “they launched a token.” It is LaserStream, parsed transactions, hSOL, and Light / Rings sitting on top of the same credit business.
Use it as plumbing. Keep a second RPC.
No HELIUS token. hSOL is a liquid staking token for the Helius validator.
Helius’s gRPC stream for blocks, accounts, and transactions, with replay and multi-region failover.
A Helius + Light design that stores compressed state in the ledger so rent is cheaper. Photon and its documentation are important for developers working with compressed accounts. Photon indexes it.
To own the ZK compression stack and to build on-chain privacy (Solana Rings), not to replace RPC, while also broadening community and developer support around the ZK stack.
Yes. Multi-chain teams pair it with another provider. Most usage targets Solana mainnet beta when developers test production RPC endpoints. When working with Solana token data, developers may also encounter Jupiter as an ecosystem touchpoint.
* The information is not intended to be and does not constitute financial advice or any other recommendation of any sort offered or endorsed by Gate.
* This article may not be reproduced, transmitted or copied without referencing Gate. Contravention is an infringement of Copyright Act and may be subject to legal action.





