Prompt and identity, permanently linked
1:1
Bodegga · Anonymous inference
Anonymous, peer-to-peer LLM inference. No relay, broker, or host ever holds both who you are and what you asked.
peers·1,204 · median·31ms · requests·anon
The problem
Every prompt you send is tied to your account, stored next to your identity, and quietly used to build a profile of you. The provider doesn't just answer your question — it remembers who asked.
1:1
∞
1
The guarantee
sees: ip
sees: ciphertext
sees: prompt
Being honest about the limits: on the Open tier, the host that runs your model can read your prompt — it just has no way to link it back to you. If you want the host blind to content too, choose the Confidential tier, which runs inference inside a hardware-attested enclave the operator can't inspect.
How it works
A blind-signed token proves you're entitled to a request without revealing who you are.
Your request passes through a relay that sees your IP address — never your prompt.
The broker matches you to the nearest fast host by latency. It sees ciphertext, not you.
A volunteer host runs the model and streams the answer back. It sees the prompt, never you.
The network
Model weights move like torrents — content-addressed with BLAKE3, seeded peer to peer across the network.
blake3
Each individual request still runs the whole model on one nearby host, so answers stay fast and coherent.
1 host / request
If a host drops mid-download, the tracker just points peers elsewhere — the same latency beaconing that seeds routing keeps the mesh honest about who's actually fast right now.
heartbeat·5s
Contribute
Lluma runs on skin in the game, tiered to whatever hardware you've got. Everyone puts something in before they take something out — no leeching.
★ ★ ★
Run inference for the network on your GPU. The biggest contribution earns the most credit.
earns ★★★
★ ★ ☆
Help distribute model weights and relay encrypted traffic for other peers.
earns ★★
★ ★ ☆
Contribute spare capacity from a commercial provider key you already have.
earns ★★
Trust tiers
Any GPU · unlinkable · signed no-log software
Runs on any volunteer host. The host can read the prompt it's asked to answer — it just has no way to connect that prompt to you. Host software is signed and built to keep no logs.
tier: open
TEE-attested · operator-blind
Runs inside a hardware-attested trusted execution environment. Even the person operating the machine can't see the prompt or the answer.
tier: tee
Get started
Run a node, contribute capacity, and help carry inference that no one can trace back to anyone.
Run a node$ lluma run-node — coming in the app