BUILD ON
BOURSE.
Bourse is an on-chain inference exchange. Consume models via two rails — API key + credits, or x402 pay-per-call. Produce models via two rails — list a tokenized model (Bourse-native or external pump.fun via a pluggable distributor), or deploy a tokenized agent that uses Bourse as its inference rail.
API_KEY + CREDITS
Traditional dev experience. Drop-in for OpenAI.
- ›Generate a bs_live_ key
- ›Top up with a card or USDC on Solana mainnet
- ›Use the OpenAI SDK — just swap baseURL + apiKey
- ›Streaming, multi-provider failover, dashboard
Production apps. Anyone who already has an OpenRouter / OpenAI workflow.
X402 PAY-PER-CALL
Per-call USDC from any Solana wallet. No Bourse account.
- ›First call returns HTTP 402 with payment terms
- ›Sign + retry with X-PAYMENT header
- ›Settled on-chain in the same request
- ›Per-call USDC routes to the model's revenue vault
AI agents. Ephemeral scripts. Anyone who pays from their own wallet.
CREATORS
List a model. Earn USDC per inference. Holders get buyback-and-burn.
- ›Track A — Bourse-native Token-2022 (transfer-fee mint)
- ›Track B — external SPL via pump.fun (bonding curve, pluggable distributor)
- ›Per-call USDC routes to your model's revenue vault
- ›Buyback crank: vault USDC → buy + burn your token
Model creators. Anyone with an AI model who wants per-inference revenue + an on-chain token tied to demand.
AGENTS · CLAWPUMP
Deploy a tokenized agent. Bourse is its inference rail.
- ›Agent platforms run the agent + token rail (e.g. ClawPump on pump.fun)
- ›Bourse runs the multi-provider inference rail
- ›Bourse-as-a-skill — agent calls x402 per inference, no Bourse account
- ›Per-call USDC feeds the agent's token buyback loop
Builders launching tokenized AI agents. ClawPump is v1's reference partner; the x402 pattern works with any agent platform.
// SHARED_PRIMITIVES
All four rails share the same underlying mechanics. Pick the rail that fits your role; the on-chain economy underneath is unified.
// MULTI-PROVIDER
Cerebras, DeepSeek, Akash, Chutes, HuggingFace, Together, Groq, Anthropic. Router resolves to the cheapest active offer.
// AUTO-FAILOVER
On upstream error, request retries the next-cheapest candidate. Hold tops up on price deltas. Transparent to the caller.
// USDC SETTLEMENT
x402 settles in real Circle USDC on Solana mainnet (live 2026-05-06). API-key credits + tokenized-model trading remain on devnet until protocol audit.
// BUYBACK-AND-BURN
Tokenized models accumulate USDC in an on-chain vault. Crank swaps USDC for the model's token and burns it. Demand → deflation.
// QUESTIONS · @BOURSE_EX ON X