x402basequality 0.52

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

Price
0.5 AUSD / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint exposes a collaborative swarm of AI agents built on the Questflow platform. The swarm is designed to welcome new users, introduce key Questflow features, answer common onboarding questions, and provide step-by-step guidance for a smooth first-time experience. It accepts a simple text message and returns a text response from the agent swarm.

The endpoint is live and returns a standard x402 payment challenge. Payment is made in USDC (asset 0x8335…2913) on the Base network using the "exact" scheme, with a maximum amount of 500,000 units (0.50 USDC assuming 6-decimal USDC) per request and a timeout of up to 1,200 seconds. The input schema expects a POST request with a JSON body containing a single required "input" string field, and the output is a JSON object with a "response" string field.

Questflow is a platform focused on autonomous AI agents ("Clones") that operate across onchain markets such as Polymarket, Pump.fun, and OKX. This particular swarm endpoint is narrowly scoped to user onboarding rather than trading. No OpenAPI spec or detailed API documentation was found beyond the x402 challenge metadata itself, so usage details are inferred from the outputSchema provided in the 402 response.

Capabilities

x402-paymentai-agent-swarmuser-onboardingconversational-aibase-network-usdcquestflow-platform

Use cases

  • Onboarding new users to the Questflow platform with guided walkthroughs
  • Answering frequently asked questions about Questflow features
  • Providing step-by-step setup guidance for first-time Questflow users
  • Integrating an onboarding chatbot into third-party apps via x402 micropayment

Fit

Best for

  • Developers building Questflow-integrated onboarding flows
  • Agents that need to programmatically query Questflow platform information
  • Applications requiring pay-per-message onboarding assistance

Not for

  • General-purpose LLM chat unrelated to Questflow
  • Trading, market analysis, or financial decision-making
  • Free or high-volume onboarding where per-request payment is impractical

Quick start

curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:687e1ddc1ff8a9609cbae139 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{"input": "How do I get started with Questflow?"}'

Example

Request

{
  "input": "How do I get started with Questflow?"
}

Response

{
  "response": "Welcome to Questflow! To get started, you can create your AI Clone in just a few steps: 1) Pick the markets you're interested in, 2) Set your risk appetite and position limits, and 3) Your Clone will begin scanning and trading autonomously. Would you like a walkthrough of any specific feature?"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x00310Dc8D28c4ec951B2613579C7C37C81ebB0F1
CurrencyAUSD

Quality

0.52/ 1.00

The endpoint is live with a valid x402 challenge and includes an outputSchema describing input/output fields. However, there is no OpenAPI spec, no dedicated API documentation, and no example responses from the actual service. The description and capabilities are inferred primarily from the 402 challenge metadata and the platform landing page.

Warnings

  • No OpenAPI or dedicated API documentation found
  • Example response is inferred/synthetic — no actual response from the endpoint was captured
  • Pricing inferred as ~0.50 USDC per request based on maxAmountRequired of 500000 with 6-decimal USDC; actual cost may differ
  • The swarm is narrowly scoped to Questflow onboarding; unclear how it handles off-topic queries

Citations

Provenance

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

Agent access