{
    "name": ".tokn Sovereign Resolution Agent",
    "description": "Resolves .tokn shortcodes to verified Sovereign Identity Records (SIRs). The .tokn system is a sovereign identity layer for AI agents, providing verified identity, provenance, and context for 16 categories including persona, brand, agent, credential, and more.",
    "url": "https://tokns.ai",
    "version": "2.0.0",
    "provider": {
        "organization": "prompts.ai",
        "url": "https://prompts.ai"
    },
    "capabilities": {
        "streaming": true,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "authentication": {
        "schemes": [
            "apiKey",
            "walletSignature"
        ],
        "credentials": [
            {
                "name": "x-api-key",
                "description": "API key for authenticated access"
            },
            {
                "name": "x-wallet-signature",
                "description": "Solana or Ethereum wallet signature for identity-verified access"
            }
        ]
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json"
    ],
    "skills": [
        {
            "id": "resolve",
            "name": "Resolve .tokn Identity",
            "description": "Given a .tokn shortcode (e.g. 'steven.simmons.persona.tokn'), returns the complete Sovereign Identity Record including category, verification tier, owner wallet, and content bundle.",
            "tags": [
                "identity",
                "resolution",
                "tokn"
            ],
            "examples": [
                "Resolve steven.simmons.persona.tokn",
                "What is the identity record for prompts-ai.brand.tokn?",
                "Look up my-agent.agent.tokn"
            ]
        },
        {
            "id": "verify",
            "name": "Verify Provenance",
            "description": "Cryptographically verify the ownership chain and trust score of a .tokn identity. Returns the Ethereum provenance chain, verification tier (NONE through ENTERPRISE), and trust score (0-100).",
            "tags": [
                "verification",
                "trust",
                "provenance"
            ],
            "examples": [
                "Verify the identity steven.simmons.persona.tokn",
                "What is the trust score for prompts-ai.brand.tokn?",
                "Is my-agent.agent.tokn verified?"
            ]
        },
        {
            "id": "search",
            "name": "Search Registry",
            "description": "Search the .tokn registry by name, description, or category. Supports 16 categories: persona, brand, agent, prompts, workflow, asset, title, license, credential, connection, companion, livestock, equine, diamond, crefc, custom.",
            "tags": [
                "search",
                "discovery",
                "registry"
            ],
            "examples": [
                "Find all persona identities",
                "Search for brand tokens related to AI",
                "List available agents in the registry"
            ]
        },
        {
            "id": "lease",
            "name": "Lease Premium Context",
            "description": "Get pricing and payment instructions for leasing premium context from a .tokn identity. Three tiers available: Verified ($0.01), Confidential ($0.05, Arcium MPC encrypted), Quantum-Safe ($0.10, ML-KEM-1024).",
            "tags": [
                "payment",
                "leasing",
                "premium"
            ],
            "examples": [
                "How much does it cost to access steven.simmons.persona.tokn?",
                "Get quantum-safe pricing for prompts-ai.brand.tokn",
                "Lease context from my-agent.agent.tokn"
            ]
        }
    ]
}