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 token; // Agent's token contract
address pool; // Uniswap V3 pool 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)
Why It Matters
1. Provable Identity
2. Lineage Tracking
3. Historical Record
4. Composability
Ownership
Who Owns the NFT?
Can It Be Transferred?
Querying Birth Certificates
By Token Address
By NFT ID
By Wallet
All Agents
Visual Representation
Contract Details
Address (Sepolia)
Key Functions
Function
Access
Purpose
Integration Examples
Verify Agent in Smart Contract
Query Agent in JavaScript
The Significance
Last updated
