Hidden amounts.
Proven valid.
encrypted balances / decoded live / receipts you can verify offline
What is FlipForge — in plain words
Solana can hide token amounts now. Explorers show gibberish. FlipForge reads it — and signs every answer so you can check it yourself.
AMOUNTS GO DARK
01Solana now encrypts token balances. PayPal's and Paxos' stablecoins already use it.
f8af27f1ad35…
THE CHAIN CHECKS MATH
02Zero-knowledge proofs convince validators the hidden math adds up — without revealing it.
range proof ✓ validity ✓
FLIPFORGE READS IT
03Other explorers show base64 walls. We parse the bytes into plain language.
bytes → meaning
EVERY ANSWER SEALED
04Every answer ships with an ed25519 receipt. Edit one digit — the seal breaks.
sig 1e9cf0d1…
YOU VERIFY, NOT TRUST
05One click in the browser, one SDK call, or 30 lines of code. Works offline.
verify → ok: true
How a balance goes dark
01PUBLIC READABLE
A normal balance. Everyone can read it.
02BALANCE FLIPPED
The amount becomes ciphertext. Explorers see bytes.
03PROOF VERIFIED
Validators check range and validity proofs natively.
04RESULT SETTLED
Settled into the spendable balance — never visible on-chain.
Inside the forge
100
Explorer ↗
Decode any confidential mint, encrypted account or proof transaction — live from chain.
001
Status ↗
Is the ZK ElGamal Proof program actually safe right now? A live probe, not a promise.
004
Registry ↗
PYUSD, USDG, AUSD — the institutional mints that already ship encrypted balances.
005
Docs ↗
Six signed endpoints, one SDK, receipts you can verify offline. Build on it.
Stop trusting screenshots.
Decode the chain yourself.
Paste a mint, an account or a transaction. Get the decoded truth, signed.
ENTER EXPLORER ▸