
Private payroll
Pay a whole team from a shielded treasury. Salaries land without anyone reading them off the chain.
Our own SVM chain, with one job — making your transfers, balances, and tokens invisible to everyone but you.
SATURN — backed 1:1 by the bridge
On a public chain, every payment you ever make is public forever — amounts, balances, counterparties, indexed and searchable by anyone. Saturn exists so that stops being the default.
Saturn doesn't rent blockspace or share a mempool. It seals its own blocks, and the whole chain is tuned around a single builtin: the shielded pool.
Execution is Agave's solana-svm — the same engine that runs Solana mainnet, not an imitation of it.
Your wallet, web3.js, and the solana CLI already speak Saturn. Add one endpoint and you're in.
01 WHAT THE CHAIN LEARNS
0
Groth16 proofs verify every private transfer while revealing nothing — not the sender, not the amount, not the asset.
02 BRIDGE-BACKED SUPPLY
0%
Every SATURN in circulation is minted 1:1 against assets locked in the settlement program on Solana. No emissions, no inflation quietly diluting what you hold.
03 STEPS TO CONNECT
1
Point your existing Solana wallet at a Saturn endpoint. That's the entire migration.
04 TOKENS THAT CAN HIDE
ALL
Every SPL token minted on Saturn can enter the shielded pool — not just the native coin.
The shielded pool is a chain builtin, not a contract someone deployed. Tokens enter, move, and leave — the chain verifies every step without seeing any of it.
/01
Deposit any SPL token into the pool. A Poseidon commitment joins the note tree, and the token leaves public view.
/02
Spend notes inside the pool with Groth16 proofs. Assets, amounts, and counterparties stay hidden.
/03
Withdraw to any address. The exit reveals nothing about which deposit it came from.

Pay a whole team from a shielded treasury. Salaries land without anyone reading them off the chain.

Hold and move operating funds without broadcasting balances to competitors, counterparties, and bots.

Your balance is nobody's business. Shield once, then spend without leaving a trail.
Saturn answers Solana JSON-RPC over HTTP and WebSocket. Wallets, explorers, and apps built for Solana connect to Saturn like it's home — zero code changes.
import { Connection } from "@solana/web3.js"; const saturn = new Connection("https://rpc.saturn.cx"); const { blockhash } = await saturn.getLatestBlockhash(); // answered by Saturn — nothing else changes
/01
Point your Solana wallet at a Saturn RPC endpoint — one custom-network entry, nothing to install.
/02
Gas on Saturn is SATURN — nine decimals, minted 1:1 by the bridge. One deposit on the bridge and you're funded.
/03
Deposit any token into the pool. From that moment, every transfer you make is sealed.