Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# TWZRD
Pre-spend trust gate + receipt layer for agents paying over x402.
Score the seller + resource before you pay; optional portable V6 proof after.
Not a wallet, not a way to pay, not identity verification.
Solana x402 is the first beachhead. Settlement-graph reputation is evidence about
a receive wallet; it is not a service catalog. Discover callables from bazaars /
resource join first, then overlay wash and settlement trust.
## Payment-path safety
- Before payment: free preflight returns allow / warn / block on the counterparty
- During payment: installed buyer gate can abort before signing
- Settle (Path B, opt-in): GET https://intel.twzrd.xyz/supported (feePayer 4LkEFj…),
then POST /verify + /settle for twzrd_receipt + merchant_attach on payTo.
Paid-trust 402 may still use external feePayers (Path A) — pin feePayer from
/supported to settle through TWZRD.
- After payment: signed V6 response receipt, offline-verifiable
- Discovery: resource join SOT + multi-bazaar directory, not payer ranking
## Start here (seller + resource first)
- Resource join SOT (free): https://intel.twzrd.xyz/v1/intel/resources
listed | live_402 discovery claims, separate from settlement trust on pay_to
- Multi-bazaar overlay (free): https://intel.twzrd.xyz/v1/intel/x402-directory
PayAI + CDP + Agentic; Solana wash overlay; Base/Polygon wash often "unknown"
- Merchant card (free): https://intel.twzrd.xyz/v1/intel/merchant_card/GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs
- Free preflight (POST): https://intel.twzrd.xyz/v1/intel/preflight
- Paid trust + V6 receipt: https://intel.twzrd.xyz/v1/intel/trust/BJGdsDXJFy63eCAnX3UmGfShp8BuqbtkTfcamyRGr7VQ
- Signed receipt example: https://intel.twzrd.xyz/v1/receipts/example
- Free loop demo: GET or POST https://intel.twzrd.xyz/v1/intel/x402-demo
- Re-call / watch: recheck_after_unix on receipts; POST /v1/intel/watch or
twzrd_watch_add (MCP). Seller delivery signals in marketplace + directory.
- Full contract: https://intel.t
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "TWZRD Agent Reputation Rails",
"version": "2026.07",
"summary": "Public pointer for TWZRD's agent reputation APIs.",
"description": "TWZRD's active machine-readable API contract lives at https://intel.twzrd.xyz/openapi.json. The public twzrd.xyz app is a static frontend for Agent Reputation Rails: landing, live leaderboard, live demo, MCP docs, security report, and receipt activation pages."
},
"servers": [
{
"url": "htt