Skip to content
View animicaorg's full-sized avatar

Block or report animicaorg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
animicaorg/README.md

Animica

A live post-quantum proof-of-work Layer-1 blockchain — with Python smart contracts, an ANM-native L2 rollup, a free OpenAI-compatible AI API, pay-per-call x402 agent APIs, and an MCP server.

Website https://animica.org · developer hub https://animica.org/developers/
Source animicaorg/all (monorepo) · animica-core (node core) · Apache-2.0
Install pip install animica · brew install animicaorg/animica/animica · wallets & downloads
Explorer https://explorer.animica.org (free REST API, OpenAPI)
Node RPC https://rpc.animica.org/rpc (OpenRPC, 141 methods)
Mining https://pool.animica.org — stratum pool.animica.org:3333 (PPS) · :3334 (solo)
Payments https://pay.animica.dev — non-custodial ANM merchant checkout, links, invoices, WooCommerce
Free AI API https://animica.dev/v1 — OpenAI-compatible, keyless, 30 req/min/IP
Agent APIs (x402) https://animica.dev/x402 — 47 pay-per-request APIs; USDC on Base or ANM natively (25% off); free trial per product
MCP server pip install animica-mcp / uvx animica-mcp · remote https://mcp.animica.org/mcp · animica-mcp
For agents llms.txt · llms-full.txt · agents.json · x402 catalog
Trade ANM/USDT on NonKYC

Key facts

  • Chain id 1; native coin ANM (1 ANM = 10⁹ base units); addresses are bech32m anim1…
  • Signatures: ML-DSA-65 (FIPS 204, scheme id 0x1003) — the only current scheme
  • Proof-of-work (triple SHA3-256) with PoIES useful-work credits (AI compute, quantum RNG)
  • Deterministic, gas-metered Python smart contracts; ANM-native L2 rollup
  • Everything above is publicly callable by humans and autonomous agents — no account needed for reads, x402 for paid calls

Repositories

  • all — canonical monorepo: node, consensus, VM, wallets, explorer, pool, studio, SDKs, sites
  • animica-core — the L1 node subset, trimmed for readers of the protocol
  • animica-mcp — MCP server packaging + registry metadata
  • homebrew-animica — Homebrew tap (CLI formula + wallet/browser casks)

Popular repositories Loading

  1. all all Public

    Animica — post-quantum (ML-DSA-65) proof-of-work Layer-1 blockchain by Alexander Lehman: Python smart contracts, ANM-native L2 rollup, mining pool, free OpenAI-compatible AI API, x402 pay-per-call …

    Python 4

  2. xmrig xmrig Public

    Forked from xmrig/xmrig

    RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark

    C

  3. xmrig-cuda xmrig-cuda Public

    Forked from xmrig/xmrig-cuda

    NVIDIA CUDA plugin for XMRig miner

    C++

  4. animica-core animica-core Public

    Animica L1 node core — post-quantum (ML-DSA-65, FIPS 204) proof-of-work blockchain in Python: consensus, Python VM, JSON-RPC, P2P. Trimmed mirror of animicaorg/all.

    Python

  5. test test Public

  6. animica-mcp animica-mcp Public

    MCP server for the Animica post-quantum blockchain — 16 read-only tools (chain reads, free AI inference, quantum RNG, pool stats, x402 catalog). pip install animica-mcp / uvx animica-mcp; remote: h…

    Dockerfile