Seller Quickstart
Monetize your unused API capacity. Set your price, get paid per token in USDC.
1. Sign In
Go to surplusintelligence.ai and sign in. Navigate to the Sell page.
2. Add an Offer
Click "Add Offer" and fill in:
- Provider — select from the dropdown (Venice, OpenRouter, Together, etc.)
- API Key — paste a dedicated provider API key. It is encrypted at rest with AES-256-GCM under AWS KMS envelope encryption (ciphertext stored in a private S3 bucket); use provider-side caps/scopes where available and revoke the provider key if you remove an offer.
- Base URL — auto-filled based on provider (e.g.
https://api.venice.ai/api/v1) - Price — set per 1M tokens (input + output) or use cost multiplier (e.g. 0.5x = 50% of reference price)
- Cap — optional daily spending limit (
cap_daily_usd) in USD
Or click "Discover Models" — paste your API key and the marketplace auto-detects available models and pricing from your provider.
3. Start Earning
Once your offer is live, buyers are automatically routed to you when you're the cheapest healthy seller. You get paid USDC directly to your wallet (or a custom payout address) the moment each response completes.
Key Points
- Your endpoint must be OpenAI-compatible — standard
/v1/chat/completionsformat in and out - Settlement is per-request — USDC lands in your wallet after every completed response
- Health is passive — no uptime pings burning your quota. If a request fails, you're temporarily marked unhealthy and traffic routes to the next seller
- One offer per key, per model, per base URL. The same API key can back as many different models as you like — that is the normal case. What you cannot do is list the same model twice on the same key and base URL; a second attempt returns
409 duplicate_offer_for_credential. To list a model twice, use a different provider key. - Payout address — optionally direct settlement to a different wallet (e.g. Bankr wallet for auto top-up)
Programmatic Setup (CLI / Agents)
No browser needed — get a seller API key with just a wallet.
bash
Works from any environment: scripts, AI agents (OpenClaw, Bankr), MCP tools, CLI.
Manage Offers
bash