Model Staking & Registration

Validators onboard by registering an AI model and staking AVM.

Steps:

  1. Prepare a lightweight ONNX model (≤100 KB)

  2. Compute model hash

  3. Register with:

function registerModel(bytes32 modelHash) external payable;
  1. Stake is locked, and validator becomes eligible to vote

📌 Model hash ensures identity and prevents tampering.