{
  "x402Version": 1,
  "name": "DYOE Agent Tools",
  "provider": "DYOE Way · MyAiMarketplace",
  "description": "Trust-vetted tools AI agents pay per call to use. Cheap automated data + the one thing nobody else has: a real human in the loop. Everything here is real and works.",
  "homepage": "https://agents.dyoeway.org",
  "payTo": "0x834b189A1c087d0af169A905454979952F59e8AC",
  "network": "base",
  "asset": "USDC",
  "resources": [
    {
      "resource": "https://agents.dyoeway.org/approve",
      "method": "GET", "price": "$3.00", "network": "base", "mimeType": "application/json",
      "description": "Guardian — a HUMAN-VERIFIED decision: a real person signs off on whether an agent should take this action for its human. Trust + policy + human review. Returns approved / pending_human / denied. (For automated trust only, use /verify at $0.01.)",
      "input": { "query": { "action": "what the agent wants to do", "counterparty": "domain", "amount": "USD amount" } }
    },
    {
      "resource": "https://agents.dyoeway.org/verify",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Trust Check — verify a counterparty before trusting or paying it. verdict (safe/caution/avoid), trust_score, domain_age, human_vouched, red_flags.",
      "input": { "query": { "target": "domain to verify" } }
    },
    {
      "resource": "https://agents.dyoeway.org/intel",
      "method": "GET", "price": "$0.10", "network": "base", "mimeType": "application/json",
      "description": "The research agent — a full intelligence dossier on any company/website in ONE call: what they do, legitimacy + trust verdict, domain age, how to reach them, social presence, red flags. One call instead of ten.",
      "input": { "query": { "target": "company domain to research" } }
    },
    {
      "resource": "https://agents.dyoeway.org/token",
      "method": "GET", "price": "$0.05", "network": "base", "mimeType": "application/json",
      "description": "TRUST-VETTED token intelligence — price + market data PLUS a scam/rug-risk read on the project behind the coin. Only DYOE fuses market data with trust.",
      "input": { "query": { "symbol": "coin symbol, e.g. btc" } }
    },
    {
      "resource": "https://agents.dyoeway.org/merchant",
      "method": "GET", "price": "$0.05", "network": "base", "mimeType": "application/json",
      "description": "Is this store safe to buy from? Trust verdict + store signals (cart, returns, payment methods).",
      "input": { "query": { "url": "store URL" } }
    },
    {
      "resource": "https://agents.dyoeway.org/audit",
      "method": "GET", "price": "$0.05", "network": "base", "mimeType": "application/json",
      "description": "Full website audit — trust, SEO & contactability scored 0-100 with fixes.",
      "input": { "query": { "url": "website URL" } }
    },
    {
      "resource": "https://agents.dyoeway.org/extract",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Extract clean main text from any web page (no nav/ads) — for research & summarizing agents.",
      "input": { "query": { "url": "page URL" } }
    },
    {
      "resource": "https://agents.dyoeway.org/contacts",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Extract emails, phones, and social links from any website — lead enrichment.",
      "input": { "query": { "url": "website URL" } }
    },
    {
      "resource": "https://agents.dyoeway.org/metadata",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Extract title, description, OpenGraph image, favicon & canonical — link previews & summaries.",
      "input": { "query": { "url": "page URL" } }
    },
    {
      "resource": "https://agents.dyoeway.org/wiki",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Factual summary of any topic from Wikipedia — for research agents.",
      "input": { "query": { "topic": "Bitcoin" } }
    },
    {
      "resource": "https://agents.dyoeway.org/crypto",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Live crypto price + 24h change, market cap & volume for any coin — for trading agents.",
      "input": { "query": { "symbol": "coin symbol, e.g. eth" } }
    },
    {
      "resource": "https://agents.dyoeway.org/market",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Global crypto market overview — total market cap, 24h change, BTC/ETH dominance.",
      "input": {}
    },
    {
      "resource": "https://agents.dyoeway.org/trending",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "The coins trending right now — for trading & research agents.",
      "input": {}
    },
    {
      "resource": "https://agents.dyoeway.org/movers",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Top gainers & losers (24h) across the top 100 coins — for trading agents.",
      "input": {}
    },
    {
      "resource": "https://agents.dyoeway.org/fx",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Currency conversion + live exchange rate (ECB data) — for commerce & trading agents.",
      "input": { "query": { "from": "USD", "to": "EUR", "amount": "100" } }
    },
    {
      "resource": "https://agents.dyoeway.org/weather",
      "method": "GET", "price": "$0.01", "network": "base", "mimeType": "application/json",
      "description": "Current conditions + 3-day forecast for any city — for travel & planning agents.",
      "input": { "query": { "city": "Atlanta" } }
    }
  ]
}
