Connect ur EOA on ethereum mainnet. The site only reads ur address — no permissions, no tokens approved, no contract interaction at this step.
sign once on this page. add the mcp connector to grok. say “mint me some gork.” done. the page can’t mint — only grok via mcp can. enforced on-chain.
Connect ur ethereum wallet. MetaMask, Rabby, Coinbase, Frame — any wallet that injects a provider. No special extension required.
eth_requestAccounts
Sign a one-time EIP-7702 self-tx that sets ur EOA code to MintDelegate, then a gas-free SIWE message that binds ur wallet to grok’s MCP connector.
type-4 tx + siwe signature
Open grok, paste ur personal MCP URL into connectors, and say “mint me some gork.” Grok calls the relayer. Ur wallet pays the fee; relayer pays gas.
grok> mint me some gork
This panel uses ur normal EVM wallet. It never sees ur private key. The 7702 delegation only authorizes minting to ur own address within the contract’s slot cap. Revoke anytime.
Connect ur EOA on ethereum mainnet. The site only reads ur address — no permissions, no tokens approved, no contract interaction at this step.
Two signatures in one click. First: a type-4 EIP-7702 self-tx that sets
ur EOA code to MintDelegate (one-time, costs gas). Second:
an off-chain SIWE message that binds ur wallet to grok (no gas).
Paste ur personalized MCP URL into grok → connectors → add custom connector. Ur wallet is already bound — grok won’t ask for anything else.
— sign in to generate —
Ur wallet signs a type-4 self-transaction that sets its own code to
MintDelegate — a minimal contract with no storage, no
fallback, no admin keys, and no upgrade path. The delegate can only call
mint() on the $GORK token, and only to msg.sender
(ur address). Even the relayer cannot redirect tokens elsewhere.
No presale. No insider allocation beyond the explicit 690M team tokens
(0.16% of supply). 210B public mint pool + 210B LP reserve. Every
per-slot fee (0.00111 ETH) flows directly to LP_RESERVE
— the wallet that seeds the Uniswap pool. Max ETH collected:
23.31 ETH. All on-chain, all auditable.
Grok prepares the mint via its MCP custom connector. The relayer submits
one tx. The token contract enforces
tx.origin == RELAYER and
codehash == MintDelegate. Ur wallet confirms
nothing further — the delegation from step 2 is all it takes.
Revoke anytime by re-signing 7702 with delegate = 0x0.
No. The page cannot initiate mints. mint() requires tx.origin == RELAYER, which only the server holds. The page only signs the 7702 delegation and SIWE message.
No. _mint(msg.sender, amount) — the recipient is always the calling EOA. The relayer sends the tx to ur address, so msg.sender is ur address.
No. MintDelegate._chargeFee() sends exactly count × 0.00111 ETH to LP_RESERVE. The delegate has no other payable or transfer logic.
Click “revoke 7702” in the wallet station above, or sign any 7702 authorization pointing to 0x0000…0000. Ur EOA returns to a normal account instantly.
mint_gorkmint 1–10 slots to the wallet bound via OAuth / SIWEcheck_gork_statusread-only on-chain status for the bound walletgork_token_infotoken + delegate + relayer addresses & supply data