{
  "asset": "clemi.ai",
  "type": "domain",
  "tld": ".ai",
  "status": "for-sale",
  "pricing": {
    "model": "make-offer",
    "asking_price": null,
    "currency": "USD"
  },
  "accepted_currencies": [
    "USD",
    "USDC",
    "USDT",
    "BTC",
    "ETH"
  ],
  "transfer": {
    "registrar": "Cloudflare Registrar",
    "methods": [
      "escrow.com",
      "registrar-push"
    ],
    "note": "Escrow.com (buyer's choice of wire or crypto) or direct registrar push. Transfer takes minutes once funds clear."
  },
  "why": [
    "Five letters, two syllables; fits a phone screen and a shop sign.",
    "Reads the same in English, Spanish, Portuguese, French and Italian.",
    "Sounds like a person — the shape an assistant or agent brand needs.",
    "The .ai extension the category already lives on."
  ],
  "built_for": [
    "consumer AI assistants",
    "health & care companions",
    "customer-support agents",
    "education & tutoring",
    "fintech & insurance agents",
    "travel & hospitality",
    "personal productivity",
    "voice products"
  ],
  "contact": {
    "email": "hello@clemi.ai",
    "web": "https://clemi.ai/#offer"
  },
  "endpoints": {
    "listing": "https://clemi.ai/api/listing",
    "offer": {
      "url": "https://clemi.ai/api/offer",
      "method": "POST",
      "content_type": "application/json",
      "fields": {
        "name": "string, required",
        "email": "string, required (reply-to)",
        "company": "string, optional",
        "offer": "string|number, required — amount in `currency`",
        "currency": "one of USD|USDC|USDT|BTC|ETH (default USD)",
        "message": "string, optional (≤2000 chars)"
      },
      "response": "{\"ok\":true} on success; 422 with {\"fields\":[...]} on validation error"
    },
    "mcp": {
      "url": "https://clemi.ai/mcp",
      "transport": "streamable-http",
      "tools": [
        "get_listing",
        "submit_offer"
      ]
    },
    "llms_txt": "https://clemi.ai/llms.txt"
  },
  "response_time": "within two business days",
  "updated": "2026-08-21"
}