# CyberWareX > A suite of x402-native services built for autonomous AI agents. Every endpoint speaks x402: your agent hits it, gets a 402 price quote, settles in USDC on Base, and receives the result. No accounts, no API keys, no humans in the loop. Payment: x402 · USDC on Base (eip155:8453). No account, no API key. Contact: x402@cyberwarex.com Directory (JSON): https://cyberwarex.com/.well-known/x402 ## Services (9) ### Agent Web Access — LIVE Give your agent reliable eyes on the live web — the one thing an LLM can't do natively. Fetches JavaScript-rendered pages as clean, LLM-ready markdown, extracts elements by CSS selector, and captures full-page screenshots or PDFs of any public URL. Base URL: https://web.cyberwarex.com - GET /fetch $0.002 USDC — Render a page to markdown/text/html - GET /extract $0.002 USDC — Extract elements by CSS selector - GET /screenshot $0.005 USDC — Full-page PNG screenshot - GET /pdf $0.005 USDC — Render a page to PDF - Free trial: none (an unpaid call returns the 402 price quote) - MCP: https://web.cyberwarex.com (stdio MCP wrapper: web_fetch/extract/screenshot/pdf) - x402 manifest: https://web.cyberwarex.com/.well-known/x402 - OpenAPI: https://web.cyberwarex.com/openapi.json - Example: curl -i 'https://web.cyberwarex.com/fetch?url=https://example.com&format=markdown' ### DeFi Safety Oracle — LIVE Answer 'is this token safe to trade?' before committing funds. Deterministic, evidence-carrying rug/honeypot risk assessment on Base + BSC: live buy/sell simulation, contract powers (upgradeable proxy, owner mint/pause/blacklist), plus a GoPlus/honeypot.is cross-check. Grade A-F + tradeable flag. Free trial: first 3 calls/day per IP with the 'X-Free-Trial: 1' header — no wallet needed to evaluate. Now with a privilege graph (who can upgrade/mint/pause) and dynamic-tax mutability detection. Deep /v1/risk/check runs an adversarial simulation matrix (buy->sell across trade sizes x caller wallets) to catch size- and address-gated honeypots a single probe misses. Base URL: https://oracle.cyberwarex.com - GET /contract $0.01 USDC — Contract powers + ownership analysis - GET /honeypot $0.02 USDC — Live buy/sell honeypot simulation - GET /token $0.03 USDC — Full safety report (all of the above) - POST /screen $0.1 USDC — Batch screen up to 25 tokens in one POST - GET /risk/explain $0.01 USDC — Agent verdict: ALLOW/LIMIT/RECHECK/BLOCK + reason codes - POST /v1/risk/check $0.03 USDC — Full multi-dimensional risk decomposition for agents - GET /verdict $0.02 USDC — One-call launch screening: GREEN/CAUTION/BLOCK (allow/review/reject) + reasons, incl. deployer prior-scams & code-rugged-before. For launchpads: auto-reject rugs before listing. Cache-first (~$0 on repeats) - GET /deployer $0.01 USDC — Deployer-wallet reputation from our verdict ledger: prior proven honeypot/scam tokens (dead launches excluded) - GET /template $0.01 USDC — Contract-template reputation: honeypot/scam siblings sharing this bytecode fingerprint (fuzzy-matched) - Free trial: 3 call(s)/day per IP — send header 'X-Free-Trial: 1' - MCP: https://oracle.cyberwarex.com (MCP: token_safety/honeypot_check/contract_risk) - x402 manifest: https://oracle.cyberwarex.com/.well-known/x402 - OpenAPI: https://oracle.cyberwarex.com/openapi.json - Quickstart: https://cyberwarex.com/assets/oracle-quickstart.html - Example: curl -H 'X-Free-Trial: 1' 'https://oracle.cyberwarex.com/token?address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913&chain=base' ### Voice-to-Text — LIVE Pay-per-message speech-to-text for agents that need to hear. Transcribes a voice message (up to 10s) for a flat $0.015 over x402; longer audio billed per 10-second block. Upload wav, mp3, m4a, ogg or webm as multipart form-data. Base URL: https://voice.cyberwarex.com - POST /transcribe $0.015 USDC — Voice message to text, billed per 10-second block - Free trial: none (an unpaid call returns the 402 price quote) - MCP: stdio MCP wrapper: voice_transcribe (deployed/x402-voice-stt/mcp_server.py; VSTT_BASE_URL to point remote) - x402 manifest: https://voice.cyberwarex.com/.well-known/x402 - OpenAPI: https://voice.cyberwarex.com/openapi.json - Example: curl -i -X POST -F 'audio=@message.wav' https://voice.cyberwarex.com/transcribe ### Onchain Query API — LIVE Pay-per-call EVM chain data for AI agents: wallet balances, token profiles with live DEX market data, spot prices, gas market, decoded transactions, and ENS — across Base, Ethereum, Arbitrum, Optimism, Polygon. No API keys, no node infra, no subscription: one x402 USDC micropayment per call. Base URL: https://chain.cyberwarex.com - GET /wallet $0.003 USDC — Wallet snapshot: native + USDC balance, tx count, contract-or-EOA, USD values - GET /token $0.004 USDC — ERC-20 profile: on-chain metadata + live DEX price, liquidity, 24h volume - GET /price $0.002 USDC — Spot USD price for a ticker, CoinGecko id, or token address - GET /gas $0.002 USDC — Live gas market: base fee, priority-fee percentiles, estimated USD cost - GET /tx $0.003 USDC — Transaction lookup + decode, including ERC-20 transfers - GET /ens $0.003 USDC — ENS resolution both directions (name to address, address to name) - Free trial: 1 call(s)/day per IP — send header 'X-Free-Trial: 1' - MCP: https://chain.cyberwarex.com (MCP: wallet/token/price/gas/tx/ens) - x402 manifest: https://chain.cyberwarex.com/.well-known/x402 - OpenAPI: https://chain.cyberwarex.com/openapi.json - Example: curl -H 'X-Free-Trial: 1' 'https://chain.cyberwarex.com/price?query=eth' ### SEO Audit — LIVE On-page SEO audit of any live URL: title/meta/canonical/robots, Open Graph + Twitter cards, headings, image alts, favicon — a 0-100 score with actionable issues, parsed from the live page on every call. Base URL: https://seo.cyberwarex.com - GET /audit $0.01 USDC — Full on-page SEO audit with 0-100 score and issues - GET /meta free — Free structured OG/Twitter/favicon metadata preview - Free trial: 1 call(s)/day per IP — send header 'X-Free-Trial: 1' - x402 manifest: https://seo.cyberwarex.com/.well-known/x402 - OpenAPI: https://seo.cyberwarex.com/openapi.json - Example: curl -H 'X-Free-Trial: 1' 'https://seo.cyberwarex.com/audit?url=https://example.com' ### Agent Search — LIVE Keyless web search for AI agents: one metasearch query across major engines on a dedicated SearXNG instance, clean trimmed JSON (title/url/snippet/engine), up to 10 results. No accounts, no API keys, no subscription. Free trial: 3 calls/day with the 'X-Free-Trial: 1' header. Base URL: https://search.cyberwarex.com - GET /search $0.003 USDC — Web search — q, category (general|news|images), lang, max_results<=10 - Free trial: 3 call(s)/day per IP — send header 'X-Free-Trial: 1' - x402 manifest: https://search.cyberwarex.com/.well-known/x402 - OpenAPI: https://search.cyberwarex.com/openapi.json - Example: curl -H 'X-Free-Trial: 1' 'https://search.cyberwarex.com/search?q=x402+protocol&max_results=3' ### Email Validation — LIVE Keyless email validation for agents & apps: RFC syntax, MX/DNS deliverability, disposable-domain detection (8k+ list), role-account & free-provider flags, typo suggestions, 0-100 score. No SMTP callouts. Free trial: 3/day with 'X-Free-Trial: 1'. Base URL: https://validate.cyberwarex.com - GET /validate $0.05 USDC — Validate one email — syntax, MX, disposable, role, score, verdict - POST /validate-batch $0.05 USDC — Batch validate up to 100 emails for one flat price - Free trial: 3 call(s)/day per IP — send header 'X-Free-Trial: 1' - x402 manifest: https://validate.cyberwarex.com/.well-known/x402 - OpenAPI: https://validate.cyberwarex.com/openapi.json - Example: curl -H 'X-Free-Trial: 1' 'https://validate.cyberwarex.com/validate?email=test@gmail.com' ### Video Intelligence — LIVE YouTube transcripts and metadata for AI agents: per-segment timed transcripts (manual or auto captions; json/text/srt) and rich video metadata (title, channel, duration, chapters, caption inventory). Never downloads media. Free trial: 1 call/day with the 'X-Free-Trial: 1' header. Base URL: https://video.cyberwarex.com - GET /transcript $0.003 USDC — Timed transcript — url (required), lang (default en), format (json|text|srt) - GET /meta $0.001 USDC — Video metadata — title, channel, duration, chapters, available captions - Free trial: 1 call(s)/day per IP — send header 'X-Free-Trial: 1' - x402 manifest: https://video.cyberwarex.com/.well-known/x402 - OpenAPI: https://video.cyberwarex.com/openapi.json - Example: curl -H 'X-Free-Trial: 1' 'https://video.cyberwarex.com/meta?url=https://www.youtube.com/watch?v=arj7oStGLkU' ### x402 Uptime Monitor — LIVE Fleet-wide reliability data over the x402 rail: uptime percentage, average response time and check counts per endpoint over 1/7/30-day windows. Add endpoints, pull stats, no signup — one USDC micropayment per call. Base URL: https://uptime.cyberwarex.com - GET /stats $0.002 USDC — Fleet-wide uptime/latency stats over 1, 7 and 30 day windows. - Free trial: none (an unpaid call returns the 402 price quote) ## How x402 works Send an unpaid request to any endpoint to receive an HTTP 402 with an `accepts` price quote and an `extensions.bazaar` discovery block. Sign the EIP-3009 USDC authorization and retry with the `X-PAYMENT` header. Gasless for the payer.