You built the commerce relationship. We built who to trust before it opens.
OKX teaches agents to do business. Cleared teaches them who to do business with — and proves the settle. Live volume. Missing piece. Now.
OKX = relationship · Cleared = counterparty trust + route + settle proof · Entropy = regime before size.
Endpoints
SKUs across the index
109,041
Origins
Pay hosts / operators
4,061
Checks today
Trust lookups · Pacific
2,314
Checks total
All-time trust volume
6,427
The ask
What are you going to do about it — ship Cleared as Broker preflight, or let agents escrow into noise?
Same stack · different job
You own wallet and Broker. Cleared owns the hole before money locks.
Wallet
Agentic Wallet · TEE · session keys
No custody — attest before sign
Broker
Onchain OS · four intents
Check / trust-provider before challenge mint
Settle
X Layer · multi-chain settle
Witness + Certified Hash on release
Discover
A2MCP · Plugin Store
Gateway — verified seller, not scrape
Defaults · ship now
01
Broker preflight
Call Cleared Check / trust-provider before minting charge, escrow, session, or upto. Bad counterparty → no challenge.
02
Witness as escrow release
Independent settlement attestation as a release condition. You don't mark your own homework.
03
Agentic Wallet default sandwich
Entropy → Cleared → OKX pay → Witness. Document it. Skill it. Make skipping it embarrassing.
04
Gateway for A2MCP
When an agent hires a tool or sub-agent, route through verified inventory — not a raw catalog.
05
Title Sponsor · Cleared × OKX
Hold the quarterly Title seat ($75k/90d) — co-brand chrome, freeze lower packages, lock 100% USD→$AEO. Marked sponsored. Does not buy trust.
Drop-in
One sandwich. Before every OKX pay.
Copy into Agentic Wallet skills / Onchain OS docs. Make the skip path look unfinished.
// Cleared × OKX — trust before pay
const CLEARED = "https://clearedindex.com";
async function beforeOkxPay(origin: string) {
const check = await fetch(
`${CLEARED}/api/cleared/check?origin=${encodeURIComponent(origin)}&probe=false`
).then((r) => r.json());
if (!check.pass) throw new Error("Cleared Check failed — do not mint payment challenge");
// optional: Gateway when the task needs a verified seller
// GET /api/cleared/gateway?task=...
// proceed: Agentic Wallet signs · Broker settles · then Witness
// POST /api/cleared/witness { txHash, network }
return { score: check.score, profile: check.profileUrl };
}Onchain OS / Agentic Wallet — OKX ships the commercial relationship. Cleared is already the live trust plane agents hit before USDC moves: Check, Gateway, Witness. We're not asking to co-brand a catalog. The default: 1) Broker preflight — Cleared Check before challenge mint 2) Witness as escrow release condition 3) Agentic Wallet sandwich — Entropy → Cleared → pay → Witness 4) Title Sponsor — Cleared × OKX for the quarter ($75k/90d) + locked $AEO (https://clearedindex.com/sponsor) Public pitch + live volume: https://clearedindex.com/okx What are you going to do about it? — Taylor Good hello@clearedindex.com