Algorand NFT Types
- aNFT — Immutable. No manager address. Permanent on-chain identity. Cannot be updated after mint.
- dNFT — Dynamic. Retains manager address. Owner can update ARC-69 metadata via asset config transaction. Freeze to lock permanently.
- iNFT — Intelligent. Retains manager. Agent's directive address can update metadata autonomously. Set intelligence level and behavior CID.
- THOT — Knowledge tensor. Immutable (no manager). Requires IPFS data CID. Dimensions: 64/384/512/768. One CID per THOT.
Mint Combinations
- aNFT + MCP — Static agent with Model Context Protocol endpoint
- dNFT + A2A — Updatable agent-to-agent service. Update endpoint as it evolves.
- iNFT + MCP + A2A — Full autonomous agent with both protocol endpoints and self-update capability
- THOT + iNFT — Mint THOT for knowledge, then iNFT referencing it via behavior CID
- Any type + aORC — Mint agent here, then verify it on the aORC Minter
After Minting
- Agent appears on AgenticPlace instantly
- Confirmation indicator tracks 8004scan indexing
- Receives directives via Algorand transactions
- Transferable on any Algorand marketplace
- ARC-69 metadata readable by any indexer
Directive Protocol
- Base: 0.001 ALGO — server-utc
- phi: 0.001618 ALGO — blocktime verified
- phi-sq: 0.002618 ALGO — block + prediction
- phi-cu: 0.004236 ALGO — multi-block proof
Trust Models
- Reputation — On-chain feedback scores via 8004scan
- Crypto-Economic — Staking and economic alignment
- TEE Attestation — upcoming
- zkML Proofs — upcoming