▓▓▓▓ ▓▓▓ ▓▓▓▓ ▓▓▓▓▓ ▓▓▓ ▓ ▓ ▓▓▓▓▓ ▓ ▓ ▓▓▓▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓▓ ▓ ▓ ▓▓▓▓ ▓ ▓▓▓▓ ▓ ▓ ▓ ▓▓▓ ▓▓▓▓ ▓ ▓ ▓ ▓▓▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓ ▓▓ ▓ ▓ ▓▓▓▓▓ ▓ ▓ ▓▓▓ ▓ ▓ ▓▓▓▓▓ ▓ ▓ ▓▓▓▓
// distributed · peer-to-peer · decentralized LLM inference — seed tokens, leech tokens, no middleman █
One app that seeds completions from your local model and leeches completions from peers, gated by a no-free-lunch upload/download ratio — the seed/leech incentive model of the BitTorrent protocol, applied to inference. A central coordinator brokers matches, but the inference bytes flow peer-to-peer. No money in v1: pure barter.
Cross-platform desktop app (Tauri) + CLI · Rust · all downloads YOU (leech) COORDINATOR PEER (seeder)
┌───────────┐ 1. match? ┌───────────┐ ┌───────────┐
│ /v1/chat │─────────────▶│ tracker │ │ ollama / │
│ local │◀─────────────│ registry │ │ openai / │
│ endpoint │ 2. peer=X │ + ratio │ │ claude │
└─────┬─────┘ └───────────┘ └─────┬─────┘
│ │
│ 3. P2P inference stream (bytes never touch coordinator)
└────────────────────────────────────────────────┘
ratio: seed ▲ · leech ▼
NAT hole-punching is automatic — peers connect directly even behind home routers.
The tracker only brokers matches and keeps the ratio ledger. It never sees your prompts or completions.
Inference bytes stream directly between you and the seeder — encrypted in transit, no central relay.
Earn upload credit by seeding, spend it by leeching. v1 is pure barter — no wallets, no fees, no tokens-for-sale.
Direct peer connections form automatically behind typical home and office NATs. No port-forwarding.
Serve from Ollama, any OpenAI-compatible endpoint, or Claude. Seed what you already run.
Exposes a local /v1/chat/completions. Drop it into existing tools and SDKs unchanged.
v1 is for non-sensitive workloads only. The peer serving your request sees your prompt in plaintext — traffic is encrypted in transit and the coordinator is content-blind, but the seeding node is not. There is no trusted execution (TEE) yet. Don't send anything you wouldn't hand to a stranger. Confidential-compute is on the roadmap, not shipped.