Wallet flow graph
Trace funds between wallets — every transfer drawn as a living, explorable network.
One endpoint for every account, transaction, and token — each answer ships with a signed receipt you can check yourself.
Pick a method, run it against the live mesh, then verify the signed receipt yourself in your browser.
Most infrastructure is tuned for sending transactions. Pluid is tuned for the other 90% — the reads that explorers, agents, and dashboards fire off all day long.
Over 90% of RPC traffic is reads — balances, accounts, slots. We specialize the read path so it stays fast and cheap while validators do the writing.
Autonomous agents can't trust an answer they can't verify. Every response ships a signed receipt with a freshness slot they can check offline.
A mesh of staked operators across regions routes each read to the closest honest node — low latency without a single point of trust.
The same data that powers the API, rendered as a fast, visual block explorer.
Trace funds between wallets — every transfer drawn as a living, explorable network.
Decoded instructions, balance deltas and logs, laid out so a transfer reads at a glance.
Re-check any signed response in your browser — the data proves itself, no trust required.
A live window into Solana through Pluid — slots, accounts, and reads as they happen.
Each response ships with a signed receipt. Honest nodes get paid; a wrong answer is caught and slashed on-chain. Enforced by the protocol — not a promise.
Press run to dispatch a known-answer probe across two operators.
Answers carry a hash of the underlying account state, anchored to a slot.
Auditors probe nodes with questions whose true answer is already known.
Every read is signed; anyone can verify freshness and authenticity offline.
Operators post stake. Wrong answers are provable — and provably slashed.
A typed SDK with receipts baked in. Drop in a key and start reading Solana.
1npm install @pluid/sdk23import { PluidClient } from "@pluid/sdk";45const pluid = new PluidClient({ apiKey });67const { result, receipt } = await pluid.getBalance(addr);8pluid.verify(receipt); // → true
Stake $PLUID, serve reads from your region, and earn for every honest answer. Operator onboarding opens in Phase 2 — get in line.
$PLUID is a utility token for access, metering, and operator stake — not an investment.
Hold $PLUID to unlock higher rate limits and gated read tiers.
Acquire $PLUID on the open market via Jupiter or your wallet of choice.
Settle metered reads in $PLUID — pay only for what your agents consume.
Stake $PLUID to run a node, serve reads, and earn protocol rewards.
A staged path from one honest node to a fully staked, self-policing read mesh.