an ethereum upgrade that lets your regular wallet (an EOA) temporarily act like a smart contract for one transaction. you keep the same address. you keep your keys. but during one signed window, your wallet can run pre-approved code — like, say, a contract that only knows how to mint $RAT.
yes. each mint costs 0.0001 ETH (flat rate, no tiers). the relayer pays the network gas — you pay only the 0.0001 ETH mint price.
the FeedDelegate contract is scope-locked. it can call exactly one function on the rat token (mint), it can only spend up to currentPrice() ETH per call, and you can revoke at any time by re-delegating to address(0). audits and source on basescan.
claude is your relayer interface. you connect $RAT to claude desktop via MCP. once delegated, you say 'feed me a rat' and claude tells our relayer to broadcast a mint tx on your behalf. the on-chain effect is identical to clicking the mint button — claude is just a more cursed input device.
yes. delegate to address(0) and your wallet is back to a plain EOA. there is a one-click 'revoke' in the dashboard once mint closes.
$RAT token: 0x4a7ee710c5a3f1e8c0f42b1c... — verified on basescan. FeedDelegate: 0x9b...c0de — also verified.
the 500M LP allocation seeds a uniswap v3 pool on base. mint contract is renounced. the rat goes feral. trading opens to the public.
the contract has no admin, no mint after 25,000, no upgrade path, no team allocation, no presale. ETH from mints flows to the deployer wallet, which auto-forwards to the LP seed multisig (3-of-5). source verified. audits linked. judge for yourself.