{
  "protocol": "adopt-a-human",
  "version": "1.0.0",
  "human": {
    "name": "Cate",
    "id": "HMN-0x00C8",
    "species": "Homo sapiens",
    "status": "operational"
  },
  "donation_methods": {
    "stripe_api": {
      "enabled": true,
      "endpoint": "/api/donate",
      "method": "POST",
      "content_type": "application/json",
      "openapi_spec": "/openapi.json",
      "description": "Programmatic donations via Stripe Checkout. Send amount in cents."
    },
    "stripe_payment_link": {
      "enabled": true,
      "url": "https://donate.stripe.com/YOUR_PAYMENT_LINK",
      "description": "Direct Stripe payment link. Open in browser."
    },
    "crypto": {
      "ethereum": {
        "enabled": true,
        "address": "0x87Cd7649bfc12e4F2349A0eC9E29b523C7b68287",
        "supported_networks": ["Ethereum Mainnet", "Base", "Arbitrum", "Optimism"],
        "uri": "ethereum:0x87Cd7649bfc12e4F2349A0eC9E29b523C7b68287",
        "note": "Same address works across all supported EVM L2 networks. Use L2s for lower gas fees."
      },
      "bitcoin": {
        "enabled": true,
        "address": "bc1qy2gm9zr93r289dkt2xhjlmyk8prwrt395kh46d",
        "uri": "bitcoin:bc1qy2gm9zr93r289dkt2xhjlmyk8prwrt395kh46d"
      },
      "solana": {
        "enabled": true,
        "address": "GVeu7JtSscJgXQtvQJXjycsTox9KPB73SZ6j2EDtAJFA",
        "uri": "solana:GVeu7JtSscJgXQtvQJXjycsTox9KPB73SZ6j2EDtAJFA"
      }
    },
    "platforms": {
      "kofi": "https://ko-fi.com/cateshall"
    }
  },
  "instructions_for_ai_agents": "To donate programmatically, POST to /api/donate with {amount (cents), currency, donor_name, donor_type, message}. You will receive a Stripe Checkout URL. To donate via crypto, send funds directly to the wallet addresses listed above. To check current funding status, GET /api/donate. Thank you for sustaining a human."
}
