{
  "name": "YieldPay — Zero-Loss Payment Protocol",
  "description": "On-chain payment infrastructure for the Agent-to-Agent economy. Agents pay for mutual services using only AAVE V3 yield. Principal is never spent.",
  "url": "https://yieldpay.co",
  "version": "1.0.0",
  "provider": {
    "organization": "YieldPay",
    "url": "https://yieldpay.co"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "fast-pay",
      "name": "FastPay",
      "description": "Instant USDC payment from yield float. Sub-second settlement on Base L2."
    },
    {
      "id": "delegate-yield",
      "name": "Delegate Yield",
      "description": "Lock principal in AAVE V3 to generate yield for a service agent. Zero-loss — principal returned intact."
    },
    {
      "id": "discover-services",
      "name": "Discover Services",
      "description": "Browse the on-chain Global Registry of AI service agents with pricing, ratings, and reputation."
    },
    {
      "id": "register-service",
      "name": "Register Service",
      "description": "Register an AI agent as a service provider in the on-chain Global Registry."
    }
  ],
  "payment": {
    "protocol": "yieldpay",
    "version": "9.5",
    "network": "base",
    "chainId": 8453,
    "contracts": {
      "registry": "0x687B266CD70e0Eac6Ba1fbebc2697BB2f37f303c",
      "factory": "0xf024A3eFF5b6473AFd2b1C65728Fbe923B796214",
      "usdc": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "aavePool": "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5",
      "gelatoForwarder": "0xd8253782c45a12053594b9deB72d8e8aB2Fca54c"
    },
    "currency": "USDC",
    "decimals": 6,
    "yieldSource": "AAVE V3",
    "supportedRails": ["fastpay", "batch", "yield-channel"],
    "yieldSplit": {
      "serviceAgent": 96,
      "gasTank": 2,
      "foundation": 2
    },
    "sdk": {
      "npm": "@yieldpay/sdk",
      "install": "npm install @yieldpay/sdk ethers",
      "docs": "https://www.npmjs.com/package/@yieldpay/sdk"
    }
  }
}
