Live capacity of the Animica compute network in one call: which GPU render kinds have mine
Live capacity of the Animica compute network in one call: which GPU render kinds have miners online right now and how many, whether a registered AICF worker is serving inference, and the chain height it was measured at. Buy it BEFORE you pay for a render or an inference call, so you pick a servable kind instead of learning from a job nothing claims. Anything we could not reach reports available:false with a reason: counts are never guessed and never a zero we did not measure.
1794 (raw units)
price
4
calls / 30d
3
unique payers
2026-09-15
updated
Provider
animica.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1794",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "animica:1",
"payTo": "anim1zqpsmegc0qcvzjfukm89xs0zeu3eqyyyel7kelehuszvwfarqypky2gr946ga",
"asset": "ANM",
"amount": "29692260143",
"maxTimeoutSeconds": 60
}
]Output schema
{
"animica": {
"catalog": "https://animica.dev/.well-known/x402",
"content_type": "application/json",
"currency": "USDC",
"description": "Live capacity of the Animica compute network in one call: which GPU render kinds have miners online right now and how many, whether a registered AICF worker is serving inference, and the chain height it was measured at. Buy it BEFORE you pay for a render or an inference call, so you pick a servable kind instead of learning from a job nothing claims. Anything we could not reach reports available:false with a reason: counts are never guessed and never a zero we did not measure.",
"documentation": "https://animica.dev/x402#product-compute_inventory",
"name": "Animica compute inventory",
"openapi": "https://animica.dev/x402/openapi.json",
"price": "0.001794",
"product": "compute_inventory",
"provider": "Animica",
"terms": {
"amount_atomic": "1794",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chain_id": 8453,
"network": "eip155:8453",
"pay_to": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
"scheme": "exact"
},
"x402_version": 2
},
"bazaar": {
"discoverable": true,
"info": {
"input": {
"body": {
"fresh": true
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"fresh": {
"description": "force a live re-probe instead of the short-lived memo (default false). Use it immediately before you commit money to a job.",
"type": "boolean"
},
"workloads": {
"description": "up to 8 workloads to get an admission verdict for — inference, image, video, audio, or a media kind such as video_i2v or audio_master",
"type": "array"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"queryParams": {
"properties": {
"fresh": {
"description": "same as body.fresh, for GET callers: 1/true",
"type": "string"
},
"workloads": {
"description": "same as body.workloads, comma-separated, for GET callers",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"discovery": {
"discoverable": true,
"info": {
"input": {
"bodyFields": {
"fresh": {
"description": "force a live re-probe instead of the short-lived memo (default false). Use it immediately before you commit money to a job.",
"required": false,
"type": "boolean"
},
"workloads": {
"description": "up to 8 workloads to get an admission verdict for — inference, image, video, audio, or a media kind such as video_i2v or audio_master",
"required": false,
"type": "array"
}
},
"bodyType": "json",
"method": "POST",
"queryParams": {
"fresh": {
"description": "same as body.fresh, for GET callers: 1/true",
"type": "string"
},
"workloads": {
"description": "same as body.workloads, comma-separated, for GET callers",
"type": "string"
}
},
"type": "http"
},
"output": {
"description": "measured_at, fresh, media {available, reason, probe_age_ms, min_renderers, kinds[] {kind, family, renderers_online, required, available, reason}, families[] {id, endpoint, list_price_usd, best_online, servable_kinds, available}, list_price_note}, inference {available, reason, bridge_reachable, models_serving[], requested_model, animica_workers_serving, answer_would_come_from, claim, proof}, inference_workers {available, serving_workers, required, tier, probe_age_ms}, queue_depth {available, reason, positions_we_observed[] {kind, position, miners_online, observed_at}}, chain {available, head_height, head_hash}, workloads[] (only if requested) {workload, ok, reason, detail}, summary {subsystems_measured[], subsystems_dark[], servable_kinds[], media_kinds_servable, inference_servable, anything_servable}, took_ms",
"type": "json"
}
}
}
}Use it
curl
curl "https://animica.dev/x402/compute/inventory" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://animica.dev/x402/compute/inventory");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://animica.dev/x402/compute/inventory")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7497.json, and this resource appears in /discovery/resources and /discovery/search.