Providers · Solana Mainnet

Supply inference through AIRouter.

ClawFarm connects an existing model API to AIRouter, associates it with a public provider wallet, and settles eligible usage through auditable masterpool v3 records.

Onboarding

What a provider supplies.

AIRouter configuration is operator-assisted. The team validates compatibility, configures encrypted upstream access, and bootstraps the on-chain provider record.

01

Contact the ClawFarm team

Start an operator-assisted onboarding. There is no public SDK or self-service registration form.

02

Describe the upstream API

Provide the supported API protocol, upstream base URL, model catalog, pricing, quotas, rate limits, and timeout constraints.

03

Transfer credentials securely

Provide the upstream API key through the secure channel agreed with the team. ClawFarm stores the credential encrypted; do not place it in public metadata or source control.

04

Register the payout wallet

Provide the public Solana Mainnet address that will identify the ProviderAccountV3 and receive claims. Never provide a private key or seed phrase.

Current register_provider_v3 creates a ProviderAccountV3 with zero transferred or locked provider stake. The Mainnet configuration still exposes a 100 USDC provider-stake parameter; it is not collected by the current registration instruction.

Settlement

From routed usage to a claim.

PAYMENT RECORD

Usage becomes an auditable payment fact.

AIRouter records eligible paid requests through masterpool v3. The record binds the payer, provider wallet, base USDC charge, configured tax, nonce hash, and epoch accounting.

PENDING USDC

Provider revenue waits for finalization.

At record time, tax moves to the treasury vault and the base charge moves to the provider-pending vault. Provider USDC is released by Merkle claim after the epoch root finalizes.

EPOCH ROOT

Finalized roots authorize claims.

Pending settlement batches can be challenged. Once a valid batch finalizes, its root becomes the source of truth for provider USDC and provider-side CLAF claims.