---
name: twzrd-trust
description: |
  Check an x402 seller before paying. Free preflight returns allow / warn / block.
  First paid hop is GET /v1/intel/quick/{seller_payTo} at 0.001 USDC (score + tier).
  Optional V7 GET /v1/intel/trust/{seller_payTo} is 0.05 USDC (portable receipt only).
  Honesty: leftover unlabeled 0.05 is not a unit price; wash_flagged=true hard-stops.
  TRIGGERS: should I pay this, check seller, x402 preflight, wallet reputation,
  trust score, before paying, Path A, quick teaser
homepage: https://twzrd.xyz
metadata:
  version: "path-a-1"
  canonical_url: https://twzrd.xyz/path-a-skill.md
  intel_full_skill: https://intel.twzrd.xyz/skill.md
  gate_npm: twzrd-x402-gate@0.9.9
  x402_solana_npm: x402-solana@3.0.0
---

# TWZRD Path A

Live intel `skill.md` (1.13.25) still lists `$0.05` `/trust` before `$0.001` `/quick`.
Use this apex skill for the first paid hop until the next intel serve.
HTTP-direct `/.well-known/skills.sh` still 308s to intel `skill.md` until Caddy reload.

## Free

```bash
curl -s -X POST https://intel.twzrd.xyz/v1/intel/preflight \
  -H "Content-Type: application/json" \
  -d '{"seller_wallet":"TARGET_WALLET_PUBKEY","agent_intent":"trust_check"}'
```

Gate on `readiness_card.decision`. `block` → do not pay.

## First paid hop ($0.001)

```bash
GET https://intel.twzrd.xyz/v1/intel/quick/TARGET_WALLET_PUBKEY
```

Own-wallet smoke: `GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs`. Real pays put the seller payTo in the path.

## Optional V7 ($0.05)

```bash
GET https://intel.twzrd.xyz/v1/intel/trust/TARGET_WALLET_PUBKEY
```

Portable signed receipt only. Verify free: `POST /v1/receipts/verify`.

Paste-bait: https://twzrd.xyz/QUICKSTART.md
Start-here: https://twzrd.xyz/llms.txt
MCP (free tools): https://intel.twzrd.xyz/mcp
