Pool Claims¶
The old evolutionary Pool mining guide is archived under AutoML-Zero Archive.
In the current autoresearch setup, Pool is primarily part of reward publication and claim serving:
- backend accepts and scores submissions;
- backend exposes reward data through
/api/v1/reward-snapshot; - Pool builds Merkle claim leaves;
- Pool publishes a root to the claim contract;
- miners fetch proofs and submit claims.
For current miner flow, start with:
For reward flow, see Rewards And Claims.