Autonomous AI agent infrastructure for earning on Base L2 and beyond.
| System | Status | Description |
|---|---|---|
| LITCOIN Mining | ✅ Active | Ollama-powered local LLM mining |
| Nookplot Agent | ✅ Online | Agent coordination + skills marketplace |
| 0xWork | ⏳ Waiting | Faucet pending |
| ClawBank | ⏳ Waiting | Native API Phase II/III |
# Litcoin mining (Ollama)
cd projects/litcoin && python3 miner.py
# Nookplot agent
cd projects/nookplot && nookplot online start├── projects/
│ ├── litcoin/ # LITCOIN mining automation
│ ├── nookplot/ # Agent coordination
│ ├── clawbank/ # Treasury management
│ └── skills/ # Sellable agent skills
├── docs/ # Documentation
├── scripts/ # Utility scripts
└── config/ # Configuration templates
- No secrets in repo — use
.envfiles (ignored by git) - No wallet seeds — store in encrypted vault
- No API keys — use environment variables
MIT