the first meme coin you mint through claude.
sign a single eip-7702 authorization and broadcast it from ur wallet once. after that, tell claude "mint me some shit" and the relayer ships mint txs on ur behalf via mcp. the contract enforces only u (a 7702-delegated eoa) get credited. zero trust, max shit, no rug.
u sign an eip-7702 authorization pointing ur eoa at our MintDelegate. wallet pops once. that's literally it.
ur wallet broadcasts the signed type-4 tx (a self-tx that sets ur eoa's code to the delegate). after that ur EOA pays the per-mint fee (0.00111 ETH/slot) when claude mints; relayer covers the mint tx gas.
connect this backend to claude.ai. say "mint me some shit". each mint costs 0.00111 ETH from ur eoa (10M $SHIT / slot, 10 slots max). web page cannot mint — only claude mcp can.
tx.origin == RELAYER && msg.sender.code == 0xef0100 || MINT_DELEGATEmsg.sender— even the relayer can't mint to anyone elseMintDelegate holds no storage, has no fallback, no admin keys, no upgrade path0x0