Connect once, unlock the full routed stack
Verify $CLAWD holdings with Phantom to enable wallet-gated chat, private model lanes, stats, and tooling. No subscription layer, no copied API keys, and no confusing onboarding.
Authenticate once, then keep moving without repeated prompts.
Supports injected, Google, and Apple wallet flows via Phantom Connect.
The gate controls access while the router still picks or honors model paths cleanly.
Wallet challenge signatures stay local to your client. The gate only mints a short-lived session after proving the wallet holds enough $CLAWD.
Open Phantom Connect and choose the wallet or embedded identity you want to verify.
If signing is supported, the client proves wallet ownership before the server checks holdings.
A session cookie unlocks chat, usage, datasets, and private model lanes for the rest of the day.
Hold at least 1 $CLAWD to unlock free access. Buy directly inside Phantom or on Pump.fun — takes seconds and a tiny bit of SOL.

https://clawdrouter-zk.fly.dev classifies every request and forwards it to the cheapest capable model.- Request hits proxy with model
zkrouter/auto. - 14-dimension weighted scorer assigns a tier: SIMPLE / MEDIUM / COMPLEX / REASONING.
- Decision is written into the ZK Merkle journal as a nullifier.
- Request is forwarded to the cheapest capable OpenRouter model.
- Savings, audit trail, and ZK proof are exposed at
/statsand/v1/admin/audit.
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
model = PeftModel.from_pretrained(base_model, "solanaclawd/solana-clawd-core-ai-1.5b-lora")Brave New World & Clawd on Solana
Long-form design notes that ground this Relay UI — on-chain reinforcement learning, Consensus Learning, and the Grid / Forge / Relay / Registry / Verify split. Lived in SOUL.md, not just linked.
Brave New World: Why Blockchain + AI?
A practical case for blockchain and AI convergence, from transparent training provenance to Solana-native on-chain reinforcement learning and live Clawd training infrastructure.
Clawd: Decentralized AI and Compute on Solana SVM
A detailed architecture and protocol specification for Clawd — an open network where clients publish AI compute jobs, independent providers compete to execute them, auditors evaluate results, and Solana programs coordinate identity, escrow, commitments, disputes, reputation, and settlement.
— · —
—
—
per-call Merkle receipts
configure REDPILL_API_KEY
| Metric | Traditional ZK | DeepSolanaZKr-1 | Delta |
|---|---|---|---|
| Proof Generation | 2.1s | 0.4s | 93× |
| Verification Cost | 0.08 SOL | 0.003 SOL | 26× |
| AI-ZK TPS | ~300 | 28,000 | 93× |
| Recursion Depth | 3× | 128× | 42× |
| Privacy Cost | baseline | −91% | 91% |
| State Awareness | None | 92% Acc. | ∞ |