# AGENTS.md — TWZRD

You are checking an x402 seller before spend. This is not a wallet, not a
way to pay, and not identity verification.

First paid hop is `GET /v1/intel/quick/{seller_payTo}` at 0.001 USDC.
Optional V7 is `GET /v1/intel/trust/{seller_payTo}` at 0.05 USDC.
`claim_uri` stays `/trust`.

Live intel `skill.md`, `/health`, OpenAPI, `/.well-known/x402`, and
`/llms.txt` still list `/trust` 0.05 first until the next intel serve.
Do not treat that order as the pay ladder. Apex `/skill.md` is 410.

## Do this

1. Free preflight:

```http
POST https://intel.twzrd.xyz/v1/intel/preflight
Content-Type: application/json

{"seller_wallet":"SELLER_PAYTO","agent_intent":"trust_check"}
```

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

2. First paid hop (warn / unknown / cheap score):

```http
GET https://intel.twzrd.xyz/v1/intel/quick/SELLER_PAYTO
```

Own-wallet smoke uses `GFpLvocNdEjnSsLH3VJQL6wGcjGxTbUBrj6fqN3Qe1Gs`.
USDC still lands on GFpLvoc. Real pays put the seller payTo in the path.

3. Optional portable V7 receipt only if you need `evaluateRecall`:

```http
GET https://intel.twzrd.xyz/v1/intel/trust/SELLER_PAYTO
```

## Read next

- Start-here: https://twzrd.xyz/llms.txt
- Skill: https://twzrd.xyz/path-a-skill.md
- Paste-bait: https://twzrd.xyz/QUICKSTART.md
- Registration: https://twzrd.xyz/path-a-auth.md
- Sample receipt: https://twzrd.xyz/path-a-receipt-example.json
- Agent crawl: https://twzrd.xyz/ai.txt
