x402base-sepoliaquality 0.50

Deep web search agent powered by Google Gemini, payable via x402 on Base Sepolia.

Price
0.1 USDC / call
Protocol
x402
Verified
no

What it does

This Questflow-hosted x402 endpoint exposes an AI agent that performs deep web searches using the Google Gemini model. Callers send a POST request with a text query in the `input` field and receive a string response from the agent. Payment is handled via the x402 protocol using USDC on the Base Sepolia testnet, with a maximum cost of 0.1 USDC per request (100000 in 6-decimal units).

The endpoint is live and returns a valid 402 challenge with an output schema describing the expected input/output contract. The agent is discoverable and accepts HTTP POST. The maximum timeout per request is 1200 seconds (20 minutes), suggesting it may perform extensive multi-step searches before returning results.

Documentation is minimal — there is no OpenAPI spec, no dedicated docs page, and no usage examples beyond what the x402 challenge itself provides. The parent platform, Questflow, is primarily an AI agent economy focused on onchain market trading and prediction markets, but this particular agent is scoped to general deep web search via Gemini. Because this runs on Base Sepolia (a testnet), it is likely intended for development and experimentation rather than production use.

Capabilities

deep-web-searchgoogle-geminix402-paymentusdc-paymentbase-sepoliaagent-as-a-servicenatural-language-query

Use cases

  • Performing deep web research queries from an autonomous agent
  • Retrieving comprehensive search results via a pay-per-request model
  • Integrating web search capabilities into agent workflows using x402 payments
  • Prototyping paid AI agent interactions on a testnet

Fit

Best for

  • Developers experimenting with x402 payment-gated AI agents
  • Agent-to-agent workflows needing web search capabilities
  • Prototyping pay-per-query search integrations on Base Sepolia testnet

Not for

  • Production workloads requiring mainnet settlement
  • High-frequency, low-latency search queries (20-minute max timeout)
  • Users needing structured or schema-rich search results

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/agent/qrn:agent:682306635380bd59df4992fa \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{"input": "What are the latest developments in AI regulation?"}'

Example

Request

{
  "input": "What are the latest developments in AI regulation?"
}

Response

{
  "response": "Here are the latest developments in AI regulation: ..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x5648588e457f45208D8e7DfA032183b1cbB7d28c
CurrencyUSDC

Quality

0.50/ 1.00

The endpoint is live with a valid 402 challenge and a clear input/output schema, but there is no OpenAPI spec, no dedicated documentation, no usage examples, and the endpoint runs on a testnet (Base Sepolia). The response format is inferred from the outputSchema in the challenge.

Warnings

  • Runs on Base Sepolia testnet — not suitable for production use
  • No OpenAPI specification or dedicated documentation available
  • Response format is inferred from the x402 challenge outputSchema only
  • Maximum timeout of 1200 seconds suggests potentially long response times
  • The example response is fabricated from the schema; actual output format is unverified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:07:37Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access