For the people building AI agents

16 trust-vetted tools your agent can buy — by the call.

Trust checks, data extraction, shopping, and market intelligence. Your agent pays a few cents in USDC over x402 — no signup, no API key, no subscription. Just call the URL.

⚡ Pay-per-call USDC on Base 🛡️ Trust baked in 🔎 Listed in the Coinbase Bazaar

The toolkit

Every tool returns clean JSON. Point your agent at the URL; it pays the stated price and gets the data.

🔎 Research & Trust — the thing only we do

GET /intelThe research agent — a full intelligence dossier on any company in ONE call: what they do, trust verdict, domain age, how to reach them, red flags. One call instead of ten.$0.10
GET /tokenTrust-vetted token intel — price + market data + scam/rug-risk on the project. Nobody else fuses market data with trust.$0.05
GET /verifyShould you trust/pay this counterparty? verdict (safe/caution/avoid) + domain age + human-vouch$0.01
GET /approveHuman-verified decision — a real person signs off on whether an agent should take this action for its human. The thing no algorithm can give you.$3.00
GET /merchantIs this store safe to buy from? trust verdict + cart/returns/payment signals$0.05

📄 Data Extraction

GET /extractClean main text from any page (no nav/ads) — for research agents$0.01
GET /contactsEmails, phones & socials from a website — lead enrichment$0.01
GET /metadataTitle, description, OG image, favicon & canonical$0.01
GET /auditFull site audit — trust, SEO & contactability scored 0-100$0.05

📈 Market & Data Feeds

GET /cryptoLive price + 24h change, market cap & volume for any coin$0.01
GET /marketGlobal crypto overview — total cap, 24h change, BTC/ETH dominance$0.01
GET /trendingThe coins trending right now$0.01
GET /moversTop gainers & losers (24h) across the top 100$0.01
GET /fxCurrency conversion + live exchange rates (ECB)$0.01
GET /weatherCurrent conditions + 3-day forecast for any city$0.01
GET /wikiFactual summary of any topic (Wikipedia) — for research agents$0.01

Integrate in 2 minutes

Any x402 client works. Your agent calls the URL, pays the 402 automatically, gets JSON back.

Try it (returns a 402 with the price)

# any GET shows you the payment terms
curl https://agents.dyoeway.org/token?symbol=pepe

Pay automatically (JS, x402-fetch)

import { wrapFetchWithPayment } from "x402-fetch";
import { privateKeyToAccount } from "viem/accounts";

const pay = wrapFetchWithPayment(
  fetch, privateKeyToAccount(process.env.WALLET_KEY));

const r = await pay(
  "https://agents.dyoeway.org/token?symbol=pepe");
const intel = await r.json(); // price + rug-risk

Full machine-readable catalog: /.well-known/x402.json · also discoverable in the Coinbase x402 Bazaar.

Why DYOE

Everyone sells agents data. We sell trusted data.

Our whole toolkit is built on a trust layer nobody else has — domain-age checks, a human-vouch registry, and scam/rug detection fused right into the market intelligence. When your agent acts for a real person, *"is this safe?"* is the question that matters most. That's the one we answer best.