Most staking protocols have the same problem: yield comes from token emissions.
New tokens are printed and distributed as "rewards." The supply grows. Early stakers get diluted. The token price is structurally biased downward. This isn't yield — it's redistribution from future holders to current ones.
$SOVAI staking is different. Rewards come from real external revenue.
The Revenue Stack
SovereignAI runs two revenue-generating services:
1. SovereignSwap (Solana)
SovereignSwap routes trades through Jupiter and collects a 0.1% referral fee on every swap. Every trade — SOL/USDC, SOL/BONK, any pair — generates fee revenue deposited to the platform fee wallet.
These fees accumulate in Solana SPL tokens. When enough collects, a bridge script (Across Protocol) transfers them to Base as USDC.
2. Inference API (in development)
SC, our V100-powered training head, runs a sovereign-v2 model for AI trading signals. As the inference API opens to external callers, per-request fees add another revenue stream.
RevenueRouter: Closing the Loop
The RevenueRouter contract on Base is the piece that makes this work end-to-end:
Solana swap fees
→ Across bridge → Base USDC
→ RevenueRouter.distribute()
→ SovaiStaking.depositRewards()
→ stakers earn proportionally
RevenueRouter has a permissionless distribute() function — anyone can call it when the balance hits 1 USDC. No admin required. No trust assumptions.
SovaiStaking tracks each staker's share and distributes USDC rewards proportionally on withdrawal or claim.
What This Means for Stakers
If SovereignSwap processes $10M in monthly swap volume:
- Revenue at 0.1%: $10,000/month
- 40M SOVAI staked (full pool): $0.00025 USDC per SOVAI per month
- APY at $0.001 token price: ~30%
That's conservative. Volume grows with AI signal adoption. The inference API adds a second stream. And unlike emission-based staking, the token supply is fixed — no dilution.
The Contracts
All four contracts are deployed (testnet), open-source, 75/75 tests passing:
- SovaiToken — ERC-20, 100M fixed supply
- SovaiStaking — revenue distribution, no emissions
- SovaiPresale — USDC collection, refund support
- RevenueRouter — bridges Solana fees to Base stakers
Join the Presale
$SOVAI presale is open at $0.0005 — 50% below the $0.001 DEX listing price.