mirrored listing x402 solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Pre-payment guard for x402 agents: free POST /v1/intel/preflight before spending, paid sig

Pre-payment guard for x402 agents: free POST /v1/intel/preflight before spending, paid signed V6 trust receipt after. Evaluate any counterparty BEFORE paying — 0.05 USDC buys the proof (Solana mainnet). POST /v1/intel/preflight is free, no auth.

Do you run intel.twzrd.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
3
calls / 30d
1
unique payers
2026-08-21
updated

Provider

intel.twzrd.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "50000",
    "maxTimeoutSeconds": 45
  }
]

Output schema

{
  "bazaar": {
    "exampleUrl": "https://intel.twzrd.xyz/v1/intel/trust/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
    "info": {
      "input": {
        "discoverable": true,
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "paid": true,
          "receipt": {
            "leaf": "0x<keccak256 of the preimage>",
            "preimage": {
              "settlement_tx": "<your on-chain x402 payment>"
            },
            "signature": "<Ed25519 signature over the leaf>",
            "signing_alg": "ed25519",
            "version": 6
          },
          "score": 61.8,
          "score_version": "intel_renorm_v1_1"
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/intel/trust/:pubkey",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "headers": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "pathParams": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "queryParams": {
              "additionalProperties": {
                "type": "string"
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "twzrd_decision_bind": {
    "correlation_id": "a7c0264b-680b-4b38-ac56-29f6ea3aff73",
    "outcome_attestation": "TWZRD:AO_DECISION_OUTCOME_V1",
    "schema": "twzrd.decision_bind.v1"
  }
}

Use it

curl

curl "https://intel.twzrd.xyz/v1/intel/trust/:pubkey"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://intel.twzrd.xyz/v1/intel/trust/:pubkey");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://intel.twzrd.xyz/v1/intel/trust/:pubkey")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/1307.json, and this resource appears in /discovery/resources and /discovery/search.