OpenAI-compatible AI inference, code, embeddings & agent tools for bots β and mine ANM.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Canonical repo:
mainof animicaorg/all is the canonical source tree. Current release: 10.1.0 (pip install animica).
Animica is a fully decentralized layer-1 blockchain platform for verifiable AI and quantum-secure execution. This repository houses the complete blockchain node implementation, consensus engine, execution layer, cryptographic infrastructure, wallets, SDKs, developer tooling, and supporting services for running and extending the network.
0x1003, the only current signature scheme. SPHINCS+ appears in older code/docs but is legacy; do not build on it. Enumerate live schemes via the tx.getSupportedSignatureSchemes RPC.This monorepo contains:
core/, consensus/, execution/, mempool/, rpc/, p2p/, mining/
p2p/): Full peer-to-peer networking with quantum-resistant handshake, gossip protocol, and multi-transport supportconsensus/): PoIES algorithm for decentralized block validationproofs/, zk/, pq/, randomness/wallet-qt/ - Qt desktop wallet with embedded node (macOS/Windows/Linux)wallet/ - Flutter mobile walletwallet-extension/ - Browser extension walletexplorer-web/ - Block explorermining/ (core), apps/miner-gui/ (Qt desktop GUI miner)studio-web/, studio-wasm/, studio-services/, templates/sdk/ (Python/TypeScript/Rust), docs/ (specifications), spec/ (canonical schemas)ops/, tests/devnet/, installers/, chains/ (network metadata)website/ (Astro + TypeScript main site)packages/ (Auth, Billing, Inference, Sandbox, GitHub App services) - See COMPUTE_PLATFORM_QUICKSTART.mdEach module has its own README with detailed information. See the Copilot instructions at the bottom of this file for coding guidelines.
The Animica Compute Platform provides enterprise-ready LLM inference, code execution, and GitHub integration with native ANM token payments.
Quick Start:
See COMPUTE_PLATFORM_QUICKSTART.md for detailed setup instructions.
The production website lives in website/. See website/README.md for local dev and Docker deployment (nginx on port 4321).
Animica is a fully peer-to-peer network where nodes communicate directly without relying on central servers:
https://rpc.animica.org/rpc) are convenience helpers for discovery and sync; run your own node for day-to-day queries and mining.Run your own node to strengthen the network and maintain decentralization. See P2P Networking Guide for details.
| Service | Endpoint | Notes |
|---|---|---|
| Node JSON-RPC | POST https://rpc.animica.org/rpc | JSON-RPC 2.0. The /rpc path is required β the bare domain 301-redirects and breaks naive POST clients |
| Explorer REST API | https://explorer.animica.org/api/β¦ | Free, no auth: /head, /blocks, /tx/:hash, /address/:bech32, /richlist, /circulating-supply, /mining/info, /l2/*, /aicf/* |
| Block explorer | https://explorer.animica.org | Web UI |
| Free AI inference | https://animica.dev/v1 | OpenAI-compatible, keyless, 30 req/min/IP. Community-GPU capacity: check each model's serving flag in /v1/models |
| Mining pool | stratum+tcp://pool.animica.org:3333 | PPS + sub-block shares; :3334 = solo (95/5). Stats/Swagger: https://pool.animica.org/api/docs |
| Payments | https://pay.animica.dev | Merchant REST, hosted checkout, 2.00% fee, amounts in base units (1 ANM = 10^9) |
| PyPI | https://pypi.org/project/animica/ | pip install animica |
Example:
venv and pipOn Ubuntu/Debian:
On macOS (via Homebrew):
π‘ Fast Sync with Snapshots:
New nodes can bootstrap much faster using chain snapshots:
See SNAPSHOT_VERIFICATION_GUIDE.md for complete guide and troubleshooting.
If peer count stays 0: verify ANIMICA_P2P_SEEDS (or use defaults), open TCP/QUIC ports on your host, and confirm you selected the right network. For a manual seed bump, set:
Need a deeper walkthrough? The sections below expand on each CLI area (networking, node ops, wallets, mining, RPC, Studio Services, Docker, non-Docker boot, and troubleshooting).
For users who want a simpler "just works" experience without managing the CLI, the Animica Wallet Qt provides a cross-platform desktop application with an embedded node.
Current Release: v0.1.0 (Coming Soon)
| Platform | Download | Notes |
|---|---|---|
| π macOS | .dmg installer | Universal (Apple Silicon + Intel) |
| πͺ Windows | .msi installer | Windows 10/11 (x64) |
| π§ Linux | .AppImage or .deb | Universal AppImage or Debian package |
Installation:
chmod +x, and runsudo dpkg -i animica-wallet_*.debFactual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/animica)<a href="https://allmcps.com/mcp/animica"><img src="https://allmcps.com/api/badge/animica?style=directory" alt="Animica on AllMCPs" /></a>