Skip to content

Commit

Permalink
Add list of validators for Staking and Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultxavi committed Oct 27, 2023
1 parent 3bf078c commit ffc4277
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/dev/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ These tools report information about Flare networks:
* [Flare Builders](https://www.flare.builders/)
* [FlareMetrics](https://flaremetrics.io/)
* [Validators, presented by Towo Labs](https://validators.towolabs.com/)
* [SolidiFi](https://solidifi.app/validators)

## Storage

Expand Down
9 changes: 9 additions & 0 deletions docs/user/staking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ This section contains information about staking Flare assets on [validators](../

* [Using FlareStake to Stake](./staking-flarestake.md)
* [Using the Command Line to Stake](./staking-cli.md)

!!! info "List of validators"

Use any of the following tools to obtain the latest list of validators and their stats:

* [FlareMetrics](https://flaremetrics.io/validators)
* [Flarescan](http://flarescan.com/validators)
* [flare.builders](https://www.flare.builders/validators)
* [SolidiFi](https://solidifi.app/validators)
6 changes: 3 additions & 3 deletions docs/user/staking/staking-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,14 @@ To stake on a validator node, you need to:

If you want to stake to somebody else's validator, you can:

* See the list of current validators on [flaremetrics.io](https://flaremetrics.io/validators).
Remember to add `NodeID-` before the ID shown on the page.
* Obtain a list of current validators from any of the tools listed in [the Staking page](./index.md).
Remember to add the `NodeID-` prefix if it is missing from the listed ID.
* Use `flare-stake-tool info validators` to get a JSON list of all validators.

* The desired staking **start time** and **end time**.

When staking to an existing validator, both these times must be inside the period when the validator is active,
which you can find on [flaremetrics.io](https://flaremetrics.io/validators) or again using `flare-stake-tool info validators`.
which you can find in the lists of any of the above tools, or using `flare-stake-tool info validators`.

You need to provide these times as a [UNIX timestamp](https://en.wikipedia.org/wiki/Unix_time),
so you might need to use an online conversion tool like [Epoch Converter](https://epochconverter.com) or the Linux `date` command.
Expand Down
5 changes: 3 additions & 2 deletions docs/user/staking/staking-flarestake.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ See the [Using the CLI to Stake](./staking-cli.md) guide to learn about it.

## Prerequisites

* A [Ledger hardware wallet set up to manage Flare assets](../wallets/how-to-access-flare-network-with-a-ledger-device.md)
* Knowledge of the [available validators](https://flaremetrics.io/validators) to which you want to delegate your funds.
* A [Ledger hardware wallet set up to manage Flare assets](../wallets/how-to-access-flare-network-with-a-ledger-device.md).
* Knowledge of the available validators to which you want to delegate your funds.
Obtain a list of current validators from any of the tools listed in [the Staking page](./index.md).

## Accessing Your Wallet

Expand Down

0 comments on commit ffc4277

Please sign in to comment.