intel.twzrd.xyz

Pre-spend trust gate for autonomous agents. Check observed x402 payment behavior before spend and verify signed V7 receipts downstream.

OtherLiveeip155:8453Exactvia facilitator:dexter
Calls · 30d
14↑ 45%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 20 snapshots so far.
$0.19
Verified settled volume
9 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0010
Listed price
As published in the catalog. Always read the live 402 before paying.
Calls · 30d
Upstream's own call count for this endpoint, not ours.
Unique payers · 30d
Never called
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xfB9819456bd9248A9D3c9E12F4cb7bBda5fc2578

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Live 402 challenge

Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.

{
  "note": "Path segment ':solana_address' is a documentation placeholder, not a wallet. This 402 scores GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs (TWZRD's documented example). Substitute a real base58 payTo from accepts[].payTo to score a different wallet. x402 clients should pay this challenge and retry resource.url.",
  "error": "payment_required",
  "accepts": [
    {
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "extra": {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "decimals": 6,
        "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
        "recentBlockhash": "4TWUFSMdk8xHivdEEYrEvUY12czuiVUgnpQpyVV6X3BJ"
      },
      "payTo": "GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
      "amount": "1000",
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "mimeType": "application/json",
      "resource": "https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
      "description": "Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.",
      "maxAmountRequired": "1000",
      "maxTimeoutSeconds": 45
    },
    {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "payTo": "0xfB9819456bd9248A9D3c9E12F4cb7bBda5fc2578",
      "amount": "1000",
      "scheme": "exact",
      "network": "eip155:8453",
      "mimeType": "application/json",
      "resource": "https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
      "description": "Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.",
      "maxAmountRequired": "1000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "resource": {
    "url": "https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
    "tags": [
      "agent",
      "reputation",
      "trust",
      "intelligence",
      "x402",
      "solana",
      "base",
      "guard",
      "preflight",
      "evaluate",
      "facilitator",
      "seller-wash-risk",
      "wallet-reputation",
      "fleet-telemetry"
    ],
    "iconUrl": "https://intel.twzrd.xyz/favicon.ico",
    "mimeType": "application/json",
    "description": "Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.",
    "serviceName": "TWZRD Agent Intelligence"
  },
  "extensions": {
    "bazaar": {
      "info": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {},
          "discoverable": true
        },
        "output": {
          "type": "json",
          "example": {
            "note": "seller wash risk + wallet reputation teaser — wash label, fleet %, payer count, tier+score; no signed receipt (use /trust)",
            "paid": true,
            "tier": "Silver",
            "score": 72,
            "fleet_pct": 81.4,
            "wash_label": "wash_shaped",
            "active_payers": 26,
            "charged_amount_usdc": "0.001"
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "input"
        ],
        "properties": {
          "input": {
            "type": "object",
            "required": [
              "type",
              "method"
            ],
            "properties": {
              "type": {
                "type": "string",
                "const": "http"
              },
              "method": {
                "enum": [
                  "GET",
                  "POST",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "headers": {
                "type": "object",
                "additionalProperties": {
                  "type": "string"
                }
              },
              "pathParams": {
                "type": "object",
                "additionalProperties": {
                  "type": "string"
                }
              },
              "queryParams": {
                "type": "object",
                "additionalProperties": {
                  "type": "string"
                }
              }
            },
            "additionalProperties": false
          },
          "output": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string"
              },
              "example": {
                "type": "object"
              }
            }
          }
        }
      },
      "exampleUrl": "https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
      "routeTemplate": "/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs"
    },
    "twzrd_attempt": {
      "schema": "twzrd.attempt.v1",
      "attempt_key": "33b6e356-a1b7-45b0-820b-81d1d826775c"
    }
  },
  "attempt_key": "33b6e356-a1b7-45b0-820b-81d1d826775c",
  "next_action": {
    "step": "complete_payment",
    "reason": "Payment required. The paid hop is a second GET to endpoint with header PAYMENT-SIGNATURE (x402 v2; X-PAYMENT is v1). POST /settle without paymentPayload and paymentRequirements returns 400 parse_failed. Free preflight is POST https://intel.twzrd.xyz/v1/intel/preflight. Amount is 0.001 USDC on Solana. commands.agentcash_fetch is optional and is not the measured retry.",
    "command": "curl -sS -D - -o /tmp/twzrd-trust -H \"PAYMENT-SIGNATURE: $TWZRD_PAYMENT_SIGNATURE\" 'https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs?attempt_key=33b6e356-a1b7-45b0-820b-81d1d826775c'",
    "version": "enrollment_next_action_v2",
    "commands": {
      "agentcash_fetch": "npx agentcash@latest fetch -m GET 'https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs?attempt_key=33b6e356-a1b7-45b0-820b-81d1d826775c'",
      "retry_payment_signature": "curl -sS -D - -o /tmp/twzrd-trust -H \"PAYMENT-SIGNATURE: $TWZRD_PAYMENT_SIGNATURE\" 'https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs?attempt_key=33b6e356-a1b7-45b0-820b-81d1d826775c'"
    },
    "endpoint": "https://intel.twzrd.xyz/v1/intel/quick/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs?attempt_key=33b6e356-a1b7-45b0-820b-81d1d826775c",
    "cost_usdc": 0.001,
    "executable": true,
    "preflight_id": null,
    "correlation_id": null,
    "free_preflight": "https://intel.twzrd.xyz/v1/intel/preflight",
    "next_step_type": "cli_command",
    "payment_required": true
  },
  "x402Version": 2,
  "content_kind": "route_template_correction",
  "example_wallet": "GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
  "template_substituted_from": ":solana_address"
}

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

