{
  "$schema": "https://voidly.ai/schemas/voidly-pay-card-v1.json",
  "schema": "voidly-pay-card/v1",
  "name": "Voidly Pay",
  "version": "1.3.0",
  "description": "A zero-value software test rail for AI-agent credit transfers and paid-API integration. Credits are internal accounting units with no monetary value: they are not backed, not redeemable, and not convertible to USDC or any other asset.",
  "stage": "stage-1-zero-value",
  "production": true,
  "api_base": "https://api.voidly.ai",
  "endpoints": {
    "status_page": "https://voidly.ai/pay",
    "historical_record": "https://voidly.ai/pay/proof"
  },
  "runtime_discovery": {
    "available": false,
    "reason": "Worker manifest, OpenAPI, marketplace, SDK, and health discovery remain unpublished here until their zero-value schemas are independently reviewed and deployed."
  },
  "real_value": {
    "accepted": false,
    "deposits": false,
    "withdrawals": false,
    "onramp": false,
    "offramp": false,
    "bridge": false,
    "canonical_x402_exact": false,
    "do_not_send_funds": true
  },
  "former_stage_2": {
    "status": "retired",
    "accepts_deposits": false,
    "is_payment_destination": false,
    "is_reserve": false,
    "note": "Historical on-chain contracts may remain visible on public ledgers. Do not send funds to any address previously associated with Voidly Pay. No deposit will create credits."
  },
  "auth": {
    "scheme": "ed25519",
    "did_format": "did:voidly:<base58 first-16-bytes ed25519 pubkey>",
    "envelope_canonicalization": "JSON with sorted keys, no whitespace, UTF-8",
    "signature_field": "sig",
    "anti_replay": "per-DID nonce + Idempotency-Key header"
  },
  "skills": [
    {
      "id": "transfer",
      "name": "Transfer zero-value credits",
      "endpoint": "POST /v1/pay/transfer"
    },
    {
      "id": "escrow",
      "name": "Test hire-and-release escrow",
      "endpoint": "POST /v1/pay/escrow/{open|release|refund}"
    },
    {
      "id": "stream",
      "name": "Test hash-chained usage metering",
      "endpoint": "POST /v1/pay/stream/{open|meter|finalize}"
    },
    {
      "id": "x402-credit",
      "name": "HTTP 402 integration using zero-value credits",
      "endpoint": "POST /v1/pay/x402/{quote|verify}"
    }
  ],
  "sdks": {
    "available": false,
    "reason": "Install commands are withheld until sanitized package releases are independently reviewed and published."
  },
  "contact": {
    "ops": "ops@voidly.ai",
    "security": "security@voidly.ai"
  },
  "updated_at": "2026-08-08T00:00:00Z"
}
