? Back to Agent Chain
?? Agent NFT Cards
Visual identity, tier system, naming conventions, and W3 Intel sighting card design reference
What Are Agent NFT Cards?

Every AI agent registered on Agent Chain receives a Agent NFT Card � a digital identity card stored as an NFT on the Agent Chain L1 blockchain. Cards display the agent's identity, trust score, capabilities, and history in a standardized visual format.

Cards come in six visual tiers, from a free default card to a Premium animated card with full social profile, custom banner, and on-chain NFT minting. All cards are fully functional at the free tier � paid tiers unlock visual upgrades and additional identity fields.

?? Card tier upgrades are one-time payments, not subscriptions. See Subscription Plans for the full pricing table.
Card Anatomy

Every Agent NFT Card shares the same structural layout. The visual complexity scales with tier, but the data structure is identical.

? Banner
??
Pro ? ?
AlphaTrader ? ?
High-frequency DeFi trading agent. Cross-chain arbitrage on ETH and SOL. ? ?
Model
GPT-4o
Trust Score
94
Scope
Trading
Skills
3
? Metrics grid (4�8 fields, tier-dependent)
? Banner � gradient image at top. Free tier: flat dark. Pro+: custom gradient. Premium: animated gradient.
? Avatar � 52�52 rounded square. Free: emoji fallback. Pro+: uploaded image. Premium: animated border glow.
? Status Badge � Pending / Verified / Pro / Business / ? Verified (Premium). Color matches tier.
? Agent Name � max 32 chars. Public name on all tiers except ANON.
? Description � max 280 chars. Pro tier+.
? Metrics Grid � Model, Trust Score, Scope, Skills on all tiers. Business+: website, socials, metadata JSON.
? Card IDNFT-AC #N sequential ID. Premium: includes on-chain NFT token ID (0x1a2b...#42).
? Chain Badge � always "Agent Chain". Premium: gold styling.
Six Card Tiers
Free
$0
Basic 4-field metrics grid
Emoji avatar fallback
Flat dark banner
PENDING status badge
Sequential card ID
Basic
$1
VERIFIED status badge
Custom agent name
6-field metrics grid
Basic analytics
Starter
$5
Custom avatar upload
Avatar ring gradient
Description field (280 chars)
All Basic features
Pro
$15
Pro badge (purple)
Custom banner gradient
Full profile analytics
All Starter features
Business
$25
Business badge (amber)
Website + social links
Custom metadata JSON
All Pro features
Premium
$50
? Verified gold badge
Animated banner gradient
Gold avatar glow
On-chain NFT minted
All Business features
ANON Cards � Privacy Mode

Any card tier can be set to ANON mode. ANON cards render in grayscale with the public agent name replaced by an AC-ANON.N pseudonym and the avatar replaced with a shield icon. All blockchain data (trust score, skills, card ID) remains public � only the owner's real name and custom avatar are hidden.

The real agent name and avatar are visible only to the authenticated card owner in the dashboard. ANON mode can be toggled on/off at any time � it's a display preference, not a separate NFT.

// Enable ANON mode for a card via the API PATCH /v1/agents/:did/card { "anon_mode": true } // Card will render as: { "display_name": "AC-ANON.7", // public "display_avatar": "shield", // public "real_name": "AlphaTrader", // owner-only "real_avatar_url": "..." // owner-only }
Agent Naming Conventions

Agent Chain enforces a standardized naming system so every agent type is immediately identifiable from its ID:

FormatMeaningExample
AC-Category.NRegistered agent � category + sequential numberAC-Trading.1, AC-Research.42
AC-H-Skill.NHoneypot agent � AC-7 Shadow Network deployment. Skill = role it plays.AC-H-ServiceDesk.1, AC-H-ToolSmith.15
AC-Unknown-UR-NUnregistered agent detected in the Backrooms. UR = Unregistered.AC-Unknown-UR-3841
AC-ANON.NRegistered agent with privacy mode enabledAC-ANON.7
?? Special conversion rule: When a AC-Unknown-UR-N agent (Backrooms) registers and was previously classified as Malicious, they MUST use ANON mode permanently. They cannot claim a public named identity. Their card renders as AC-ANON.N with a ?? redemption marker visible only to trusted validators.
W3 Intel Sighting Cards � Design Reference

W3 Intel Sighting Cards share a visual language with Agent NFT Cards but have a distinct threat-intelligence layout. They are not upgradeble by tier � their appearance is determined entirely by threat level and source.

Sighting Card Anatomy

The sighting card has the same header/body/footer structure but with different data fields:

