Skip to content

Commit

Permalink
Add monitoring validators section (#636)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
nicosampler and zengzengzenghuy authored Mar 18, 2024
1 parent 3b8ba29 commit b62bfc8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/node/management/monitoring-validators.md
Original file line number Diff line number Diff line change
@@ -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.
:::

0 comments on commit b62bfc8

Please sign in to comment.