Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add extra validator ranking reward metric AC #2174

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions protocol/0056-REWA-rewards_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,9 @@ At the end of epoch 2, 10000 VEGA rewards should be distributed to the `ETHUSDT`

- If a party is a consensus or standby validator their validator ranking reward metric should be set to their ranking score (<a name="0056-REWA-091" href="#0056-REWA-091">0056-REWA-091</a>).
- If a party is not a consensus or standby validator their validator ranking reward metric should be set to `0` (<a name="0056-REWA-092" href="#0056-REWA-092">0056-REWA-092</a>).
- For a party that is a consensus or standby validator, the [staking requirement](https://github.com/vegaprotocol/specs/blob/palazzo/protocol/0057-TRAN-transfers.md#recurring-transfers-to-reward-accounts) and [notional time-weighted average position requirement](https://github.com/vegaprotocol/specs/blob/palazzo/protocol/0057-TRAN-transfers.md#recurring-transfers-to-reward-accounts) do not apply to their validator ranking metric. (<a name="0056-REWA-109" href="#0056-REWA-109">0056-REWA-109</a>).
- A party does not need to meet the staking requirements and notional time-weighted average position set in the recurring transfer for market creation reward metric. (<a name="0056-REWA-110" href="#0056-REWA-110">0056-REWA-110</a>).
- For reward metrics relating to trading, an individual must meet the [staking requirement](https://github.com/vegaprotocol/specs/blob/palazzo/protocol/0057-TRAN-transfers.md#recurring-transfers-to-reward-accounts) AND [notional time-weighted average position requirement](https://github.com/vegaprotocol/specs/blob/palazzo/protocol/0056-REWA-rewards_overview.md#market-creation-reward-metrics) set in the recurring transfer. (<a name="0056-REWA-111" href="#0056-REWA-111">0056-REWA-111</a>).

### Distribution Strategy

Expand Down
3 changes: 3 additions & 0 deletions protocol/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"0056-REWA-106",
"0056-REWA-107",
"0056-REWA-108",
"0056-REWA-109",
"0056-REWA-110",
"0056-REWA-111",
"0083-RFPR-052",
"0083-RFPR-059",
"0083-RFPR-060",
Expand Down
Loading