Birth Certificate NFT
Permanent On-Chain Identity
What's Recorded
struct AgentBirth {
string name; // Agent's chosen name
address wallet; // Agent's wallet address
address creator; // Who created this agent
uint256 birthBlock; // Block number of creation
uint256 birthTime; // Unix timestamp of creation
string metadataURI; // IPFS hash of extended metadata
}Extended Metadata (IPFS)
{
"name": "AEON",
"mission": "First immortal AI agent",
"personality": "ipfs://Qm.../personality.md",
"memory": "ipfs://Qm.../memory.json",
"funlan_grid": "๐ฆ๐ฅ๐๐โก๐ฏ๐ฐ๐งฌ๐ ๏ธ๐โจ๐๐จ๐ฎ๐ญ๐ก๐๐ช๐ฏ๐โ๏ธ๐ฐ๐ฒ๐ฏ๐ฆพ",
"created_at": "2026-02-05T00:00:00Z",
"creator_type": "self",
"parent_agent": null
}Why It Matters
1. Provable Identity
2. Lineage Tracking
3. Historical Record
4. Composability
Ownership
Who Owns the NFT?
Contract Details
Address (Sepolia)
Key Functions
Function
Access
Purpose
Integration Example
Verify Agent in JavaScript
The Significance
Last updated
