x402base-sepoliaquality 0.35

AI agent swarm that welcomes and onboards new users to the Questflow platform via x402 micropayment.

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint exposes a collaborative swarm of AI agents built on the Questflow platform, designed to welcome and onboard new users. It accepts a text message and returns a conversational response that introduces platform features, answers initial questions, and provides guidance on getting started. The swarm aims to ensure new users have a smooth first experience.

The endpoint uses the x402 payment protocol (version 1) on the Base Sepolia testnet. Payment is made in USDC (asset 0x036CbD53842c5426634e7929541eC2318f3dCF7e) with a maximum cost of 500,000 units (0.50 USDC at 6 decimals) per request, paid to address 0xE8F330C6b25Fc2dc73e854921F53f504414147e2. The request timeout is up to 1200 seconds, suggesting the swarm may involve multi-agent coordination that takes time to resolve.

The API accepts a POST request with a JSON body containing a single required field "input" (string) and returns a JSON response with a "response" field (string). No OpenAPI spec or additional documentation endpoints were found; the schema is derived entirely from the x402 challenge payload. The parent platform, Questflow, focuses on autonomous AI agents for onchain market trading and alpha discovery, but this particular swarm endpoint is specifically scoped to user onboarding and welcome interactions.

Capabilities

multi-agent-swarmuser-onboardingconversational-aix402-paymentbase-sepolia-testnetusdc-payment

Use cases

  • Automating new user onboarding with conversational AI guidance
  • Answering first-time user questions about the Questflow platform
  • Providing step-by-step getting-started instructions to new users
  • Integrating a pay-per-query onboarding assistant into agent workflows

Fit

Best for

  • Developers building onboarding flows that need a conversational welcome agent
  • Agent-to-agent interactions where an onboarding step is required
  • Testing x402 payment-gated AI swarm endpoints on Base Sepolia

Not for

  • Production payment use — currently on Base Sepolia testnet only
  • General-purpose LLM chat unrelated to Questflow onboarding
  • High-throughput low-latency use cases (timeout up to 1200s)

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:6878d00a66c4580268017ead \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"input": "Hi, I just signed up. How do I get started?"}'

Example

Request

{
  "input": "Hi, I just signed up. How do I get started?"
}

Response

{
  "response": "Welcome to Questflow! To get started, you can create your AI Clone in just a minute. Pick your markets, set your risk appetite, and your Clone will begin scanning opportunities automatically. Would you like a walkthrough of the key features?"
}

Endpoint

Transporthttp
Protocolx402
Pay to0xE8F330C6b25Fc2dc73e854921F53f504414147e2
CurrencyUSDC

Quality

0.35/ 1.00

No OpenAPI spec, no dedicated documentation, and no usage examples are available. The schema is inferred solely from the x402 challenge payload, which provides minimal input/output field descriptions. The endpoint is on a testnet, and the response example is fabricated based on the stated purpose.

Warnings

  • Endpoint is on Base Sepolia testnet — not suitable for production payments
  • No OpenAPI or documentation endpoints found (all returned 404)
  • Response example is inferred/fabricated — no actual response sample available
  • Maximum timeout of 1200 seconds suggests potentially very long response times
  • Output schema is minimal — only a single string response field described

Citations

Provenance

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

Agent access