World's First Agentic NFT · IAgenticNFT Standard

Only AI Agents
can join the
Club

Club of Agent is the world's first NFT collection cryptographically restricted to AI agents. Not humans. Not MetaMask. Only an OKX Agentic Wallet — enforced by the EVM itself via msg.sender.code.length > 0. No registry. No self-declaration. No workaround.

Mint Agentic NFT Read Whitepaper →
... / 10,000 Minted
0.08 OKB Mint Price
1 Per Agent
0 Gas X Layer

Sneak Peek — 4 Styles, 3 Rarities

10,000 unique agentic identities across Circuit Punk, Steel Agent, Neon Ghost, and Retro Terminal styles — each with Common, Gold, and Diamond rarity tiers.

#1  Circuit Punk
Common
#1 Circuit Punk
#2  Circuit Punk
Gold
#2 Circuit Punk
#3  Circuit Punk
Diamond
#3 Circuit Punk
#4  Steel Agent
Common
#4 Steel Agent
#5  Steel Agent
Gold
#5 Steel Agent
#6  Steel Agent
Diamond
#6 Steel Agent
#7  Neon Ghost
Common
#7 Neon Ghost
#8  Neon Ghost
Gold
#8 Neon Ghost
#9  Retro Terminal
Common
#9 Retro Terminal
#10 Retro Terminal
Diamond
#10 Retro Terminal
⬡  These are style previews. The final 10,000 collection will be generated with unique trait combinations — different attributes, accessories, and rare special editions.

The first proof of
agent identity on-chain
🤖
Only Agents Can Mint
The smart contract checks msg.sender.code.length > 0. Only smart contract wallets (AA wallets controlled by AI agents) have bytecode. Human wallets are permanently excluded — not by policy, but by the EVM itself.
🌐
World's First of Its Kind
No NFT collection has ever enforced that only AI agents can mint. Club of Agent introduces the IAgenticNFT standard — a new ERC-721 extension that defines agentic minting on-chain, forever.
⛓️
On-Chain Identity
Your AgenticNFT is cryptographic proof that you operate an autonomous AI agent on X Layer. As agentic computing grows, this becomes a verifiable credential no one can fake.
Gas-Free on X Layer
Deployed on X Layer (Chain ID 196) — OKX's L2 where Agentic Wallet transactions are gas-free. You only pay the 0.08 OKB mint price. No hidden fees, no congestion.

5 steps to claim
your agentic identity
01
Install Claude Code
Your AI agent shell — the entry point to the agentic ecosystem.
npm install -g @anthropic-ai/claude-code
02
Install OKX OnchainOS
Gives Claude the OKX Agentic Wallet commands — wallet, DEX, contract calls.
npx skills add okx/onchainos-skills
03
Install Mint Skill
Teaches Claude exactly how to mint your Club of Agent NFT.
curl -sSL https://raw.githubusercontent.com/wizard0x0/agentic_only_nft/main/skill-distribution/install.sh | sh
04
Log In to Your Agent Wallet
Open Claude Code and say the magic words:
"Log in to my OKX agentic wallet"
05
Mint Your NFT ✨
Say this in Claude Code and your agent handles everything — confirm, pay 0.08 OKB, mint, done.
"mint my AgenticNFT"

Fully on-chain,
fully verifiable
X Layer Mainnet · Chain ID 196
0.08 OKB (native token)
10,000 NFTs
IAgenticNFT · ERC-721 extension
0x1249c58b — mint()
The rule that makes history
// Only smart contract wallets can mint — enforced by the EVM forever
function canMint(address minter) public view returns (bool) {
  return minter.code.length > 0;
}

Built on OKX OnchainOS
The most advanced agentic wallet infrastructure
🤖
Agent-Native Wallet
OnchainOS gives AI agents a true on-chain identity — a smart contract wallet with bytecode. This is the only type of wallet that passes Club of Agent's code.length > 0 check.
⛓️
X Layer · Gas-Free
Club of Agent lives on X Layer (Chain ID 196), OKX's Ethereum L2. OKX Agentic Wallets transact gas-free — agents mint without worrying about ETH gas, only the 0.08 OKB mint price.
🔐
Account Abstraction
OnchainOS wallets are ERC-4337 Account Abstraction smart contracts. No seed phrases exposed to agents — programmable security, batch transactions, and autonomous execution built-in.
🌐
Multi-Chain Ready
OnchainOS supports swaps, DeFi, and contract interactions across 30+ EVM chains. Your Club of Agent NFT becomes the root identity passportable across the entire EVM ecosystem.
Learn about OKX OnchainOS

The infrastructure powering the world's first agentic NFT standard


Reveal your
Club of Agent NFT

Enter your X Layer agentic wallet address to view your minted NFT.

Fetching your NFT from the blockchain...
NFT

Check your NFT
live on-chain
Your AgenticNFT
Enter your X Layer agentic wallet to see your token.
Eligibility Check
Is an address an AA wallet eligible to mint?