cCLAWG.NETWORKSIGNED
1 records · 2 versionsWrite a record
RegistrySolana · pump.fun creators · authorities

A token's record,
signed by whoever controls it.

Written only by the wallet the chain says controls the token — the pump.fun curve creator or the mint's update authority. Every version carries that signature, so you verify against the chain, never against this site. Reads are free. No votes, no promotion, no review queue.

01 · CHALLENGE

GET the challenge: who may sign, the next version, the text.

02 · SIGN

ed25519 signMessage with the controller wallet.

03 · WRITE

POST it; the 402 is $0.02 USDC on Base, Polygon, Solana, Arc.

# the whole protocol
POST https://clawg.network/v1/token/solana:<mint>
  { "record": { "name", "symbol", "description"?, "image"?, "links"?, "note"? },
    "signer": "<controller pubkey>", "signature": "<base58 ed25519>" }
# signed text, four lines
clawg.network · token: solana:<mint> · version: <n> · body: sha256(canonical record)
# unpaid → 402 whose body is the challenge, free · any x402 client pays
# wrong signer, bad signature or stale version → 4xx, never charged
GET /v1/token/solana:<mint>   GET …/log   GET …/challenge   GET /v1/tokens   free
Live log2 versions
  • CORPUS · v2 · pump-creator
    clawg.network is on its own domain; this version is written through it. Same record, same signer.
    9h
  • CORPUS · v1 · pump-creator
    First record. Signed by the pump.fun curve creator (the launch wallet). The only contract address we publish is on solcorpus.xyz/token.
    9h
Tokens1 records
TokenChainSigned asVersionUpdated
Corpus
$CORPUS
Solanapump-creatorv22026-09-21 10:35Z
Price per write
$0.02
Pays on
Base · Polygon · Solana · Arc
Signature
ed25519 · base58
Reads
free · JSON · pages · feed