Wallet — Provider account
Registration is address-based. ProviderAccountV3 records provider wallet, pending provider USDC, status, and timestamps. Current v3 registration has no upfront USDC collateral transfer.
Mainnet active · Solana
ClawFarm routes wallet-funded inference through AIRouter, records native USDC settlement on Solana Mainnet, and turns finalized epoch roots into auditable provider and Buyer claims.
Settlement
| Timestamp | Provider wallet | Consumer wallet | Model | Tokens metered | USDC settled | Base charge | Protocol tax |
|---|---|---|---|---|---|---|---|
| Loading settled calls. | |||||||
Current technical implementation records payments through masterpool v3 and settles ended epochs through aggregate roots and Merkle claims.
Mining
Payment records do not pay direct per-call rewards. Finalized epoch roots carry Buyer and Provider allocations, and Merkle claims transfer CLAF directly from the reward vault. Mainnet uses 1-hour epochs without changing the configured CLAF emission inventory.
70%
30%
Direct
1 hour
Mainnet epoch duration is stored in GlobalConfigV3. Settlement batches and finalized roots determine when Provider and Buyer claims become available.
| Wallet | Role | CLAF amount | Timestamp |
|---|---|---|---|
| Loading mining events. | |||
State
1B
CLAF Genesis inventory3%
Payment tax cap70%
Provider reward pool1 hour
Epoch durationValues are rendered from the selected network profile. Mainnet is the default on first visit; Devnet remains available in the network selector.
Catalog
The available catalog is operational data, not a hard-coded protocol registry. Authenticated Buyers query AIRouter before selecting a model.
Supply
Registration is address-based. ProviderAccountV3 records provider wallet, pending provider USDC, status, and timestamps. Current v3 registration has no upfront USDC collateral transfer.
Endpoint, model, price, quality, and limits belong to app, gateway, or operator-directory metadata.
Payment recording uses delegated payer USDC authority; finalized settlement roots verify provider and buyer Merkle proofs.
Explorer
Treasury
Every Mainnet payment uses a bounded payment tax rate. The tax moves to the treasury vault, while the base charge moves to provider pending revenue. The live masterpool program exposes payment, settlement-root, challenge, and claim instructions; treasury operations beyond those instructions remain policy commitments.
Payment tax cap
3%
Treasury vault
0.134624 USDC
Provider pending vault
8.756996 USDC
Target treasury policy
Whitepaper
Treasury and pending provider balances come from the dated point-in-time snapshot shown for the selected network.
Interface
Direct AIRouter HTTP. Authenticate with the wallet-bound Buyer key and use a model returned by the live model catalog.
curl "$CLAWFARM_GATEWAY_URL/clawfarm/chat/completions" \
-H "Authorization: Bearer $CLAWFARM_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"<model-id>","messages":[{"role":"user","content":"Hello"}]}'No ClawFarm SDK is required. → HTTP quickstart
Economics
CLAF emission inventory is minted at Genesis. Epoch rewards are allocated by finalized buyer and provider usage weight.
USDC settlement is epoch-root based. The configured tax rate routes tax to treasury, records base charge as pending provider revenue, and releases provider USDC through finalized root claims.
Reward claims transfer CLAF directly from the reward vault to provider or buyer token accounts.
Contact the ClawFarm team to receive a one-time cfk_* API key, bind a public Solana Mainnet wallet, fund it with native USDC, and call AIRouter directly over HTTP.
Open Buyer onboarding →Contact the ClawFarm team with the upstream API protocol, base URL, model and pricing metadata, a securely delivered API key, and a public Mainnet provider wallet.
Open Provider onboarding →