Skip to content
StreamSync Run a Node

About

Decentralization is an economic property.

Spreading a service across 12 regions doesn't make it decentralized — it just makes it geographically diversified. Decentralization shows up when no single party can set pricing, restrict access, or change SLA without negotiating with everyone else. That is the thesis StreamSync was built on.

The problem with hosted indexing

Solana indexing is dominated by a handful of vendors. They are competent and fast, but they hold the contract: prices change with a tweet, certain query shapes get rate-limited mid-quarter, and migrations between providers cost weeks of engineering time. The reliability number on the marketing page is set by the same team that decides what to charge for it.

That arrangement is fine for prototypes. It is hostile to anything that runs at scale.

What economic decentralization looks like

StreamSync is a protocol. Independent operators stake $STRM and run nodes. The gateway dispatches each query to 3–5 of them. The first correct response wins 70% of the fee; verifiers split the rest. If no operator meets the 10ms SLA, the customer is not billed.

Three properties fall out of that design:

What is built

Phase 1 is complete. The workspace ships nine Rust crates covering networking, sharding, distributed DuckDB, IDL synthesis, ZK reconstruction, storage, the Solana indexer, the program parser, and a consensus core. The on-chain side is Anchor-based: the $STRM token program, payment gateway, settlement engine, and racing competition contract. Tests pass at 193+ and counting.

The next steps are devnet deployment, recruitment of founding operators, and a public testnet.

Who is building it

StreamSync is a project of cryptuon. The founding team has spent the last several years in Solana indexing and infrastructure, mostly working around the same pain points: rate-limit cliffs, opaque outages, and migrations that should have been automatic. We are building the thing we wished existed.

How to engage

If you run Solana infrastructure today and want to operate a StreamSync node, the staking minimum is 10,000 STRM and the cooldown is seven days. If you build a product that needs sub-10ms Solana queries with no vendor lock-in, point a client at the gateway and prepay a balance in USDC. Everything else — racing, verification, settlement — happens in the protocol.