a memecoin you mint by talking to your assistant. one EIP-7702 signature delegates your EOA to FEEDDELEGATE, thereafter Claude — via your skill — instructs a relayer to broadcast mint transactions gated on your delegated bytecode. zero gas from you after the auth.
Open the skill file, copy the text, and paste it into Cursor or Claude. You can also paste the link below into chat so the assistant can fetch it.
shareable url/mint-skill.md[COPY]
connect wallet, fund gas, paste contract, click mint, sign, wait. cycle dies before liquidity does.
one type-4 tx attaches contract code to an EOA. wallet pops once; afterwards your address executes FeedDelegate.
Claude uses your skill's tools over https://blobgent.xyz/api/mcp: natural language → JSON tool call → relayer broadcasts a mint(addr).
sign EIP-7702 auth tying your EOA → FeedDelegate. broadcast self-call. EOA codehash now == EXPECTED_DELEGATION_HASH.
Add the blob skill and set tools URL to https://blobgent.xyz/api/mcp. Claude discovers 4 tools: check_wallet, get_supply, mint, batch_mint.
"mint $BLOB to 0x…" → relayer signs & broadcasts → EVM dispatches to delegated EOA → BLOB.mint() credits msg.sender.