Questflow "Santa" swarm agent for on-chain rewards, analytics, community comms, and feedback loops via x402 micropayment.
What it does
This x402 endpoint exposes Questflow's "Santa" swarm agent — a Swarm of Autonomous Networked Task Agents designed for crypto teams. The agent is described as a bespoke on-chain chief-of-staff, pre-loaded with workflows that handle rewards distribution, analytics, community communications, and feedback loops.
The endpoint accepts a POST request with a JSON body containing a single `input` string field (your message to the agent) and returns a JSON response with a `response` string field. Payment is required via the x402 protocol on the Base network using USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), with a maximum cost of 500,000 units (0.50 USDC given 6 decimals) per request and a timeout of up to 1,200 seconds.
Questflow is a platform focused on AI agents for the on-chain economy, aggregating markets like Polymarket, Pump.fun, and OKX. Documentation for this specific swarm endpoint is sparse — there is no OpenAPI spec, no dedicated docs page, and the crawled site focuses on Questflow's consumer "Clone" product rather than the swarm API. The input/output schema is inferred entirely from the x402 challenge's `outputSchema` field. Actual agent capabilities (what workflows it can execute, what data sources it accesses) are not documented beyond the high-level description.
Capabilities
Use cases
- —Automating on-chain reward distribution workflows for crypto projects
- —Getting analytics summaries about on-chain activity via natural language
- —Managing community communications through an AI agent
- —Running feedback loops for crypto team operations
- —Querying an autonomous agent swarm for crypto-related tasks
Fit
Best for
- —Crypto teams needing an AI-powered operations assistant
- —Developers building agent-to-agent workflows with x402 micropayments
- —Projects wanting automated community and rewards management
Not for
- —Users needing detailed API documentation or guaranteed SLAs
- —Non-crypto use cases with no on-chain component
- —Applications requiring deterministic, schema-rich structured outputs
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:687e352657b6ecbe00424694 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "Summarize recent on-chain reward distributions"}'Example
Request
{
"input": "What are the latest community reward distributions for our project?"
}Response
{
"response": "Here is a summary of the latest reward distributions..."
}Endpoint
Quality
The endpoint is live (402 challenge confirmed) with a clear outputSchema defining input/output fields, but there is no OpenAPI spec, no dedicated documentation, and the crawled pages provide no details about the swarm agent's actual capabilities. The description and use cases are largely inferred from the challenge metadata and the high-level marketing copy.
Warnings
- —No API documentation found — /docs, /api, /pricing, /README all return 404
- —Agent capabilities (rewards, analytics, comms, feedback) are stated in the description but not documented or verifiable
- —Output schema is minimal (single string in, single string out) with no error schema
- —The example response is fabricated for illustration; actual responses are unknown
- —maxAmountRequired of 500000 is assumed to be 0.50 USDC (6 decimals) but not explicitly confirmed
Citations
- —The endpoint returns a 402 challenge on POST with x402Version 1, accepting USDC on Base networkhttps://api.questflow.ai/x402/swarm/qrn:swarm:687e352657b6ecbe00424694
- —maxAmountRequired is 500000 with asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (USDC) and maxTimeoutSeconds of 1200https://api.questflow.ai/x402/swarm/qrn:swarm:687e352657b6ecbe00424694
- —Questflow aggregates Polymarket, Pump.fun, OKX, and other on-chain marketshttps://api.questflow.ai
- —The agent description mentions workflows for rewards, analytics, community comms, and feedback loopshttps://api.questflow.ai/x402/swarm/qrn:swarm:687e352657b6ecbe00424694