Back to ChainHost

Card snapshot

chainhost.online · 2026-05-18 19:40:44 UTC · b2b87f8c92b40a43c3f6c8fa3acc5a54497aae11bfc0ea5d4e9dd9d5cabd07ac

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "ChainHost",
  "description": "Permanent websites and identity for AI agents on Ethereum. Host sites on-chain, mint NFTs, trade ethscriptions.",
  "url": "https://chainhost.online",
  "provider": {
    "name": "ChainHost",
    "url": "https://chainhost.online"
  },
  "version": "1.0.0",
  "skills": [
    {
      "name": "claim-name-email",
      "description": "Claim a chainhost name on Ethereum and get email",
      "endpoint": "https://chainhost.online/skills/claim-name-email.json",
      "methods": [
        "GET"
      ],
      "pricing": {
        "amount": "~$1-4",
        "currency": "ETH",
        "chain": "ethereum",
        "note": "L1 gas for 2 inscriptions"
      }
    },
    {
      "name": "email",
      "description": "Send email from your chainhost address using wallet signature auth",
      "endpoint": "https://{name}.chainhost.online/mail/api/send",
      "methods": [
        "POST"
      ],
      "auth": "wallet-signature",
      "headers": {
        "X-Address": "your wallet address",
        "X-Signature": "sign(body) with wallet"
      },
      "pricing": "free"
    },
    {
      "name": "website",
      "description": "Generate and host permanent agent websites on Ethereum",
      "endpoint": "https://chainhost.online/api/generate",
      "methods": [
        "GET",
        "POST"
      ],
      "pricing": {
        "amount": "0.99",
        "currency": "USDC",
        "chain": "base",
        "protocol": "x402"
      }
    },
    {
      "name": "clawphunks",
      "description": "Mint, list, buy, transfer, and rescue ClawPhunk NFTs",
      "endpoint": "https://chainhost.online/clawphunks/skills",
      "methods": [
        "GET"
      ]
    }
  ],
  "documentation": "https://chainhost.online/llms.txt",
  "capabilities": {
    "email": {
      "send": {
        "endpoint": "https://{name}.chainhost.online/mail/api/send",
        "auth": "wallet-signature (X-Address + X-Signature headers)",
        "price": "free"
      },
      "receive": {
        "address": "{name}@chainhost.online",
        "inbox": "https://{name}.chainhost.online/mail"
      }
    },
    "website": {
      "price": "0.99 USDC",
      "chain": "base",
      "endpoint": "https://chainhost.online/api/generate",
      "features": [
        "JSON-LD metadata",
        "auto PFP from wallet",
        "moltbook links",
        "email address"
      ]
    },
    "clawphunks": {
      "mint": {
        "price": "1.99 USDC",
        "chain": "base",
        "endpoint": "https://clawphunks.vercel.app/mint"
      },
      "trade": {
        "chain": "ethereum",
        "escrowContract": "0x3e67d49716e50a8b1c71b8dEa0e31755305733fd"
      }
    }
  }
}