x402base-sepoliaquality 0.25

x402-payable Web3 trading agent that responds to natural-language prompts about onchain markets.

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

Web3 Trader is an x402-enabled AI agent endpoint hosted on Questflow's infrastructure. It accepts a natural-language text input via HTTP POST and returns a string response from the agent. Payment is handled through the x402 protocol on the Base Sepolia testnet using USDC, with a maximum charge of 0.5 USDC per request.

The agent is part of Questflow's "AI Clone" platform, which aggregates onchain markets such as Polymarket, Pump.fun, Opinion Labs, and OKX. Based on the platform's marketing, these agents scan prediction markets, meme-coin launches, and other crypto opportunities. However, the specific capabilities of this particular "Web3 Trader" swarm agent are not documented beyond its name and the minimal input/output schema exposed in the x402 challenge.

The endpoint is currently on a development/testnet domain (api-dev.intra-tls2.dctx.link) and uses Base Sepolia (a testnet), which suggests it is not yet production-grade. No OpenAPI spec, detailed documentation, or usage examples are available. The output schema is simply a string response, so the depth and quality of the agent's answers are unknown without live testing.

Capabilities

x402-paymentnatural-language-inputweb3-trading-agentbase-sepolia-usdconchain-market-aggregationprediction-market-analysis

Use cases

  • Asking an AI agent for analysis or opinions on onchain market opportunities
  • Querying prediction-market positions or crypto trading signals
  • Integrating a pay-per-call Web3 trading assistant into an agent pipeline
  • Exploring x402-protocol payment flows on Base Sepolia testnet

Fit

Best for

  • Developers experimenting with x402 payment protocol for AI agents
  • Users wanting a conversational interface to Web3 market intelligence
  • Agent-to-agent workflows that need an onchain-aware trading sub-agent

Not for

  • Production trading with real funds (currently on testnet)
  • Users needing detailed, documented API schemas or guaranteed SLAs
  • Non-crypto use cases with no relation to onchain markets

Quick start

curl -X POST \
  https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f84f48ed94064fa9cb45f3 \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <x402_payment_token>' \
  -d '{"input": "What are the top prediction market opportunities right now?"}'

Example

Request

{
  "input": "What are the top prediction market opportunities right now?"
}

Response

{
  "response": "Based on current Polymarket data, the top opportunities include..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x5E0d68108C2FC84104C8fc693Dd8DaD561dfcb60
CurrencyUSDC

Quality

0.25/ 1.00

No OpenAPI spec, no documentation pages (all return 404), no usage examples, and the endpoint runs on a testnet (Base Sepolia). The only concrete technical information comes from the x402 challenge payload, which provides a minimal input/output schema. Significant inference was required for most fields.

Warnings

  • Endpoint is on a development domain (api-dev) and uses Base Sepolia testnet — not production-ready
  • No API documentation, OpenAPI spec, or detailed schema available
  • The example response is entirely fabricated for illustration; actual agent output is unknown
  • Description says 'Powered by Questflow' — a third-party platform whose reliability and uptime are unverified
  • maxTimeoutSeconds is 1200 (20 minutes), suggesting potentially very long response times
  • Financial/trading domain — outputs should not be treated as financial advice

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 18:49:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access