diff --git a/docs/dev/tools.md b/docs/dev/tools.md index 383cc3814..a1f5fd3f4 100644 --- a/docs/dev/tools.md +++ b/docs/dev/tools.md @@ -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 diff --git a/docs/user/staking/index.md b/docs/user/staking/index.md index 36e62b752..30554a549 100644 --- a/docs/user/staking/index.md +++ b/docs/user/staking/index.md @@ -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) diff --git a/docs/user/staking/staking-cli.md b/docs/user/staking/staking-cli.md index 703aeffe7..6fc5d74fc 100644 --- a/docs/user/staking/staking-cli.md +++ b/docs/user/staking/staking-cli.md @@ -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. diff --git a/docs/user/staking/staking-flarestake.md b/docs/user/staking/staking-flarestake.md index 5e2fee819..dddd3e401 100644 --- a/docs/user/staking/staking-flarestake.md +++ b/docs/user/staking/staking-flarestake.md @@ -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