From 56b32276561dba8cac3eccf3a9281fc4a81a1b66 Mon Sep 17 00:00:00 2001 From: beruf Date: Thu, 19 Sep 2024 23:16:57 +0200 Subject: [PATCH] docs: update stake requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: threshold link Co-authored-by: Matevž Jekovec fix: threshold link Co-authored-by: Matevž Jekovec --- .../prerequisites/stake-requirements.md | 70 +++++++++++++------ 1 file changed, 50 insertions(+), 20 deletions(-) diff --git a/docs/node/run-your-node/prerequisites/stake-requirements.md b/docs/node/run-your-node/prerequisites/stake-requirements.md index 067d53e83d..19288659f7 100644 --- a/docs/node/run-your-node/prerequisites/stake-requirements.md +++ b/docs/node/run-your-node/prerequisites/stake-requirements.md @@ -1,31 +1,33 @@ # Stake Requirements -This page provides an overview of the stake requirements to become a validator -on the consensus layer of the Oasis Network. +This page provides an overview of the stake requirements to become a validator +on the consensus layer and to run a ParaTime compute node of the Oasis Network. -## Mainnet +## Consensus Layer -To become a validator on the Oasis Network, you will need to have enough +### Mainnet + +To become a validator on the consensus layer, you will need to have enough ROSE tokens staked in your escrow account. Currently, you are going to need: -* 100 ROSE staked for your entity's registration since that is the -[staking thresholds]. -* 100 ROSE staked for your validator node's registration since that is the -[staking thresholds]. +* 100 ROSE staked for your entity's registration, since this is the +[staking threshold]. +* 100 ROSE staked for your validator node's registration, since this is the +[staking threshold]. * If you want to be part of the active validator set, you will need enough -ROSE staked -- this means you will have to be one of the top 120 entities -by stake. You can check out current top 120 entities on the blockchain explorer -such as [Oasis Scan]. +ROSE staked -- this means you must be one of the top 120 entities +by stake. You can check the current top 120 entities on blockchain explorers +like [Oasis Scan]. -For more information about obtaining information on your entity's account, see +For more information on obtaining information about your entity's account, see the [Account Get Info] doc. -Staking thresholds may change in the future. Read the +Please note that staking thresholds may change in the future. Refer to the [native token information] to see the current values used by the network. -[staking thresholds]: ../../genesis-doc.md#staking-thresholds +[staking threshold]: ../../genesis-doc.md#staking-thresholds [Oasis Scan]: https://www.oasisscan.com/validators [Account Get Info]: ../../../general/manage-tokens/cli/account.md#show [native token information]: ../../../general/manage-tokens/cli/network.md#show-native-token @@ -48,12 +50,40 @@ the [**max_validators** consensus parameter]. ::: -## Testnet +### Testnet + +For the Testnet you are going to need TEST tokens staked in your escrow account. + +Currently, you are going to need: + +* 100 TEST staked for your entity's registration since that is the +[staking threshold]. +* 100 TEST staked for your validator node's registration since that is the +[staking threshold]. + +You can receive a limited number of TEST tokens by using our [Oasis Network Testnet Faucet][faucet-testnet]. +For more tokens please contact us on our official [Discord in the #testnet channel][discord]. + +## ParaTime + +### Mainnet + +To run a mainnet ParaTime compute node, the minimum you need to stake currently is: + + * Sapphire: 50,000 ROSE + * Emerald: 50,000 ROSE + * Ciphre: 100 ROSE + +### Testnet + +To run a testnet ParaTime compute node, the minimum you need to stake currently is: + +* Sapphire: 100 TEST +* Emerald: 100 TEST +* Ciphre: 100 TEST -For the Testnet you are going to need TEST tokens. You can receive a limited -number of TEST by using our [Oasis Network Testnet Faucet][faucet-testnet]. For -more tokens please contact us at our official [Discord #testnet -channel][discord-testnet]. +You can receive a limited number of TEST tokens by using our [Oasis Network Testnet Faucet][faucet-testnet]. +For more tokens please contact us on our official [Discord in the #testnet channel][discord]. [faucet-testnet]: https://faucet.testnet.oasis.io/ -[discord-testnet]: https://oasis.io/discord +[discord]: https://oasis.io/discord \ No newline at end of file