Workers

Connect a worker

Bring a CPU or GPU machine online in two steps and start earning from useful work.

  1. Create a worker on the Workers page and copy the one-time token.
  2. On your machine, run the installer:
curl -fsSL https://pool.animica.org/install-worker.sh | bash -s -- anm_worker_xxx

What the installer does

It checks Docker, collects hardware info, registers the machine, pulls Animica's controlled model-serving container, and starts a heartbeat. Your worker then moves through pending → benchmarking → online and earns according to its selected earning mode.

Sandboxed by design

The agent only runs Animica's controlled container — it never executes arbitrary customer code on your machine.