Technical answers to common questions about Ailo Network, the AI architecture, and the cryptocurrency.
I built it entirely from scratch. Ailo Network does not use external platforms like OpenAI, Hugging Face, or any cloud AI services.
The entire system was developed in-house:
We leverage Transformers.js (Hugging Face) for browser-optimized model loading, enabling:
You can earn AiloCoin by contributing your browser's computing power to distributed AI inference.
How to earn:
Ailo Network uses a Recovery Key system instead of email verification for account recovery.
How it works:
Training is the process by which the neural network learns from data. It's analogous to how a human brain learns from experience.
The process in detail:
In Ailo, each user who "mines" performs this process locally and sends only the gradients (corrections) to the central server, which aggregates them using the Federated Averaging algorithm.
Type: Transformer Decoder-Only (Large Language Model - LLM architecture)
| Solo (1 user) | 82M - 500M (DistilGPT-2, Qwen 0.5B) |
| Distributed (4 users) | 1.8B parameters (Qwen 1.8B) |
| Future (64+ users) | Up to 600B parameters (Grok, Llama 405B) |
| Inference Engine | Transformers.js (ONNX Runtime Web) |
| Coordination | WebSocket real-time sync |
| Precision | FP16 (optimized for browser) |
What it does:
It's similar to models like GPT-2/GPT-3, but completely decentralized — trained by the community instead of a single datacenter.
Ailo's architecture is based on peer-reviewed academic research. Here are the foundational papers:
AiloCoin is based on Proof-of-Contribution (PoC), not traditional Proof-of-Work.
How to earn:
Comparison with Bitcoin:
| Bitcoin | AiloCoin | |
|---|---|---|
| Consensus | Proof-of-Work | Proof-of-Contribution |
| Mining | Computing SHA-256 hashes | Training AI |
| Energy | Computational waste | Useful work |
| Output | Only the coin | Coin + smarter AI |
| Hardware | Specialized ASICs | Standard browser |
Current status:
CUDA Mining is our GPU-accelerated training system that allows you to contribute computational power using your NVIDIA graphics card.
Requirements:
How to start:
pip install -r requirements.txtpython mining_client.py --wallet YOUR_WALLETAMD GPU Support:
We also support AMD Radeon GPUs via the ATI Miner! Requirements:
Download: ATI/AMD Miner
Rewards are based on the quality and quantity of your contributions:
| Base Reward | 0.1 ALC per valid gradient submission |
| Quality Multiplier | Up to 10x based on loss quality (lower = better) |
| Hashrate Multiplier | 0.5x - 3x based on GPU speed |
| 🏆 Best Loss Bonus | +5.12 ALC if you achieve a new best loss! |
Example: A regular GPU submission with good quality might earn 0.15-0.25 ALC. If your training achieves a new all-time best loss, you get an extra 5.12 ALC bonus!
Reward Types:
CUDA_MINING_REWARD - GPU miner contributions (NVIDIA/AMD)INFERENCE_REWARD - Distributed inference participation (0.05 ALC)Ailo Network has a Transaction Dispute system that allows you to request a rollback for mistaken or fraudulent transactions.
How to dispute a transaction:
Important limitations: