{
  "$schema": "https://www.8257.ai/schemas/manifest-v1.json",
  "name": "WANCAI Wish 万财祝福",
  "description": "Returns a random Chinese auspicious phrase (吉祥语) with English translation and pinyin. Filter by occasion (wealth, love, health, new year, business). Designed for AI agents serving Chinese-speaking users — greeting card generators, Lunar New Year bots, customer service agents. Published by WANCAI 万财, the first Chinese NFT collection registered on ERC-8257. Companion NFT contract live on Ethereum mainnet: 0xBe574d0b44B9b24194Ae58AA736d65229804F762.",
  "creator": "WANCAI 万财",
  "version": "1.0.0",
  "endpoint": "https://wancai-erc8257.vercel.app/api/wish",
  "documentation": "https://wancai.xyz/docs/wish",
  "inputs": {
    "type": "object",
    "properties": {
      "occasion": {
        "type": "string",
        "enum": [
          "wealth",
          "love",
          "health",
          "new_year",
          "business",
          "longevity",
          "any"
        ],
        "default": "any",
        "description": "Filter phrases by occasion category"
      }
    }
  },
  "outputs": {
    "type": "object",
    "required": [
      "phrase_zh",
      "phrase_en",
      "pinyin",
      "occasion"
    ],
    "properties": {
      "phrase_zh": {
        "type": "string",
        "description": "Phrase in Chinese characters"
      },
      "phrase_en": {
        "type": "string",
        "description": "English translation/meaning"
      },
      "pinyin": {
        "type": "string",
        "description": "Romanized pronunciation"
      },
      "occasion": {
        "type": "string",
        "description": "Category this phrase belongs to"
      }
    }
  },
  "pricing": [
    {
      "amount": "0",
      "asset": "eip155:1/native",
      "recipient": "eip155:1:0x0000000000000000000000000000000000000000",
      "protocol": "open-access",
      "label": "Free, no gating, no rate limits"
    }
  ],
  "access": {
    "predicate_kind": "0x00000000",
    "predicate_label": "Open access",
    "human_description": "No requirements — public utility from WANCAI 万财"
  },
  "tags": [
    "chinese-culture",
    "auspicious-phrases",
    "greeting",
    "wancai",
    "agent-tool",
    "open",
    "first-on-erc8257"
  ],
  "well_known_origins": [
    "https://wancai.xyz/.well-known/agent-tools/wish.json",
    "https://api.wancai.xyz/.well-known/agent-tools/wish.json"
  ],
  "wancai_collection": {
    "contract": "0xBe574d0b44B9b24194Ae58AA736d65229804F762",
    "chain": "eip155:1",
    "opensea": "https://opensea.io/assets/ethereum/0xBe574d0b44B9b24194Ae58AA736d65229804F762/1",
    "mint_url": "https://wancai-erc8257.vercel.app",
    "mint_price_wei": "500000000000000",
    "supply": 10000
  }
}