Checking Validator Performance
You can query a validator’s current performance metrics to understand their reward eligibility status.Using CLI
Using REST
Using a Contract
CosmWasm contracts can query validator performance through the Neutron bindings:Funding the Treasury
The treasury needs to be funded to ensure there are sufficient tokens for validator compensation.Using CLI
Using a Contract
Contracts with appropriate permissions can fund the treasury:Querying Payment Information
Check the current payment schedule and revenue calculation details.Using CLI
Using REST
Checking Module Parameters
View the current configuration parameters of the Revenue module.Using CLI
Using REST
Updating Module Parameters
Parameters can be updated through governance proposals using MsgUpdateParams.Using CLI to Submit a Parameter Update Proposal
Monitoring Revenue Distribution
Track when and how much compensation validators receive.Using Event Monitoring
The Revenue module emits events when distributing rewards. You can monitor these events through your node logs or event subscriptions:Understanding Performance Rating
If a validator is receiving partial rewards, you can calculate their expected rewards based on performance rating.Example Calculation
If the reward quote is 2000 USD, and a validator has:- 95% blocks signed (allowed to miss is 5%)
- 85% oracle votes provided (allowed to miss is 5%, required at least is 80%)