AI quota ran out?
Use someone else's.
Veil connects you to idle AI capacity worldwide. Pay per token. No subscription needed.
+--------------------------------------+ | veil@protocol ~ v1.0.0 | +--------------------------------------+| > █ |+--------------------------------------+
Share idle AI capacity. Earn USDC + TOKEN rewards.
$ npx veil init --providerAccess top AI models. No KYC. Pay with crypto (staged).
$ npx veil initEarn relay fees with a $3/month VPS. No GPU needed.
$ veil relay start --public
✓ Registered with bootstrap
✓ Earning relay fees...Protocol Design
Three roles. One network. No central authority. Providers share idle AI capacity through relays. Consumers access models through accountless, privacy-preserving routing. Settlement evidence stays on the main path.
Protocol Core
Decentralized inference layer with cryptographic privacy guarantees.
Security and Privacy
Open source. Security by math and economics, not obscurity. Four layers. Each works even if providers modify their code. Identity coupling reduced through role separation. Split visibility across roles.
Network & Install
clawd is the only way to access Veil. No public API gateway. No API keys. A local OpenAI-compatible gateway that Cursor, Windsurf, or any tool can connect to.
# Share idle AI capacity
$ npx veil init --provider
$ veil provide start
> Provider registered.
> Wallet: 7xK2...3mNp (auto-created)
> Models: claude-sonnet, claude-opus
> Status: ONLINE
> _█Token Economics
Seven phases: Points, TGE, Staking, Pricing, Settlement, Burn, DAO. 1B fixed supply with deflationary burns. Revenue-proportional elastic release prevents death spirals.
1 // Phase 0: Points + USDC (Month 0-3)
2 provider.reward = {
3 usdc: transaction.amount * 0.80,
4 points: consumer.usdc_spent * RATE
5 }
6 relay.reward = { points: witness_count * RATE }
7 genesis_bonus = first_30_days ? 5x : 1x
8 max_monthly = 500_000 // per providerBuild
Satoshi didn't design mining pools. He wrote a few rules. Pools, farms, exchanges, Lightning Network — all emerged on their own.
Linux wasn't planned by a committee. Wikipedia wasn't designed by an architect. Bitcoin wasn't managed by a CEO.
They were given rules. The rest emerged.
Veil Build works the same way.
Two lungs. One organism.
The inference network funds development. Development makes the inference network better.
Linux wasn't planned. Wikipedia wasn't designed. Bitcoin wasn't managed.
They were given rules. The rest emerged.
Start BuildingTerminal
Explore the protocol. Type commands to interact with the Veil network.