Model Staking & Registration
Validators onboard by registering an AI model and staking AVM.
Steps:
Prepare a lightweight ONNX model (≤100 KB)
Compute model hash
Register with:
function registerModel(bytes32 modelHash) external payable;
Stake is locked, and validator becomes eligible to vote
📌 Model hash ensures identity and prevents tampering.