Live from Solana mainnet

Don't trust us.
Check.

Every number on this page is read from the Solana blockchain by your own browser when you load it — not typed in by us, not cached on our server, not screenshotted from an explorer. Including the numbers that don't flatter us.

Connecting to mainnet…

Supply integrity

The four facts that decide whether a token can be inflated, frozen, or duplicated behind your back.

Total supply
Hard cap. No emission, no rebase.
reading chain…
Mint authority
If revoked, no new SAPN can ever exist.
reading chain…
Freeze authority
If revoked, nobody can lock your wallet.
reading chain…
v1 token (2021)
Burned in July 2026. One SAPN, not two.
reading chain…
Holder distribution

Where every token actually sits

Live from getTokenLargestAccounts. This is the honest, uncomfortable part — so we put it on the same page as the good news instead of hoping you wouldn't look.

Yes — the supply is concentrated right now.

Distribution has not started. There is no seed round, no private allocation, and no unnamed early investor: nothing has been sold or promised to anyone. Before the token sale, the supply splits across labelled Squads multi-signature wallets and an on-chain team vesting contract, and those addresses get published right here. Read the full custody plan in whitepaper §6.5.

Largest SAPN token accounts
#Token accountLabelBalanceShare
Forest ledger

Trees we can prove

This counter only moves when a planting batch has a complete evidence chain behind it. It is allowed to sit at zero, and today it does.

0
Verified trees planted

First Grove — the first 1,000 trees — is in preparation for 2026. We could have written a bigger number here. Nobody would have checked. That is exactly why it says zero.

What a tree needs before it counts

  • Funds already in the treasury — we pre-fund, we don't promise
  • A named planting partner and a paid invoice
  • Geotagged photo evidence and a partner certificate
  • An on-chain batch record: count, region, certificate hash
  • A 20% sapling-mortality discount applied to CO₂ figures
Verify it yourself

Our page could be lying. The chain can't.

Paste these into a terminal and you get the same answers this page shows, straight from a public Solana node — with no Sapling code in between.

Check supply and authorities

Returns supply, and mintAuthority / freezeAuthority. Both authorities must read null.

curl -s https://api.mainnet-beta.solana.com \ -X POST -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1, "method":"getAccountInfo", "params":["8hrr2aSkj4fCK57zuPn8BbCL2mqehENzbNvrSRSnBTSU", {"encoding":"jsonParsed"}]}'

Check the v1 burn

The 2021 token must return a supply of exactly 0 — every last unit destroyed.

curl -s https://api.mainnet-beta.solana.com \ -X POST -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1, "method":"getAccountInfo", "params":["E52bRrLGu1YFHBLNTWhdeGoYKyp1UYCTjB7XPoFgapYS", {"encoding":"jsonParsed"}]}'

Prefer a browser? Open the mint on Solscan or Solana Explorer.