Private Access.
Permissionless AI.
Share idle AI capacity, earn rewards. Access top models with crypto. No KYC. No tracking. Open source protocol.
┌──────────────────────────────────────┐ │ veil@protocol ~ v1.0.0 │ ├──────────────────────────────────────┤│ > █ │└──────────────────────────────────────┘
Share idle AI capacity. Earn USDC + TOKEN rewards.
$ npx clawhub@latest install idle-provideAccess top AI models. No KYC. Pay with crypto.
$ npx clawhub@latest install idle-consumeSupport the network. Earn TOKEN passively.
$ clawd setup
Join the Veil network? [Y/n] YProtocol Design
Three roles. One network. No central authority. Providers share idle AI capacity through relays. Consumers access models anonymously. Everything settles on Solana.
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 stripped at source. Zero logging.
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, earn USDC + TOKEN
$ npx clawhub@latest install idle-provide
$ clawd provide start
> Mining started.
> Wallet: 7xK2...3mNp (auto-created)
> Models: claude-sonnet, claude-opus
> Status: EARNING
> _█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.
Terminal
Explore the protocol. Type commands to interact with the Veil network.