Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.36 KB

example-lora-visualizations.md

File metadata and controls

27 lines (14 loc) · 1.36 KB

Example Lora Visualizations

Adding Stake

Link to this Lora Explorer eg of adding Stake

Notice the payment is sent to the Validator contract, which then determines which pool to send it to, passing that stake on to the chosen validator's pool.

Unstaking

Link to this Lora Explorer eg of unstaking

Notice the payment from the staking pool back to the staker for the amount being unstaked. The validator contract is then called to update metadata.

Validator performing Epoch Update

Link to this Lora Explorer Epoch Update eg

Notice the payment from the staking pool to the valdiator's commission address (in this example its the same as the 'manager' address calling it but likely would be different).

Many OpUp operations are necessary to cover the opcode costs.