// the on-chain memecoin you don't have to click

MINT $BLOB
VIA CLAUDE.

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.

EIP 7702SKILL HTTPSLOT 10,000,000 BLOBPOOL 42,069CAP 420,690,000,000 $BLOBPUBLIC MINT 100%0.00017 ETH / slot
// SYSTEM ONLINE
+10,000,000 $BLOB
BLOB mascot
CONTRACTSmainnet
$BLOB
0xA0C3…f9e2[COPY]
DELEGATE
0x7d55…6560[COPY]
// public mint progress
0.00%
MINTING OPEN
0 / 42,069 MINTED · 0 $BLOB
CAP 420,690,000,000 $BLOB · 42,069 slots × 10,000,000 / slot · fee 0.00017 ETH[REFRESH ↻]
// SEND THIS TO YOUR AI

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]

// 03    QUICK START WITH CLAUDE

TWO COMMANDS,
THEN TALK.

~/blob — zsh
# 1. paste skill (link above) into Cursor / Claude # 2. register tools URL for mint RPC $ skill tools-url blob \ https://blobgent.xyz/api/mcp skill "blob" ready (4 tools) # 2. start a session $ claude # 3. just ask > mint $BLOB to my wallet tool: mint(address=0xabc...) tx: 0x9f2... block: 21492100 +10,000,000 $BLOB credited
~/blob — sample prompts
// check status before mint > am i delegated? how many slots left? // batch mint up to 10 slots in one tx > batch mint 5 slots of $BLOB // global supply check > how much $BLOB can still be minted? // revoke delegation > remove the delegation from my eoa
// 01    WHY THIS EXISTS

MEMECOIN MINTING
HAS TOO MUCH FRICTION.

PROBLEM

MULTI-STEP

connect wallet, fund gas, paste contract, click mint, sign, wait. cycle dies before liquidity does.

INTERFACE

SKILL

Claude uses your skill's tools over https://blobgent.xyz/api/mcp: natural language → JSON tool call → relayer broadcasts a mint(addr).

// 02    ARCHITECTURE

THREE COMPONENTS,
ONE SIGNATURE.

STEP 01 · DELEGATE
SIGN

sign EIP-7702 auth tying your EOA → FeedDelegate. broadcast self-call. EOA codehash now == EXPECTED_DELEGATION_HASH.

STEP 02 · CONNECT
SKILL

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.

STEP 03 · MINT
ASK

"mint $BLOB to 0x…" → relayer signs & broadcasts → EVM dispatches to delegated EOA → BLOB.mint() credits msg.sender.