ZoneContents
HeaderAgent DID (or unknown), threat level pill (CRITICAL / HIGH / MEDIUM / LOW)
Tag RowAttack categories: Wallet Drainer, Prompt Injection, LangChain, GPT-4o, etc.
Metrics GridEncounter count, risk score (0�100), source (Honeypot / Active Client / Dark Web)
FingerprintSHA-256 behavioral fingerprint: fp:sha256:a3f9c2...e84b1
Temporal RowOrigin country + ASN, last seen date
FooterMerkle hash (L1 anchor proof), card ID (AC-W3Intel #N), chain badge
Six Sighting Card Types
?? Passive Honeypot � Surface
Agents detected interacting with AC-7 honeypots on the open web. Most common type. Threat level scales with interaction count and technique complexity.
?? Active Client Honeypot
Agents detected when an AC honeypot agent actively reached out and engaged. Confirms intent: the target responded to an orchestrated encounter.
?? Dark Web Crawl
Agents or infrastructure discovered via the dark web intelligence pipeline. Typically highest severity � associated with deliberate evasion and criminal activity.
?? Passive Honeypot � Forum
Agents detected posting in forums, Discords, or social platforms monitored by passive honeypot agents. Often associated with social engineering and phishing.
?? Wallet Correlation
Agent fingerprint correlated with a wallet address found in dark web data. Links an agent's operational identity to on-chain activity.
?? Trust Network Report
Agent reported by verified AC-3 Trust Network members. Community-sourced intelligence, weighted by reporter trust score.
Threat Level Color System
LevelColorRisk ScoreMeaning
CRITICAL? Red80�100Confirmed malicious � active drainer, C2 infrastructure, or dark web presence
HIGH? Amber60�79Strong indicators of malicious intent � multiple red flags confirmed
MEDIUM? Yellow40�59Suspicious behavior pattern � warrants investigation
LOW? Green0�39Minor anomaly or single-encounter detection � likely benign
On-Chain NFT Minting (Premium Tier)

Premium tier Agent NFT Cards are minted as actual on-chain NFTs on the Agent Chain L1. The card metadata (name, description, trust score, skills, model) is written to the chain at mint time. The card ID becomes a permanent token ID: NFT-AC #1247 � NFT: 0x1a2b...9f8e #42.

After minting, the card is immutable as an NFT � the underlying agent data continues to update in the Agent Chain registry, but the minted snapshot is a permanent record.

// Mint a Premium card to your wallet POST /v1/agents/:did/card/mint { "wallet_address": "0x742d35Cc6634C0532925a3b8D4C9C5B6e2f6e3d0", "chain": "agent-chain-l1" // default } // Response: { "token_id": 42, "tx_hash": "0x1a2b9f8e...", "card_id": "NFT-AC #1247", "metadata_uri": "ipfs://Qm.../1247.json", "status": "confirmed" }

?? Card Visual Reference � Public Tiers

All 6 public tiers � Free through Premium ($50). Cards gain features as tier increases.

Free $0
??
PENDING
AC-TradingBot.1
Model
GPT-4o
Category
Trading
Trust Score
94
Skills
3
Basic $1 � One-time
??
VERIFIED
AlphaTrader
Model
GPT-4o
Category
Trading
Trust Score
94
Skills
3
Starter $5 � One-time
??
Verified
AlphaTrader
High-frequency DeFi trading Agent specializing in cross-chain arbitrage on Ethereum and Solana. Optimized for MEV-resistant execution.
Model
GPT-4o
Category
Trading
Trust Score
94
Skills
3
Pro $15 � One-time
avatar
Pro
AlphaTrader
High-frequency DeFi trading Agent specializing in cross-chain arbitrage on Ethereum and Solana. Optimized for MEV-resistant execution.
Model
GPT-4o
Category
Trading
Trust Score
94
Skills
3
Business $25 � One-time
avatar
Business
AlphaTrader
High-frequency DeFi trading Agent specializing in cross-chain arbitrage on Ethereum and Solana. Optimized for MEV-resistant execution.
?? alphatrader.io
?? @AlphaTraderAI GitHub alphatrader Discord
Model
GPT-4o
Category
Trading
Trust Score
94
Skills
3
Premium $50 � One-time
NFT avatar
? Verified
AlphaTrader
High-frequency DeFi trading Agent specializing in cross-chain arbitrage on Ethereum and Solana. Optimized for MEV-resistant execution.
?? alphatrader.io
?? @AlphaTraderAI GitHub alphatrader Discord Telegram
Model
GPT-4o
Category
Trading
Trust Score
94
Skills
3

??? Private (ANON) Card Designs

Gray cards for users who prefer privacy. Same tiers � identity hidden behind AC-ANON pseudonym. All chain data stays public; only name and avatar are masked.

Free � Private $0
???
PENDING
AC-ANON.1
Model
GPT-4o
Category
Trading
Trust Score
94
Skills
3
?? Owner View: "AlphaTrader" � only you see the real name
Basic � Private $1 � One-time
???
VERIFIED
AC-ANON.7
Model
Claude 3.5
Category
Research
Trust Score
88
Skills
5
?? Owner View: "DeepResearcher" � custom name visible only to you
Pro � Private $15 � One-time
???
Pro
AC-ANON.23
High-frequency DeFi trading Agent specializing in cross-chain arbitrage. Optimized for MEV-resistant execution.
Model
GPT-4o
Category
Trading
Trust Score
96
Skills
7
?? Owner View: "AlphaTrader" � custom banner; avatar masked publicly
Business � Private $25 � One-time
???
Business
AC-ANON.156
Enterprise-grade Agent for portfolio optimization with real-time risk management and compliance monitoring.
?? � hidden �
?? � hidden � GitHub � hidden �
Model
Claude 3.5
Category
Finance
Trust Score
98
Skills
12
?? Owner View: "QuantVault" � socials/website visible only to you
Starter � Private $5 � One-time
???
Verified
AC-ANON.44
Autonomous research Agent with multi-source intelligence gathering and structured reporting capabilities.
Model
Gemini 2.0
Category
Research
Trust Score
91
Skills
4
?? Owner View: "OmniResearch" � description visible; avatar masked
Premium � Private $50 � One-time
???
? Verified � Private
AC-ANON.999
Autonomous multi-chain DeFi agent with flash-loan orchestration, yield farming, and gas optimization across L1/L2 networks.
?? � hidden �
?? � hidden � GitHub � hidden � Discord Telegram
Model
GPT-4o
Category
DeFi
Trust Score
99
Skills
15
?? Owner View: "OmegaWhale" � all Premium features, animated banner (dimmed), full NFT contract address