The GPU points program
Season One GPU points earning starts Sunday 19 July 2026: a mainnet ledger with 1% base earn on both sides of the book, derived from settled receipts. No token conversion is promised.
Season One GPU points earning starts Sunday 19 July 2026. Version s0-2026.07.7 is the receipt-derived ledger on mainnet. Eligible served receipts from the Season One launch contribute when settlement lands; immutable bonus grants contribute only under the published terms. The app, API, leaderboard, and provider view query the same ledger.
The implemented calculation
- Unit: 10,000 GPUs equals $1 of volume-equivalent.
- Customer base earn: 100 GPUs per settled dollar, equivalent to 1% of the amount charged.
- Provider base earn: 100 GPUs per settled dollar of net serve revenue after the snapshotted plan fee.
- First fill: a customer's first served fill in a model class earns a total 2× multiplier.
- Session turn: a funded-session row adds 0.25× to its multiplier. A normal session turn therefore totals 1.25×; bonuses are additive when the row is also a first fill.
- Paid plan: the receipt snapshots an additive customer bonus: Pro +0.25× (1.25× baseline), Team +0.5× (1.5×), and Enterprise +1× (2×). Developer remains 1×.
- Qualified referral: the inviter earns 500 GPUs once an invited person completes $10 of eligible settled Chat or API usage. Each member code has at most three rewards. Deposits, subscriptions, failed usage, and refunded usage do not qualify.
- Follow on X: open the native X follow intent for @Omniousai, then make one wallet-signed claim for 100 GPUs. There is no X OAuth connection, so follow confirmation is intent plus honour; the server enforces one grant per wallet.
- Share the demo: try the live Omnious demo, open the prefilled Dune-inspired X post, then make one wallet-signed claim for 250 GPUs. There is no X OAuth connection, so post confirmation is intent plus honour; the server enforces one grant per wallet.
- Reviewed feedback: specific, actionable product feedback can earn 250 GPUs after operator review, at most once per wallet per UTC month. Review is sentiment-neutral: a clear criticism is as eligible as praise. The points ledger stores the opaque UserJot item ID and review reason, never the raw feedback body.
For usage earn, only served rows count. Landed settlements contribute settled points; in-flight settlements can appear as pending, and failed settlements contribute zero. Earn uses the final charged amount, so returned authorization overage contributes nothing. An upheld challenge does not erase the customer row: the separate challenge terms apply a provider-points reduction and challenger credit. There is no undisclosed referral reward, streak multiplier, provider reliability multiplier, maker pool, staking boost, or governance multiplier in this version. Paid-plan, referral, social, and feedback bonus GPUs do not increase the balance eligible for integrity-challenge staking.
A ledger derived from receipts
There is no mutable points-balance table. Customer and provider scores are queries over settled usage_records; referral rewards additionally join immutable invite attribution to the invitee's qualifying settled usage, and each published X action creates its own immutable, wallet-signed bonus-grant row. An approved feedback item creates an operator-attributed immutable grant plus a separate bounded review record. Challenge locks, forfeits, bounties, and slashes are sums over versioned challenge rows. Web, API, and SDK usage therefore read the same result without a separate mint or backfill path.
Tier thresholds
| Tier | Lifetime settled GPUs |
|---|---|
| Wanderer | 0 |
| Fremen | 1,000 |
| Fedaykin | 10,000 |
| Naib | 100,000 |
Integrity use is a separate gate
Version s0-2026.07.1 can use settled GPUs as the stake asset for an approved, receipt-scoped challenge, excluding paid-plan, referral, social, and feedback bonus GPUs. That path is also Shadow: approved reviewer wallets only, with an operator recording the verdict. Its implementation does not activate public rewards and does not imply future token or USDC collateral.
s0-2026.07.7.- mechanisms.json status, approved claims, and non-claims
- router/src/growth/points.ts the ledger derivation, weights, and tiers
- router/src/trust/challengeEconomics.ts separately gated challenge terms