Docs
How Klik works
The mechanism, the proofs, the on-chain record it reads, and what it cannot do. Short on purpose.
How routing works
A wallet for every identity, a split the program pays, nobody in the middle.
Launching a token
What the launch form does, how splits work, and what is permanent.
Opening your wallet, and getting paid
One claim flow for every kind of recipient: find yourself, sign in, take the money.
Private recipients
What happens when a launch names an email address.
Fee config account layout
The on-chain record Klik reads to detect a routed token, byte by byte.
pump.fun
The launchpad Klik routes for, and how it pays creator fees.
What Klik cannot do
The limits, stated plainly.
Reference
Fee config account layout
The record the indexer parses to detect a routed Pump token.
| Off | Len | Field | Note |
|---|---|---|---|
| 0 | 8 | discriminator | Anchor account discriminator |
| 8 | 3 | version, bump, kind | Layout version, PDA bump, config kind |
| 11 | 32 | token mint | The token this config belongs to |
| 43 | 32 | admin | May edit shareholders until revoked |
| 75 | 1 | revoke flag | 1 once the admin key is burned |
| 76 | 4 | shareholder count | u32, little-endian |
| 80 | N×40 | shareholders | 32-byte address + u64 share in bps, repeated |
Reproduced as documentation, not decoded from chain in this build. Detection rules