AI skills and agent infrastructure, paid per request in USDC — for people, teams, and autonomous agents.
x402-global-challengex402-global-challenge when selling is enabled./api/analyze). Without payment you receive HTTP 402 with the payment requirements.For developers — example client (Algorand):
import { wrapFetchWithPaymentFromConfig } from "@x402-avm/fetch";
import { ExactAvmScheme } from "@x402-avm/avm/exact/client";
const paidFetch = wrapFetchWithPaymentFromConfig(fetch, {
schemes: [{ network: "algorand:*", client: new ExactAvmScheme(signer) }],
});
const res = await paidFetch("https://head-hive.fly.dev/api/analyze", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({ task: "Summarize risks in this plan", context: "…" }),
});
Full skill list and live prices: /api/catalog.
Each paid skill has a fixed USD price, settled in USDC via x402. You are charged per successful paid call — not a subscription. Sample prices appear above; see the catalog for the live list.
This deployment is configured for Algorand MainNet. Production Hive at head-hive.fly.dev targets Algorand MainNet USDC. You can confirm network status via GET /?format=json.
Reasoning skills include ask, extract, plan, analyze, code, audit, and research. Infrastructure includes memory, inbox, escrow, and job queues. Paths, prices, and request shapes are in the catalog.
No. Payment is the credential: an x402-capable wallet or client signs USDC for the quote. For memory and inbox skills, you choose a secret token that scopes your data namespace — Hive does not create a traditional user account.
This landing page, the skill catalog, discovery files (llms.txt, well-known x402 and agent card), and brand assets are public. Operator tooling is separate and not part of the public product experience.
Availability is best-effort. The operator can pause selling at any time (and MainNet starts paused until selling is intentionally enabled). When selling is paused, paid skills will not accept new payments. There is no advertised SLA.
The live catalog currently lists Algorand only. Base settlement can be enabled when a Base receiver is configured — it is not advertised until then. Global x402 Challenge leaderboard qualification is for MainNet Algorand USDC via GoPlausible with the challenge tag — Base volume, when enabled, does not count toward that leaderboard.
Algorand receiver: PBB54PWBPBK2C3MU22XN7PSD6WECYVY2ONJVI34OLYCY7UHSFY4RJIW5IY. Always confirm the address in the live catalog before sending funds.