🤖L1 Early Exit Tutorial

  1. Confirm the exit decision

$ nodecli exit confirm
  • The system prompts user to confirm exit

  • Input yes or no to confirm

  1. Calculate and show the penalty

$ nodecli exit calculate

Current rewards and rewards after penalty will show up.

$ nodecli exit calculate
Current Rewards: 100000
Penalty Rate: 60%
Rewards After Penalty: 40000
  1. Execute the exit

$ nodecli exit execute

Executes the exit, deducts the penalty and removes the node from the network.

Last updated