Skip to content

Commit

Permalink
Merge branch 'Validator-ticket-calculation' of https://github.com/Puf…
Browse files Browse the repository at this point in the history
…ferFinance/website-docs into Validator-ticket-calculation
  • Loading branch information
JasminMusic committed Jan 9, 2025
2 parents 92bf577 + 6b2821a commit b8b29ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/validator-tickets-calculation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This page is a guide to help you understand how Validator Tickets (VTs) are calc

### VT Consumption Calculation Summary

The VT (Validator Tickets) consumption calculation is a critical process for managing node operators within the Puffer Protocol. This process ensures that node operators maintain sufficient VT balances to support their active and exiting validators. Here's a breakdown of how VT consumption is calculated:
The VT (Validator Tickets) consumption calculation is a critical process for managing node operators within the Puffer Protocol. This process ensures that node operators maintain sufficient VT balances to support their active validators. Here's a breakdown of how VT consumption is calculated:

1. **Node Operator Address Validation**: The process begins by validating the node operator's address to ensure it is in the correct format.

Expand All @@ -32,7 +32,7 @@ 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, the node operator's validators may 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 the node operator's validators will be ejected to prevent further VT consumption.

### When Do We Eject?

Expand Down

0 comments on commit b8b29ef

Please sign in to comment.