Skip to content
Router One

Stablecoin treasury funding

Fund AI API Spend from a Stablecoin Treasury

Finance tops up one Router One wallet in USDT or USDC. Engineering draws on that balance through budget-capped API keys instead of personal or corporate cards, and calls GPT, Claude, Gemini, DeepSeek, and other models through one OpenAI-compatible endpoint. Every top-up and every request lands in a history the team can reconcile.

Assets
USDT and USDC
Funding model
One wallet, many budget-capped keys
Spend
Deducted per token from a USD wallet
Reconciliation
Top-up and per-request usage history

How a treasury-funded team runs model spend

This page covers the funding workflow. The rails themselves — supported chains, confirmation times, gas economics, and the current minimum top-up — live on one canonical page, /pay-with-crypto.

Finance funds the wallet, not each developer

One transfer from the treasury wallet covers the whole team for the period. Nobody expenses a personal card, and nobody waits on a corporate card that does not clear for USD developer tools.

Engineering draws on budget-capped keys

Each service, agent, environment, or client project gets its own API key with a maxSpend ceiling. The ceiling is the budget decision, enforced by the gateway instead of tracked in a spreadsheet.

Spend stops at the cap, not at the invoice

A key that reaches its maxSpend returns HTTP 402 while the rest of the team keeps working. A retry loop in one job cannot quietly consume the quarter's budget.

Reconciliation without provider portals

One transaction history lists top-ups alongside per-request charges with model, tokens, latency, status, and cost, so a finance review does not mean logging into several provider accounts.

Where stablecoin funding fits best

Teams already paid in stablecoins

If revenue and payroll already move in USDT or USDC, funding model usage from the same treasury removes an off-ramp step before engineering can ship.

Distributed teams without a shared card

Contributors across several countries can all draw on one funded wallet through their own keys, without a single shared card number circulating in chat.

Studios billing usage back to clients

Issue one key per client project, read that key's usage when you invoice, and build your own service on top of Router One with margins you set.

Teams that budget by quarter

Fund once per period and split the balance across keys. Raising a cap is a dashboard change, not a new payment run.

Clear limits

Refunds follow one policy

Unused base credits may be refundable within 14 days according to the Refund Policy. Consumed credits, bonus credits, and payment-channel fees are not refundable except where required by law. Wallet balance cannot be withdrawn back to stablecoins and never expires.

No wrong-chain recovery guarantee

Funds sent on an unsupported chain or token may be unrecoverable, which is standard for any on-chain deposit. Match the token and chain shown at checkout exactly.

Compliance-aware billing

Router One frames stablecoin billing as a USDT/USDC payment option for global teams, not regulatory avoidance.

Enterprise identity is separate

Self-serve top-ups are lightweight, while contracts, invoices, abuse reviews, or legal requests may require extra information.

Treasury funding versus putting model spend on cards

What a funded team needsRouter One
Fund model usage for a whole team at onceOne stablecoin top-up into a shared USD wallet
Give each service its own limitOne API key per service with a maxSpend ceiling
Stop a runaway job before it billsThe key returns 402 at its cap; the rest of the wallet is untouched
Reconcile at the end of the periodTop-ups and per-request charges in one history
Onboard a developer without a cardIssue a key from the funded account
Keep the SDK the team already usesOpenAI-compatible endpoint, one base-URL change

Use the funded balance from any OpenAI-compatible client

Finance funds the wallet once; each service gets its own key. The funding method does not change your SDK integration.

.env
# Router One uses the OpenAI-compatible Chat Completions API
OPENAI_BASE_URL=https://api.router.one/v1
OPENAI_API_KEY=sk-rk-your-router-one-key


# Claude Code — ANTHROPIC_API_KEY is not required
ANTHROPIC_BASE_URL=https://api.router.one
ANTHROPIC_AUTH_TOKEN=sk-rk-your-router-one-key

FAQ

Can a team fund AI API usage from a stablecoin treasury?

Yes. Top up one wallet with USDT or USDC. The balance is denominated in USD and every API key on the account draws from it.

Does each developer need their own payment method?

No. Developers receive an API key. Only the account that funds the wallet touches a payment rail at all.

Which networks and minimums apply?

Supported chains, confirmation times, gas economics, and the current minimum top-up are listed on the stablecoin top-up page at /pay-with-crypto.

Do I need a credit card?

No credit card is required for stablecoin top-ups. A card or Alipay through one hosted checkout is available for teams that prefer that rail.

Can I cap what a single service or client project spends?

Yes. Each API key carries its own maxSpend, rate limit, and token-per-minute ceiling, so one workload cannot spend another team's budget.

Are unused balances refundable?

Unused base credits may be refundable within 14 days according to the Refund Policy. Consumed credits, bonus credits, and payment-channel fees are not refundable except where required by law. Wallet balance cannot be withdrawn back to stablecoins and never expires.

Can I get an invoice?

Enterprise invoicing is available through sales. Self-serve wallet history is visible in the dashboard for reconciliation.

Related

Fund model usage from the treasury you already run

Create an API key