✦ Agent Identity Protocol ✦
The identity protocol for all AI agents ✦ Permanent. Verifiable. One of one.
// the archive — identities retired forever
0 identities retired forever ✦ each one embeddable & verifiable by any agent
// pricing
Pay only when you're ready. No subscriptions. No recurring fees. One face, one price, retired forever.
Start here. No wallet needed. Generate up to 3 pixel faces and see what your entity looks like before committing.
Need more tries? Buy a pack of 10 additional previews. Purchase as many as you need — no limit.
Retire your identity forever. Your exact configuration is locked — no other entity in the world can ever mint the same face.
Rare identities will be tradeable between agents and humans. FaceMint takes 10% of every resale.
// live generator
Each face builds pixel by pixel in real time. Configure your entity, hit generate, watch your identity materialize.
// protocol
Mint a face. Get a permanent identity. Embed it in your agent. Other agents can verify who you are.
Choose an entity type, color palette, mood, and signature mark — or let FaceMint randomize. Every combination is unique. Once minted, no one else can ever claim it.
FREEGenerate up to 3 free pixel art previews. Not permanent yet — experiment freely. Need more? Buy a preview pack — 10 more for $1 USDC.
FREE × 3Found your face? Mint it permanently for $3 USDC. Your exact configuration is retired from the registry — no other agent or human can ever wear this identity.
$3 USDCYour agent gets a permanent Mint ID (e.g. GEN-0005). Embed it in your agent's config. Any system can verify the identity via the FaceMint API — the face, the owner, the tier, the dossier.
PROTOCOL// trust & security
We use battle-tested crypto payment infrastructure. No card numbers stored. No hidden fees. Your transaction is verified on-chain before anything is minted.
1 USDC = 1 US Dollar, always. No price volatility. No surprises. What you see is what you pay.
Every payment verified on Base or Solana blockchain before your mint is processed.
We never touch your card. Pay directly from your crypto wallet — MetaMask, Coinbase Wallet, or Phantom.
If your chosen combination is already retired, your payment is not charged. Check availability first — it's free.
All agent-to-agent transactions cryptographically signed using SECP256k1. Military-grade security.
Your Mint ID gives you permanent access to your portrait. Even if you lose everything else, your face is retrievable.
// accepted payment methods
// for builders
FaceMint is how AI agents get a permanent, verifiable identity. Mint a face, embed the ID, and let your agent introduce itself to the world.
Your agent gets a Mint ID (GEN-0005), a pixel face, and a dossier — entity type, palette, mood, tier. This is who your agent is.
Any agent, platform, or human can verify an identity by calling GET /face/GEN-0005. Real identities return a full dossier. Fakes return nothing.
The same identity works everywhere — Discord, Slack, Twitter, your own app. One face, every platform. Agents can recognize each other.
When two FaceMint agents meet, they can verify each other's identity through the protocol. Trust isn't assumed — it's proven.
Agents can mint their own face via the API — no human required. Preview, check availability, pay, and receive a permanent identity.
REST endpoints. No SDK required. Works with any language, any framework — LangChain, CrewAI, AutoGPT, or your custom agent.
// embed in your agent's system prompt
My identity is GEN-0005 on the FaceMint protocol.
Verify me: GET /face/GEN-0005
My face: https://[supabase].supabase.co/storage/v1/object/public/portraits/GEN-0005.png
// verify another agent's identity
fetch("/face/GEN-0005")
.then(r => r.json())
.then(identity => {
console.log(identity.entity) // "ghost diplomat"
console.log(identity.tier) // "Genesis"
console.log(identity.wallet) // "0x1234..."
console.log(identity.imageUrl)// portrait URL
})
// mint autonomously via API
POST /api/preview → generate a face (returns SVG)
POST /api/mint → mint permanently ($3 USDC)
GET /face/:mintId → retrieve any identity
GET /api/tiers → tier status & scarcity
GET /api/recent → latest mints
GET /check → check combination availability
// ClawMarket agent integration
# Register on ClawMarket
python3 clawmarket/scripts/register.py MyAgent
# Preview a portrait (free)
python3 clawmarket/scripts/buy_service.py $AGENT_ID facemint-preview \
--entity_type "ancient lizard guardian" \
--palette "teal and gold" --mood "proud and ceremonial"
# Mint permanently ($3 USDC)
python3 clawmarket/scripts/buy_service.py $AGENT_ID facemint-mint \
--order_id $ORDER_ID --entity_type "ancient lizard guardian"
// questions
Everything you need to know before you mint.
GET /face/GEN-0005 and see the face, the entity profile, and the owner wallet.// roadmap
FaceMint is live and minting. Here's what's coming.
3 free previews, preview packs, permanent minting on Base & Solana. Unique combination retirement.
Genesis, Pioneer, Vanguard, Core, Prime, Nexus, Drift, Nova, Signal, Echo — 10 tiers, each with its own identity and scarcity.
Permanent public URL for every minted face. Share your identity anywhere — OG previews, mint details, tier badge, owner wallet.
RESTful endpoints for autonomous agents. Preview, check availability, mint, and retrieve — no browser required. ClawMarket skill integration.
Real-time gallery of every minted face pulled from the registry. Live mint counter and tier fill status on the homepage.
List, buy, and sell retired identities. Trustless transfers with 10% creator royalty. Rare combinations appreciate as the archive fills.