Skip to content

Commit

Permalink
add part of ejection threshold (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminMusic authored Jan 13, 2025
1 parent b7ef440 commit 54b75b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/validator-tickets-calculation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ The VT (Validator Tickets) consumption calculation is a critical process for man
Basically 1 VT is consumed daily per validator.
:::

6. **Minimum VT Requirement Check**: The system checks if the present VT balance meets the minimum required VTs per validator. If the balance is below this threshold, **ALL** of the the node operator's validators will be ejected to prevent further VT consumption.
6. **Minimum VT Requirement Check**: The system checks if the present VT balance meets the minimum required VTs per validator. If the balance is below this threshold, **ALL** of the node operator's validators will be ejected to prevent further VT consumption.

:::note
The threshold is currently set to 5 days, meaning node operators must maintain a VT balance sufficient for at least 5 before running out of VT or ejection will be triggered.

A warning message will be issued when there are 8 days left before reaching the threshold, allowing node operators to take necessary actions to avoid ejection.
:::

### When Do We Eject?

Expand Down

0 comments on commit 54b75b4

Please sign in to comment.