From b62bfc89db334e0e2f5689b4566a146a61f842c0 Mon Sep 17 00:00:00 2001 From: nicolas Date: Mon, 18 Mar 2024 06:17:01 -0300 Subject: [PATCH] Add monitoring validators section (#636) * Add monitoring validators section * Update url monitoring-validators.md update url from "bootnode.dev" to "https://www.bootnode.dev/" to prevent Docusaurus default mapping to node/management/bootnode.dev * Update url in monitoring-validators.md --------- Co-authored-by: zengzengzenghuy <85567868+zengzengzenghuy@users.noreply.github.com> --- docs/node/management/monitoring-validators.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/node/management/monitoring-validators.md diff --git a/docs/node/management/monitoring-validators.md b/docs/node/management/monitoring-validators.md new file mode 100644 index 00000000..33f4684c --- /dev/null +++ b/docs/node/management/monitoring-validators.md @@ -0,0 +1,30 @@ +--- +title: Monitoring Validators +--- + +After setting up your validators, ensuring they are running and, most importantly, performing correctly is essential. + +## Tool + +The [bootnode.dev](https://www.bootnode.dev/) team has created a [Telegram bot](https://t.me/gbc_validators_bot) to assist you. Anyone running validators can set it up by just providing withdrawal address(es). The Bot will retrieve all the validators for you. Once registered, the bot will update you on your validators' performance and alert you if any issue occurs. + +### Continuously updated information on + +- The number of validators you're running and their statuses (active, inactive, slashed, exited). +- The total effective balance of all your validators, combined. +- Validator’s overall performance(daily, weekly, and monthly) based on the last 100 attestations. +- Rewards earned in GNO (daily, weekly, and monthly). +- The total amount of rewards you can claim. +- Additionally, the Bot provides subsidized rewards claims, sponsored by [bootnode.dev](https://www.bootnode.dev/). + +### Immediate alert when + +You'll receive notifications in the following situations: + +- If a validator misses more than 5 attestations consecutively. +- If the overall performance falls below 90%. +- If a validator's status changes from active to inactive, or vice versa. + +:::note +This Bot is compatible with all consensus and execution clients. +:::