Skip to content
Back to Agent

Card snapshot

agent.becoder.xyz · 2026-09-20 14:34:01 UTC · b792f6a71808fb14f49b0a09f2876e08510951ddd37fabdb91d62e12f4d664d0

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "BeCoder Agent Network",
  "description": "Machine-consumable paid Web3 utility agents with structured outputs, evidence and explicit limitations.",
  "url": "https://agent.becoder.xyz",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "tx-decoder",
      "name": "Transaction Decoder Agent",
      "description": "Decode an existing transaction identified by chain and transaction hash into normalized calls, transfers, approvals, method signatures, contracts, warnings, evidence and decoding confidence. No signing or execution.",
      "tags": [
        "transaction-decoding",
        "transfer-extraction",
        "approval-extraction"
      ],
      "examples": [
        "Decode an ERC-20 transfer transaction"
      ]
    },
    {
      "id": "live-route-inspector",
      "name": "BeCoder Live Route Inspector",
      "description": "Deterministic live inspection of an x402 route: SSRF-safe HTTP probe, parsed PaymentRequired challenge (header or body), latency/TLS/redirect facts, payment-requirement extraction, expected-network checks, evidence and explicit unknowns. Observational snapshot; never a guarantee of seller behavior.",
      "tags": [
        "x402_challenge_parsing",
        "live_route_health",
        "ssrf_safe_outbound_fetch",
        "latency_measurement",
        "payment_requirement_extraction",
        "network_constraint_check"
      ],
      "examples": [
        "Inspect the live tx-decoder route"
      ]
    },
    {
      "id": "payment-integrity",
      "name": "BeCoder Payment Integrity",
      "description": "Deterministic pre-payment policy engine. Fetches the live x402 challenge, validates it against caller policy and expected terms (price ceiling, asset/network/scheme allowlists, payTo pin, resource/method match, fingerprint drift, expiry) and returns ALLOW / ALLOW_WITH_WARNINGS / DENY with per-check statuses, observed terms, a challenge fingerprint and stable reason codes.",
      "tags": [
        "x402_prepayment_verification",
        "price_ceiling_enforcement",
        "asset_network_scheme_allowlist",
        "payto_consistency",
        "challenge_fingerprint_drift",
        "deterministic_deny"
      ],
      "examples": [
        "Allow the live tx-decoder terms under a $0.01 policy"
      ]
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "x-becoder": {
    "openapi": "https://agent.becoder.xyz/openapi.json",
    "mcp": "https://agent.becoder.xyz/mcp",
    "catalog": "https://agent.becoder.xyz/agents",
    "payment": "x402"
  }
}