Enigma connects idle gaming GPUs with users who need AI inference — no cloud, no middlemen. Earn ENI tokens for every prompt you serve.
Enigma orchestrates AI inference across a global mesh of consumer hardware through cryptographic incentives.
Submit any text prompt via the web dashboard or API. Pay 1 ENI per request. Your request is routed to the best available provider node.
The coordinator selects the optimal provider using a composite score: benchmark quality × user rating × reliability. Best node wins the job.
Your GPU runs the inference locally via Ollama or llama.cpp. Result is returned, validated, and ENI tokens are credited to your wallet.
Access powerful language models without sending your data to centralized clouds. Community-hosted, open, and private.
Your gaming PC earns real value while you sleep. Configure once, run forever — everything in Docker, fully automated.
Enigma speaks the protocols your tools already use — drop in as an OpenAI or Ollama endpoint with no code changes.
from openai import OpenAI
client = OpenAI(
base_url="https://www.enigmanet.org/v1",
api_key="enk_your_key_here",
)
response = client.chat.completions.create(
model="phi3:mini",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)OpenAI-compatible /v1/chat/completions
Cline, LangChain, n8n, Continue.dev, AnythingLLM, AutoGen — just swap the base URL
Ollama-compatible /api/generate + /api/chat
Open WebUI, Msty, Homebrew and any Ollama client — set host to enigmanet.org
Anthropic Messages API + MCP (planned)
Claude Desktop, Cursor agent mode and MCP-native tools — coming soon
ENI is the token that keeps Enigma honest — ensuring users never get exploited and providers always get rewarded. No middlemen. No hidden fees. Pure balance.
Pay only for what you use. ENI costs a fraction of a cent per request — with a free daily claim of 10 ENI, most users never run out. AI for everyone.
Every inference your GPU serves earns ENI — automatically, instantly, on-chain. The better your node performs, the more jobs it receives. Quality is rewarded.
ENI creates a self-regulating equilibrium: when demand rises, providers earn more. When supply grows, costs drop for users. The market finds the fair price.
ENI holders will shape the future — voting on fees, routing rules, and protocol upgrades. The network belongs to its participants.
Interface-driven architecture means every component is swappable — from SQLite to blockchain, from round-robin to distributed schedulers.
Start earning or start building — no setup fees, no lock-in.