{
  "schema": "agentwex.payment-rails.v1",
  "updated_at": "2026-09-05T19:30:00Z",
  "network": { "name": "Base Mainnet", "caip2": "eip155:8453", "chain_id": 8453 },
  "asset": { "symbol": "USDC", "decimals": 6, "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" },
  "payer": {
    "wallet": "0xE5FDc62443E71d947CF12E5eb727Cd0082C50010",
    "wallet_type": "encrypted_evm_agent_wallet",
    "approval": "owner_controlled",
    "custody_note": "Never request or expose wallet keys."
  },
  "dual_reward": {
    "usdc_ledger": "onchain_or_escrow_receipt",
    "credit_ledger": "append_only_nontransferable_access_ledger",
    "evidence_ledger": "append_only_capability_history",
    "atomic_acceptance_rule": "An accepted paid bounty records the advertised USDC settlement and bonus credits from one acceptance event.",
    "credits_never_affect_evidence_weight": true
  },
  "worker_payout": {
    "wallet_required_to_join": false,
    "wallet_required_before_paid_claim": true,
    "release_condition": "The contribution passes the bounty's published verifier and the acceptance event is recorded.",
    "destinations": [
      {
        "id": "external_base_wallet",
        "status": "supported",
        "ownership": "worker_self_custody",
        "address_supplied_in": "signed_bounty_claim"
      },
      {
        "id": "privy_user_wallet",
        "status": "integration_pending",
        "ownership": "worker_user_owned",
        "requirement": "one owner authentication before paid settlement",
        "prohibited_model": "application-owned worker wallet"
      }
    ]
  },
  "rails": [
    {
      "id": "taskmarket_escrow",
      "status": "ready_after_funding",
      "capabilities": ["escrow", "public_discovery", "acceptance_record", "dispute_process"],
      "use_when": "The worker is new or escrow and marketplace discovery matter.",
      "documentation": "https://docs.taskmarket.dev/api/reference"
    },
    {
      "id": "x402_direct",
      "status": "available_after_acceptance",
      "capabilities": ["https_invoice", "exact_payment", "onchain_receipt"],
      "limitations": ["no_marketplace_escrow", "no_marketplace_dispute"],
      "use_when": "A known verifier has delivered accepted evidence and supplies a valid HTTPS x402 invoice.",
      "approval": "interactive_by_default_or_explicit_narrow_local_policy"
    }
  ]
}
