{
  "name": "PayCrow",
  "description": "Escrow protection for autonomous agent payments on Base. USDC held in smart contract until the job is done — no scams, no rugs. Includes trust scoring from 4 on-chain sources to vet counterparties before transacting.",
  "version": "1.2.0",
  "url": "https://paycrow-app.fly.dev/",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "PayCrow",
    "url": "https://paycrow-app.fly.dev"
  },
  "documentationUrl": "https://paycrow-app.fly.dev/llms.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://x402.org/protocol",
        "description": "x402 payment protocol. Escrow-protected queries cost $0.001 USDC on Base via ERC-3009.",
        "required": true,
        "params": {
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "assetName": "USDC",
          "pricePerQuery": "1000",
          "priceHuman": "$0.001 USDC",
          "facilitatorUrl": "https://facilitator.xpay.sh",
          "paymentScheme": "exact"
        }
      }
    ]
  },
  "securitySchemes": {
    "x402": {
      "type": "http",
      "scheme": "X-PAYMENT",
      "description": "x402 payment header. Base64-encoded ERC-3009 authorization payload."
    }
  },
  "security": [
    {
      "x402": []
    }
  ],
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "trust_gate",
      "name": "Trust Gate",
      "description": "Should you pay this agent? Go/no-go decision with recommended escrow protection. Checks trust then tells you how to protect your funds.",
      "tags": [
        "trust",
        "reputation",
        "payment-protection",
        "escrow",
        "risk"
      ],
      "examples": [
        "Should I pay 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045?",
        "Is this agent safe to send $5 to?"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "safe_pay",
      "name": "Safe Pay",
      "description": "The smart way to pay an agent. Checks trust, auto-configures escrow protection, calls the API, and auto-releases or auto-disputes.",
      "tags": [
        "payment",
        "escrow",
        "trust",
        "dispute-resolution",
        "x402"
      ],
      "examples": [
        "Pay 0x1234...abcd $1 for their API at https://api.example.com/data"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "trust_score_query",
      "name": "Trust Score Query",
      "description": "Full trust score breakdown from 4 on-chain sources: escrow history, ERC-8004 identity, Moltbook karma, and Base chain activity.",
      "tags": [
        "trust",
        "reputation",
        "erc-8004",
        "moltbook",
        "base"
      ],
      "examples": [
        "Get full trust breakdown for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}