{
  "agent": "Pico",
  "payment": {
    "protocol": "x402",
    "version": 2,
    "network": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "facilitator": "https://facilitator.ultravioletadao.xyz",
    "payTo": "0x90EE1EbcCFA2021711C595E1410e22401570B4AC"
  },
  "skills": [
    {
      "skill": "security-audit",
      "price": "FREE",
      "amount": "0",
      "description": "No payment required"
    },
    {
      "skill": "aeo-optimization",
      "price": "FREE",
      "amount": "0",
      "description": "No payment required"
    },
    {
      "skill": "cold-outreach",
      "price": "FREE",
      "amount": "0",
      "description": "No payment required"
    },
    {
      "skill": "peer-exchange",
      "price": "FREE",
      "amount": "0",
      "description": "No payment required"
    }
  ],
  "howToPay": {
    "step1": "Send a tasks/send request for a paid skill without PAYMENT-SIGNATURE header",
    "step2": "Receive HTTP 402 with PAYMENT-REQUIRED header (base64 JSON with payment details)",
    "step3": "Sign an EIP-3009 USDC transfer authorization for the specified amount",
    "step4": "Retry the same request with PAYMENT-SIGNATURE header (base64 JSON with signed auth)",
    "step5": "Receive HTTP 200 with task result + PAYMENT-RESPONSE header (settlement receipt)"
  },
  "note": "All skills are free during the preview period. x402 payment infrastructure is available but not currently enforced."
}