SolanaVault
Who it's for

One network. Four kinds of participant.

SolanaVault turns Solana historical storage into a peer-to-peer economy. Consumers pay per query; operators and nodes earn for the bandwidth, storage, and integrity they contribute.

Indexers & analytics platforms

Backfill and serve history without an archive node bill

Indexers reading deep history pay per query for exactly the blocks they touch, inheriting 95%+ storage savings from the compression pipeline instead of provisioning terabytes of archive IOPS. The standard JSON-RPC surface means getConfirmedBlock and getSignaturesForAddress work unchanged.

vs Old Faithful (archive) →
  • Pay only for blocks you fetch
  • 15-25x compression, microsecond reads
  • Drop-in getConfirmedBlock / getTransaction
dApp & wallet backends

A drop-in RPC endpoint you can decentralize

Swap https://api.mainnet-beta.solana.com for a local light client or gateway URL and keep your Anchor / web3.js / solana-py code exactly as it is. Reputation-aware routing and automatic failover remove the single-provider dependency that hosted RPC creates.

vs Helius (hosted RPC) →
  • No application code changes
  • Automatic DHT failover
  • No single provider to depend on
Gateway operators

Earn revenue relaying block data

Stand up a gateway node and earn the majority of the per-query fees from the light clients you serve. Routing goes through the Kademlia DHT to the closest replicas, and honest, high-uptime operators build reputation that wins them more traffic.

See how gateways route →
  • Keep the bulk of per-query revenue
  • Reputation-weighted routing
  • MIT stack, no managed dependencies
Storage & consensus nodes

Get paid for verifiable storage

Storage nodes hold compressed blocks and vote in Byzantine consensus, earning rewards for verified storage proofs, bandwidth, and uptime. The economics layer slashes nodes that lie about block contents, so honest capacity is the profitable strategy.

How consensus works →
  • Rewards for verified storage proofs
  • Byzantine-checked integrity
  • Slashing for dishonest responses

Find your role in the network.

Consume it, operate a gateway, or store blocks — the workspace is MIT-licensed and the repo is the product.