Reward pool
Open-funded learning incentives.
The reward pool is a single on-chain Animica address. Its balance funds every tutorial payout in the academy. Deposits are public; payouts to learners are public; everything is verifiable on the explorer.
How it works
- Anyone deposits. The pool address is public. Send ANIMICA from any wallet — via the CLI, a partner app, or the deposit form on this page if you have the browser extension installed.
- Learners complete tutorials. Each step prints something verifiable: an address, a tx hash, a block height. The academy never claims a step you didn't actually run.
- The pool pays out. On tutorial completion the academy submits an on-chain transfer from the pool to the wallet that signed the completion attestation. Same chain, same finality as any other Animica transfer.
Verify everything
You can audit the pool from the CLI without trusting this site:
animica chain account anim1...pool-address
animica chain events --address anim1...pool-address --limit 50 Substitute the live pool address shown above. The output is authoritative — this page is just a friendlier view of the same data.