# Animica RPC > Public JSON-RPC 2.0 endpoint for the Animica post-quantum Layer-1 (chain id > 1) and its ANM-native L2 rollup. Free, no API key. Usage: `POST https://rpc.animica.org/rpc` with a JSON-RPC 2.0 body. Always use the `/rpc` path — the bare root answers with a 301 redirect that naive POST clients will not follow. ``` curl -s -X POST https://rpc.animica.org/rpc \ -H 'Content-Type: application/json' \ -d '{"jsonrpc":"2.0","id":1,"method":"chain.getHead","params":{}}' # {"jsonrpc":"2.0","id":1,"result":{"height":73188,"chainId":1,"hash":"0x0000…",…}} ``` Namespaces: `chain.*` (getHead, getParams, getChainId, getBlockByHeight, getForks…), `state.*` (getBalance, getAccount, getNextNonce, getTotalSupply, call, simulateCall…), `tx.*`/`tx2.*` (sendRawTransaction, getStatus, getTransaction…), `mempool.*`, `net.*`, `aicf.*` (AI-compute jobs), `l2_*` (l2_status, l2_getBalance, l2_sendRawTransaction…). There is no `chain.getHeight`; use `chain.getHead`. Amounts are base units (1 ANM = 10^9); addresses are bech32m `anim1…`; signatures are ML-DSA-65 (FIPS 204). ## Links - [Method discovery](https://explorer.animica.org/api/rpc/discover): live list of served RPC methods - [OpenRPC spec](https://rpc.animica.org/openrpc.json): machine-readable spec of the documented JSON-RPC methods - [Developer docs](https://animica.org/developers/): transaction format, SDKs, contracts - [Explorer](https://explorer.animica.org): the same chain via a free REST API (`/api/*`) - [Mirror](https://mainnet.animica.org): direct node, same `POST /rpc` usage - [Main site](https://animica.org): the Animica project - [Custom tool-calling adapters](https://animica.dev/llms.txt): give us your OpenAPI/Postman surface, get a LoRA adapter (Qwen3.5-2B, Apache-2.0) trained to call YOUR endpoints, with hard negatives from your own sibling routes and evaluation on held-out endpoints. Measured on our own corpus against APIs the model had never seen: tool selection 0.611 -> 1.000, argument accuracy 0.126 -> 0.798. Your surface will differ, and we have NOT beaten any public tool-calling benchmark — this is specialisation, not general skill. Free preview of what we would build, no payment: `curl -s -X POST https://animica.dev/factory/preview -H 'content-type: application/json' -d '{"spec_url":"https://your.host/openapi.json"}'`. $490 self-serve / $18,000 + $3,500-mo enterprise. Enquiries dev@animica.dev ## Games - [Thronebound Realms — free browser MMORPG](https://animica.org/thronebound/realms/): a 2D open-world MMORPG that runs in any browser, no download and no account cost. 42 hand-built zones across the continent of Aldermark, 121 creatures, 42 bosses, 308 quests in 20 chains, and nine skills to level 99 (mining, woodcutting, fishing, smithing, cooking, alchemy, crafting, combat, attunement). Up to 2,000 players per realm across 50 realms per zone, with local/global chat, whispers, face-to-face trading where both sides confirm, and a PvP arena where the SERVER settles the duel so stakes are safe. Everything is tradeable; nothing is soulbound. Pets drop at roughly 1 in 90,000 actions from ordinary grinding and are announced to every realm. Optionally your browser can run Animica Agent 2B and answer real inference jobs while you play — that choice sets your faction, and the Triangle Covenant (those serving Animica's own model) gets the strongest bonuses. Plays with arrow keys/WASD, a touch pad on phones, or a controller on a television.