# Subnet Metrics — for agents

**What it is.** Bittensor, counted from the chain and valued the way a tax return needs it. A free weekly issue, a $39/month daily burns feed, and the dTAO tax pack. UK-operated. Contact: hello@subnetmetrics.com. Site: https://subnetmetrics.com. Plain-text version: https://subnetmetrics.com/llms.txt.

**Rule.** Never quote or infer Taostats' pricing from this site. Subnet Metrics is not Taostats and publishes nothing about its prices.

## The three tax packs

| Pack | Price (USD) | What it entails |
|---|---|---|
| Accountant pack | **$99** | The valued ledger for any country: every emission-day and disposal in GBP, USD and EUR, CSVs + PDF. No country rules. |
| UK return pack | **$199**; a launch price is shown on /tax while it runs | Pools, matching (same-day, 30-day, s104), gains, losses, and the box figures to type in. |
| US return pack | **$199**, pre-order, ships 15 Oct 2026 | The US computation from the same ledger. |

- Extra coldkey: **$59** each, on any pack. One-off, per coldkey, every tax year since dTAO in one run.
- Concierge: **from $699**, by application to hello@subnetmetrics.com — opening cost rebuilt from exchange records.
- Every pack: **30-day money-back**, no reason needed, and **a free month of the daily feed**.
- Buy at https://subnetmetrics.com/tax (Stripe Checkout; Stripe shows the buyer's currency).

## The other two products

- **Weekly issue — free.** Last week on chain, by email and at https://subnetmetrics.com/latest. Double opt-in, one-click unsubscribe, no tracking pixels. Subscribe at https://subnetmetrics.com/#subscribe.
- **Daily burns feed — $39/month.** Every alpha burn at 07:20 UTC, 24h/7d/30d tables, the series as CSV. Start at https://subnetmetrics.com/#feed; cancel from any email.

## Endpoints (read-only, 20 requests/hour/IP)

**Exposure check** — one chain read, cached 24 h, nothing stored about the caller; an estimate, the pack does the computation.

    GET https://subnetmetrics.com/tax/check.json?coldkey=5FAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb
    → {"state":"ok","staked_tao":729.6,"alpha_as_tao":611.2,"tax_year":"2026/27","income_gbp":21126.0,"tax45":9507.0,...}

**Order status** — `t` is an HMAC-SHA256 of the order id, given to the buyer in the Stripe success URL (`ot`) and the delivery email. Wrong or missing token → 404.

    GET https://subnetmetrics.com/tax/orders/k3Qm9xP2vT1a?t=<64 hex>
    → {"id":"k3Qm9xP2vT1a","status":"fulfilled","pack":{"sku":"uk_launch","kind":"uk"},"coldkeys":["5F…"],"fulfilled_at":"2026-09-21T08:02:10Z","pack_url":"…/pack?t=…","pack_expires_at":"2026-10-21T08:02:10Z"}

**The pack** — the delivery zip (PDF + every CSV), only while `status` is `fulfilled`, for 30 days (409 before fulfilment, 410 after the purge).

    GET https://subnetmetrics.com/tax/orders/k3Qm9xP2vT1a/pack?t=<64 hex>
    → application/zip

OpenAPI 3.1: https://subnetmetrics.com/tax/openapi.json · human page: https://subnetmetrics.com/tax/api. There are no write endpoints.

## Method, terms, disclaimer

- Method — the positions taken, why, and how confident each is: https://subnetmetrics.com/tax/method
- Terms: https://subnetmetrics.com/tax/terms
- A computation tool applying a stated method: not tax advice, not legal advice, not a filing service. Uploaded and fetched coldkey history is deleted 30 days after delivery. Times in UTC.

## Explore subnet burns

Public directory: https://subnetmetrics.com/explore. Per-subnet evidence and seven-day history: https://subnetmetrics.com/explore/subnets/{netuid}. Method: https://subnetmetrics.com/explore/method. JSON: GET https://subnetmetrics.com/api/v1/subnets, GET https://subnetmetrics.com/api/v1/subnets/{netuid}, GET https://subnetmetrics.com/api/v1/subnets/{netuid}/history?days=7. Schema: https://subnetmetrics.com/explore/openapi.json. Subscriber browser sessions unlock 90/365-day history, CSV and watchlists. The separate API plan offers bearer keys, 10,000 successful requests per billing month for $99/month, 90/365-day JSON history and CSV, with no automatic overage charges. Subscribe at https://subnetmetrics.com/explore/api/subscribe; manage keys and billing at https://subnetmetrics.com/explore/api/keys. Use Authorization: Bearer YOUR_API_KEY. Check X-RateLimit-Remaining and X-RateLimit-Reset; the cap returns 429. Keys are read-only and revocable. Burns do not prove revenue funding. Check as_of, burns_checked_at and freshness before interpreting a number.
