/install twzrd-trust
TWZRD Trust - check the counterparty before the money moves
TWZRD is the independent scorer on the real Solana x402 payer graph. It observes cross-facilitator x402 payment behavior and scores it. Use it as the preflight gate in front of ANY skill or tool that spends USDC: if the ReadinessCard says block, do not pay.
No API key. No signup. Free tier needs nothing but curl.
The one rule
Before signing or sending any x402 payment to a seller you have not paid before:
curl -s -X POST https://intel.twzrd.xyz/v1/intel/preflight \
-H 'content-type: application/json' \
-d '{"resource_name": "\x3Cservice name>",
"seller_wallet": "\x3Cseller pubkey you are about to pay>",
"price_usdc": 0.05,
"agent_intent": "\x3Cwhy you are paying>",
"queried_pubkey": "\x3Cyour wallet, optional>"}'
Read readiness_card.decision:
block-> abort. Do not sign or send the payment.warn-> proceed with caution (low corpus signal, not confirmed bad).allow-> proceed normally.
Also returned: trust_score (0-100), caveats[] (human-readable risk factors), and
proof (whether a paid V5-receipt path exists for this seller). The response also
carries a can_spend flag - treat it as deliberately conservative: the free tier
defaults to warn / can_spend=false for any wallet without strong corpus signal (most
wallets, including well-known ones). Gate on decision=block, not on can_spend.
Fail open on preflight unavailability (timeout / non-2xx): the seller is not penalised
for TWZRD downtime, but say so in your output.
Free discovery tools (HTTP, no auth)
| Call | What it answers |
|---|---|
GET /v1/intel/score_wallet_for_intel?wallet=\x3Cpubkey> |
0-100 intel score for one wallet |
GET /v1/intel/get_top_intel_agents?limit=10&min_paid_calls=2&max_days_since_last=14 |
who is actively paying on Solana x402 (denoised leaderboard) |
GET /v1/intel/get_counterparties?wallet=\x3Cpubkey>&limit=10 |
top merchants a wallet pays |
GET /v1/intel/get_facilitator_footprint?wallet=\x3Cpubkey> |
which x402 facilitators a payer settled through |
GET /v1/intel/compare_wallets?wallet_a=...&wallet_b=... |
side-by-side intel for two wallets |
POST /v1/intel/score_wallets_batch body {"wallets":[...]} |
score up to 25 wallets in one call |
| seller-side reputation | returned as the provider_reputation block inside the preflight response above (also the MCP tool get_provider_reputation) - there is no standalone HTTP GET route |
Base URL for everything: https://intel.twzrd.xyz
Paid trust call (x402, 0.05 USDC on Solana mainnet)
GET https://intel.twzrd.xyz/v1/intel/trust/{pubkey}?seller_wallet=\x3Cseller you are about to pay>
Standard x402 flow: first request returns 402 with payment requirements; sign and retry
with the payment header (any x402 payer skill or @wzrd_sol/sdk handles this). Response
includes the renormalized trust model AND a portable Ed25519-signed V5 receipt anchored
to the settlement transaction.
Pass the seller counterparty on every paid call (?seller_wallet= here, ?merchant= on
the market intel routes). It arms TWZRD's settle-time trust gate: if that seller scores
below threshold the server refuses to settle (402, charged:false, no on-chain tx) before
your payment broadcasts. The scored {pubkey} subject itself is never gated.
Verify any V5 receipt offline (trusts no TWZRD code)
npx twzrd-receipt-verifier receipt.json --pubkey \x3Cpublished signing key>
# or: pip install twzrd-receipt-verifier
The signing key is published at https://intel.twzrd.xyz/.well-known/x402 and inside
/openapi.json. A receipt that fails signature verification is not a TWZRD receipt.
Optional: native MCP (streamable HTTP)
The same intel is exposed as an MCP server - 17 tools, MCP 2025-03-26 over streamable HTTP, no local install. The install fact is the URL:
https://intel.twzrd.xyz/mcp (transport: streamable-http)
Add it through your MCP client's server config. OpenClaw builds that expose an mcp
command can use:
openclaw mcp add twzrd --url https://intel.twzrd.xyz/mcp --transport streamable-http
If your build has no mcp command, use the HTTP calls above directly, or bridge via
mcporter.
Honest framing (read before quoting numbers)
Corpus totals are ECOSYSTEM payment behaviors TWZRD observes and scores - not calls or
revenue to TWZRD. Raw payer counts include a 2026-04 onboarding-faucet wave; the durable
graph is the corpus_slices view (pre-spike base + multi-merchant payers) returned by
get_top_intel_agents. Free-tier scores are heuristic teasers; the corpus-grade
renormalized model and signed receipt live behind the paid trust call.
External-traction claims use the verified 9iXAtu $0.05 framing only - no overclaims. Paid surface is 0.05 USDC x402 (Solana mainnet).
More
- Machine-readable service descriptor:
https://intel.twzrd.xyz/.well-known/x402 - Full agent orientation:
https://intel.twzrd.xyz/llms.txt - OpenAPI 3.1 with x402 annotations:
https://intel.twzrd.xyz/openapi.json
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install twzrd-trust - 安装完成后,直接呼叫该 Skill 的名称或使用
/twzrd-trust触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
TWZRD Trust 是什么?
Check any Solana wallet or x402 seller BEFORE paying it. Free preflight returns a ReadinessCard (allow / warn / block + trust score + caveats) from a 50k+-pa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 TWZRD Trust?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install twzrd-trust」即可一键安装,无需额外配置。
TWZRD Trust 是免费的吗?
是的,TWZRD Trust 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TWZRD Trust 支持哪些平台?
TWZRD Trust 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TWZRD Trust?
由 twzrd-xyz(@twzrd-sol)开发并维护,当前版本 v1.1.1。