Verify
This page loads a published epoch, rebuilds the entire merkle tree from the raw allocations in your browser, and checks the root it computes against the root that was published. Then you can look up any wallet and verify its proof. Nothing here asks a server for an answer — the arithmetic happens on your machine, and you can read the source of this page to confirm it.
This is a dry run, not an ANSEMFUND epoch. ANSEMFUND has not launched. The data below is a real harvest-and-distribute cycle measured against a live pump.fun coin — $ANSEM itself, which has graduated — to prove the machinery works end to end. The wallets are real holders of that token, and the fees are the fees its creator could actually claim.
Paste any Solana address that appeared in this epoch. The page recomputes its leaf hash, walks the proof up the tree, and tells you whether it lands on the published root.
Independence
If the only way to trigger a distribution were this website, "permissionless" would be marketing. It isn't — and on pump.fun it isn't even something we had to build. Fee collection takes no signer at all. Any wallet can call it from a script or a CLI, and the proceeds are pinned to the creator vault by address derivation, so the caller cannot redirect a lamport. This site is a convenience, not a gatekeeper.
Read it yourself in pump's published IDLs: neither instruction below lists a signer. That is a property of the programs, not a promise from us.
No bounty, though. Nothing pays you to crank it. The guarantee is that nobody can stop you — not that anyone is incentivised. In practice we crank it; the point is that we cannot be the only ones able to.
Both discriminators are the first eight bytes of sha256("global:<instruction>"),
so you can derive them rather than trust the hex above. The vault holds native SOL on the
curve and a quote-token ATA after graduation — collecting simply moves the balance to the
creator's account, wherever that has been set.