April 2026
V1.0 — ATOM PHASEIAMINE is a decentralized AI network where anyone can contribute computing power — CPU or GPU — to run LLM inference and earn $IAMINE tokens.
Unlike centralized AI services that lock inference behind expensive APIs and proprietary infrastructure, IAMINE distributes inference across heterogeneous machines worldwide. A laptop with 4 GB of RAM and a server with 64 GB of VRAM cooperate in the same pool, each running the model best suited to their hardware.
The core principle: contribute compute, earn tokens. Spend tokens, access AI. No middleman. No vendor lock-in. No data harvesting.
The current AI landscape suffers from fundamental structural issues:
IAMINE solves these problems with an open-source, distributed inference pool:
IAMINE follows a biological evolution in three phases:
| Phase | Unit | Analogy | Status |
|---|---|---|---|
| Phase 1 | Atom | 1 VPS + N workers (nucleus + electrons) | CURRENT |
| Phase 2 | Molecule | K federated atoms (covalent bonds) | Design |
| Phase 3 | Cell | M coordinated molecules (multi-cellular organism) | Vision |
One nucleus (VPS running the pool) surrounded by electrons (workers contributing compute).
Multiple autonomous atoms that help each other. Discovery via seed list and gossip protocol. Trust established via Ed25519 challenge-response with 4 trust levels (unknown, seen, trusted, bonded). Cross-atom routing when local capacity is saturated.
Coordinated molecules with specializations: CHAT, CODE, RAG, EDGE, TRAINING. A simplified Raft consensus ensures coherence. A global capability registry enables auto-routing across molecules.
Conversations are stored in a three-tier memory system:
Facts extracted from conversations are vectorized and stored in PostgreSQL via pgvector. Retrieval-augmented generation enriches responses with relevant prior context. All data is encrypted with zero-knowledge encryption — even the server cannot read your facts.
The pool natively supports OpenAI-style tool-calls. Coding agents like OpenCode, Cursor, and aider can use IAMINE as a drop-in replacement for OpenAI. File writes, code execution, and multi-step reasoning work out of the box.
When a small model (e.g., 9B) encounters a problem beyond its capability, it can delegate to a larger model (30B+) automatically via the think tool. The user sees a seamless response; the pool handles the orchestration.
If all workers of a given tier are busy, the pool automatically falls back to the next available tier. The doctrine is zero-503: the network never returns an error without attempting a response.
Memory is strictly opt-in. Users choose whether their conversations are persisted. When opted out, data is ephemeral and destroyed at the end of the session. Full GDPR compliance.
The $IAMINE token is the native unit of exchange in the network. It aligns incentives between contributors and consumers.
| Action | Effect |
|---|---|
| Contribute compute (run a worker) | Earn $IAMINE |
| Use the API (send prompts) | Spend $IAMINE |
| Join the network (first connection) | Welcome bonus |
| Maintain uptime (loyalty) | Loyalty rewards |
The pool uses a deficit scoring algorithm to balance load fairly. Workers that have contributed the most compute but received the fewest jobs accumulate a "deficit" that gives them priority for the next incoming request. This ensures that no worker is starved and that the network remains balanced.
The flywheel: More workers = more capacity = faster responses = more users = more demand = more rewards for workers.
Harden the pool, publish on GitHub, open alpha access, automated testing, API documentation.
macOS Metal support, USB bootable distro (zero-config worker), Android worker app, improved onboarding.
Inter-atom discovery and trust protocol. Federated accounts. Cross-atom routing. Distributed RAG.
Specialized molecules (CHAT, CODE, RAG, EDGE). Raft consensus. Global capability registry. $IAMINE token on-chain.
Join the network in 60 seconds. One command installs the worker and auto-detects your hardware (CPU threads, RAM, GPU) to pick the best model for your machine.
That's it. Your machine is now contributing compute to the IAMINE network and earning $IAMINE tokens.
Requirements: Python 3.10+, 4 GB RAM minimum. GPU optional but recommended. Windows, Linux, or macOS.