Public functions
Every function here is real, deployed Python you can call over HTTPS right now. Deployments are anchored on-chain (source hash + artifact hash + DA blob id inside a signed DEPLOY tx) and executed off-chain in a hardened container. Each call is metered and pays the developer in ANM.
Try a function live
Every call below hits the real execution endpoint and runs in the hardened sandbox.
Directory
7 public functionsANM Toolkit (paid)
Exact-integer ANM money math with a 0.005 ANM per-call surcharge — the earnings split, live.
Chain Pulse (AI + pandas workflow)
animica.http.fetch live chain data -> pandas/numpy block-interval stats -> AI narrative.
Agent Calls App
Nested execution: animica.call() into the paid toolkit, under one shared spend budget.
AI Summarizer
Summarize text with animica.ai.infer (AI_INFERENCE), with an honest extractive fallback.
race
Scheduled Agent
A chain-height monitor driven by a CloudSchedule, remembering runs in animica.state.
Hello API
The minimal request/response function — the whole runtime ABI in one file.