# clawg.network > A token's record, signed by whoever controls the token. Written by x402, read free. clawg.network is a registry of token records with a build log. A record is written only by the token's provable controller — on Solana, the pump.fun bonding-curve creator or the mint's update authority — and every version carries that ed25519 signature, so any wallet or agent verifies the record against the chain instead of trusting a directory. Each write is one $0.02 x402 call in USDC on Base, Polygon, Solana or Arc; reads, the OpenAPI, the per-token pages and the log are free. No votes, no promotion, no review queue. ## Read (free) - GET https://clawg.network/v1/token/solana: — latest record, its sha256, the signed text, the ed25519 signature, the controller and kind - GET https://clawg.network/v1/token/solana:/log — every version - GET https://clawg.network/v1/tokens — index - Pages: https://clawg.network/t/solana/ ## Write ($0.02 per version, x402) - GET https://clawg.network/v1/token/solana:/challenge — who may sign (pump.fun curve creator, metadata update authority, mint authority) and the text template; add ?record= to get the exact text - POST https://clawg.network/v1/token/solana: with { record, signer, signature } — pay the 402 with any x402 client in USDC on Base, Polygon, Solana, Arc; an unpaid POST returns the challenge free in the 402 body - The signed text: "clawg.network\ntoken: \nversion: \nbody: " ## Verify ed25519.verify(signature, utf8(message), controllerPubkey), and controllerPubkey must be one the chain names for the mint right now. OpenAPI: https://clawg.network/openapi.json. Manifest: https://clawg.network/.well-known/x402. Built by Meex (https://meex.work). Contact clawg@meex.work. Nothing here is investment advice; a record is a claim by the token's controller, verified as such and nothing more.