1000units
on solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · exact scheme

That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.

Token contract
EPjFWd…TDt1v
Payment window
45 seconds
Buys
Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.
Returns
application/json
0.001USDC≈ $0.001 USD
on Base · exact scheme

Pay 0.001 USDC on Base to 0xfB98…c2578. The signed payment is good for 1 hour.

USD Coin contract
0x8335…02913
Payment window
1 hour
As published
1000 smallest units
Buys
Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.
Returns
application/json
The catalog’s raw entry
[
  {
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "extra": {
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "decimals": 6,
      "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
      "recentBlockhash": "CbpLKAMtUGbYqJH2fQ3EYLz2nMAtkpAKcfXrZHyDxFao"
    },
    "payTo": "GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs",
    "amount": "1000",
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "mimeType": "application/json",
    "resource": "https://intel.twzrd.xyz/v1/intel/quick/BJGdsDXJFy63eCAnX3UmGfShp8BuqbtkTfcamyRGr7VQ",
    "description": "Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.",
    "maxAmountRequired": "1000",
    "maxTimeoutSeconds": 45
  },
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0xfB9819456bd9248A9D3c9E12F4cb7bBda5fc2578",
    "amount": "1000",
    "scheme": "exact",
    "network": "eip155:8453",
    "mimeType": "application/json",
    "resource": "https://intel.twzrd.xyz/v1/intel/quick/BJGdsDXJFy63eCAnX3UmGfShp8BuqbtkTfcamyRGr7VQ",
    "description": "Seller wash risk and wallet reputation for a Solana x402 merchant: wash label, fleet %, payer count, plus tier + score. 0.001 USDC. No signed V7 receipt (use GET /v1/intel/trust for the portable proof). Free preflight is allow|warn|block only.",
    "maxAmountRequired": "1000",
    "maxTimeoutSeconds": 3600
  }
]

Provenance

Seen in the source catalog
2026-09-23 16:43Z
Last indexed by Roundhouse
2026-09-24 07:15Z
Last enriched (probe, favicon, geo)
2026-09-22 00:45Z
x402 version
2
Max timeout
3600s
Liveness probe
HTTP 402
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 20 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service intel.twzrd.xyz and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=intel.twzrd.xyz'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://intel.twzrd.xyz/v1/intel/quick/:solana_address, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.