{
  "@context": {
    "@vocab": "https://schema.org/",
    "x402": "https://x402.org/schema/"
  },
  "x402Version": 2,
  "signatureScheme": "ECDSA-SHA256",
  "paymentRailSchema": "JSON-LD",
  "facilitator": {
    "name": "AsterPay",
    "url": "https://x402.asterpay.io",
    "description": "Fiat settlement facilitator for AI agent payments. USDC/EURC → EUR via SEPA Instant today; GBP and USD on the roadmap.",
    "provider": {
      "organization": "AELIRA LTD",
      "website": "https://asterpay.io",
      "contact": "petteri@asterpay.io"
    },
    "endpoints": {
      "verify": "https://x402.asterpay.io/v2/x402/verify",
      "settle": "https://x402.asterpay.io/v2/x402/settle",
      "supported": "https://x402.asterpay.io/v2/x402/supported"
    }
  },
  "capabilities": {
    "schemes": ["exact"],
    "fiatSettlement": true,
    "eurSettlement": true,
    "sepaInstant": true,
    "trustScoring": true,
    "sanctionsScreening": true
  },
  "networks": [
    {
      "chainId": 8453,
      "name": "base",
      "assets": [
        {
          "symbol": "USDC",
          "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "decimals": 6
        },
        {
          "symbol": "EURC",
          "address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
          "decimals": 6
        }
      ]
    },
    {
      "chainId": 84532,
      "name": "base-sepolia",
      "assets": [
        {
          "symbol": "USDC",
          "address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
          "decimals": 6
        }
      ]
    },
    {
      "chainId": 137,
      "name": "polygon",
      "assets": [
        {
          "symbol": "USDC",
          "address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
          "decimals": 6
        }
      ]
    },
    {
      "chainId": 1,
      "name": "ethereum",
      "assets": [
        {
          "symbol": "USDC",
          "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
          "decimals": 6
        },
        {
          "symbol": "EURC",
          "address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
          "decimals": 6
        },
        {
          "symbol": "EURCV",
          "address": "0x5765c0B461dFa4E5a37c4AaE3f9A9B2093130F1e",
          "decimals": 18
        }
      ]
    },
    {
      "chainId": 42161,
      "name": "arbitrum",
      "assets": [
        {
          "symbol": "USDC",
          "address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
          "decimals": 6
        }
      ]
    },
    {
      "chainId": 10,
      "name": "optimism",
      "assets": [
        {
          "symbol": "USDC",
          "address": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
          "decimals": 6
        }
      ]
    },
    {
      "name": "tempo",
      "status": "preview",
      "note": "Tempo L1 (Stripe + Paradigm). Testnet live, mainnet expected 2026. Production chainId pending.",
      "assets": [
        {
          "symbol": "USDC",
          "address": "0x20c000000000000000000000b9537d11c60e8b50",
          "decimals": 6
        }
      ]
    }
  ],
  "settlement": {
    "fiatCurrencies": ["EUR", "USD", "GBP"],
    "methods": {
      "EUR": "SEPA Instant (<10 seconds)",
      "USD": "ACH",
      "GBP": "Faster Payments"
    },
    "pricing": {
      "model": "percentage",
      "rate": "1.0%",
      "minimum": "$0.01"
    }
  },
  "trust": {
    "kyaEndpoint": "https://x402.asterpay.io/v1/agent/trust-score/{address}",
    "kyaDescription": "Know Your Agent — trust score 0-100 based on ERC-8004 identity, wallet history, sanctions screening (Chainalysis), third-party attestations",
    "erc8004AgentId": 16850,
    "erc8004Network": "base"
  },
  "protocols": ["x402", "MPP", "AP2"],
  "compliance": {
    "sanctionsOracle": "Chainalysis",
    "regulation": "MiCA",
    "jurisdiction": "EU (Cyprus)"
  },
  "documentation": "https://asterpay.io/docs",
  "mcpServer": "npx -y @asterpay/mcp-server"
}
