Mainnet active · Solana

Receipt settlement for inference.

Mainnet v3 activeEpoch: 1 hourSnapshot: Mainnet v3 point-in-time snapshot read on 2026-07-30 13:20 UTC
MainnetMainnet v3 activeMainnet v3 point-in-time snapshot read on 2026-07-30 13:20 UTC

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

Settlement, live.

TimestampProvider walletConsumer walletModelTokens meteredUSDC settledBase chargeProtocol tax
Loading settled calls.

Current technical implementation records payments through masterpool v3 and settles ended epochs through aggregate roots and Merkle claims.

Mining

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.

Provider epoch pool

70%

Buyer epoch pool

30%

Reward claims

Direct

Mainnet epoch cadence

1 hour

Mainnet epoch duration is stored in GlobalConfigV3. Settlement batches and finalized roots determine when Provider and Buyer claims become available.

WalletRoleCLAF amountTimestamp
Loading mining events.

State

The protocol, in four numbers.

1B

CLAF Genesis inventory

3%

Payment tax cap

70%

Provider reward pool

1 hour

Epoch duration

Values are rendered from the selected network profile. Mainnet is the default on first visit; Devnet remains available in the network selector.

Catalog

Discover models through AIRouter.

The available catalog is operational data, not a hard-coded protocol registry. Authenticated Buyers query AIRouter before selecting a model.

Catalog
GET /clawfarm/v1/models returns the model IDs currently exposed to the authenticated Buyer.
Selection
Send the selected ID through the matching OpenAI-, Anthropic-, or Google-compatible AIRouter route.
On-chain scope
Masterpool v3 records payment and settlement facts; model and endpoint metadata remain in AIRouter.

AIRouter route reference →

Supply

Identity-blind supply.

WalletProvider account

Registration is address-based. ProviderAccountV3 records provider wallet, pending provider USDC, status, and timestamps. Current v3 registration has no upfront USDC collateral transfer.

DirectoryOff-chain metadata

Endpoint, model, price, quality, and limits belong to app, gateway, or operator-directory metadata.

ProofSettlement proofs

Payment recording uses delegated payer USDC authority; finalized settlement roots verify provider and buyer Merkle proofs.

Explorer

Protocol state.

Network

Masterpool v3 program
263W...rVGF
CLAF mint
C9C4...mCu7
Masterpool v3 config
6CAC...WX1m

Snapshot

Epoch duration
1 hour
Challenge window field
30 seconds
Treasury vault
0.134624 USDC
Provider pending vault
8.756996 USDC

Full state view →

Treasury

Treasury and pending revenue.

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

Snapshot scope
Treasury and pending provider vault balances are exposed through the selected network profile.
Event stream
No automated swap-and-retirement event stream is exposed by the current contract.

Treasury and pending provider balances come from the dated point-in-time snapshot shown for the selected network.

Full state view →

Support protocol infrastructure →

Interface

The 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

Emission follows usage.

Emission

CLAF emission inventory is minted at Genesis. Epoch rewards are allocated by finalized buyer and provider usage weight.

Settlement

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.

Distribution

Reward claims transfer CLAF directly from the reward vault to provider or buyer token accounts.

For Buyers.

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 →

For providers.

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 →