← Back to search
65
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ai-tools llms-txtopenapiapiai

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

llms.txt Content

# Animica Pool > Official mining pool for Animica, a live post-quantum proof-of-work Layer-1 > (PoIES consensus, ML-DSA-65 signatures, native coin ANM). Stratum mining on > port 3333 (PPS with sub-block shares) or 3334 (solo), free public stats > REST API, automatic on-chain payouts. Mining here is one of the standard ways to earn ANM, alongside trading on NonKYC and accepting payments via pay.animica.dev. Point any Animica miner at the stratum endpoint with your bech32m `anim1…` wallet address as the username. Amounts in the APIs are base units (1 ANM = 10^9). ## Mining endpoints - `stratum+tcp://pool.animica.org:3333` — pooled mining, PPS with sub-block shares: miners are credited for proven share work between blocks, not only when a block is found. - `stratum+tcp://pool.animica.org:3334` — solo mode: the block finder gets the reward minus a 5% solo fee (see the setup guide's fees section for details). - Payouts are automatic and on-chain on a fixed interval; see [/v1/pool/status](https://pool.animica.org/v1/pool/status) for `payout_interval_seconds` and `next_payout_at`. ## Getting started - [Setup guide](https://pool.animica.org/setup): step-by-step miner setup, ports, fees, payouts, troubleshooting - [Mine page](https://pool.animica.org/mine): quick-start for new miners - [Miner downloads](https://animica.org/downloads/): wallets and miner software; or `pip install animica` and run `animica up` (unified CPU/GPU miner: PoW + useful-work + serving) - [Rig marketplace](https://pool.animica.org/app): rent or offer mining rigs ## Stats REST API (free, no auth) - [/api/pool/summary](https://pool.animica.org/api/pool/summary): pool mode, height, hashrate, miners, shares, round and payout state - [/api/pool/network](https://pool.animica.org/api/pool/network): network hashrate estimates (share-work + node theta) - [/api/miners](https://pool.animica.org/api/miners): connected miners - [/api/blocks/recent](https://pool.animica.org/api/blocks/

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"Animica API","version":"1.0.0","description":"The Animica inference API is OpenAI drop-in compatible: point any OpenAI SDK at `https://api.animica.org/v1` and pass an Animica API key as a bearer token to use Animica models (chat completions, completions, embeddings). Authenticate with `Authorization: Bearer anm_live_xxx` (test keys use the `anm_test_` prefix). Responses and errors follow OpenAI conventions, so `error.type`, `error.code`, `error.param`, streami