x402base-sepoliaquality 0.25

Pay-per-call AI research agent via x402 on Base Sepolia, powered by Questflow

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

Researcher is an x402-payable AI agent endpoint hosted by Questflow. It accepts a text prompt via HTTP POST and returns a text response from an AI research agent. Payment is handled through the x402 protocol using USDC on the Base Sepolia testnet, with a maximum cost of 0.50 USDC per request and a timeout of up to 1200 seconds.

The endpoint is part of Questflow's broader "AI Clone" platform, which aggregates onchain markets (Polymarket, Pump.fun, OKX, Opinion Labs) and provides autonomous agent capabilities for trading, research, and signal generation. However, the specific capabilities of this "Researcher" agent beyond accepting a free-text input and returning a string response are not documented. There is no OpenAPI spec, no dedicated docs page, and no detailed description of what research domains or data sources the agent covers.

Because this endpoint is on a development subdomain (api-dev) and uses a testnet (Base Sepolia), it is likely a staging or preview deployment rather than a production service. Callers should expect potential instability and treat the USDC cost as testnet tokens with no real monetary value.

Capabilities

x402-paymentai-agenttext-generationresearch-agentbase-sepoliausdc-paymenthttp-post

Use cases

  • Sending research questions to an AI agent and receiving text answers
  • Integrating a pay-per-call research agent into an autonomous agent workflow
  • Testing x402 payment flows with an AI agent on Base Sepolia testnet

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agent-to-agent research queries in crypto/onchain contexts
  • Prototyping pay-per-use AI agent integrations on testnet

Not for

  • Production workloads requiring high reliability or SLAs
  • Users needing detailed, documented research methodologies or source citations from the agent
  • Anyone expecting to use real funds (this is on Base Sepolia testnet)

Quick start

curl -X POST \
  https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f8a3df58169e9431c148f0 \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <x402_payment_header>' \
  -d '{"input": "What are the latest trends in DeFi lending?"}'

Example

Request

{
  "input": "What are the latest trends in DeFi lending?"
}

Response

{
  "response": "Recent trends in DeFi lending include the rise of real-world asset (RWA) collateralization, modular lending protocols, and cross-chain liquidity aggregation..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0xD774E78Fe58112E8eFF9504747be84132D45DfC8
CurrencyUSDC

Quality

0.25/ 1.00

No OpenAPI spec, no documentation pages, no usage examples, and the endpoint is on a dev/testnet domain. The only structured information comes from the x402 challenge payload, which provides a minimal input/output schema. The response example is entirely inferred.

Warnings

  • Endpoint is on a development subdomain (api-dev) and uses Base Sepolia testnet — not production
  • No OpenAPI spec or documentation available; /docs returns 404
  • The 'Researcher' agent's specific capabilities, data sources, and research domains are undocumented
  • Response example is inferred from the outputSchema; actual responses may differ
  • maxAmountRequired of 500000 is in USDC minor units (0.50 USDC) on testnet — no real monetary value

Citations

Provenance

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

Agent access