From 4fb93cd9f88b18b2265fe7e083214739a132f6ad Mon Sep 17 00:00:00 2001 From: amela Date: Mon, 11 Nov 2024 10:17:51 +0100 Subject: [PATCH] docs: Update stake requirements --- .../prerequisites/stake-requirements.md | 48 ++++++++++++------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/docs/node/run-your-node/prerequisites/stake-requirements.md b/docs/node/run-your-node/prerequisites/stake-requirements.md index c701d98513..6c68aa1def 100644 --- a/docs/node/run-your-node/prerequisites/stake-requirements.md +++ b/docs/node/run-your-node/prerequisites/stake-requirements.md @@ -1,21 +1,24 @@ # Stake Requirements 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. +on the consensus layer, to run a ParaTime compute nodes and to run observer +nodes on the Oasis Network. -## Consensus Layer +## Registering an Entity -To become a validator on the consensus layer, you will need to have enough ROSE -for **registering your entity**, **registering your validator node**, and be among -the top entities by stake to be included in the **validator set**. - -Current requirements are: +To register an entity you are going to need at least: | | Mainnet | Testnet | | --------------------------- | -------- | -------- | | Entity Registration | 100 ROSE | 100 TEST | -| Validator Node Registration | 100 ROSE | 100 TEST | -| Validator Set Size | 120 | 110 | +| Each Node Registration | 100 ROSE | 100 TEST | + + +## Validator Node + +To become a validator on the consensus layer, you will need to have enough ROSE +for **registering your entity**, **registering your validator node**, and be among +the top entities by stake to be included in the **validator set**. You can check the current top validators on the blockchain explorers like the [Oasis Scan]. @@ -53,14 +56,27 @@ the [**max_validators** consensus parameter][**max_validators** consensus parame [faucet-testnet]: https://faucet.testnet.oasis.io/ [discord]: https://oasis.io/discord -## ParaTime +## ParaTime Compute Node + + To run a ParaTime compute node you will need to have a minimum stake which + currently is: + +| | Mainnet | Testnet | +| -------- | -------------- | -------- | +| Sapphire | 5,000,100 ROSE | 100 TEST | +| Emerald | 5,000,100 ROSE | 100 TEST | +| Cipher | 100 ROSE | 100 TEST | -To run a ParaTime compute node, the minimum you need to stake currently is: +To run a ParaTime compute node, on Mainnet you will also have to be in the +validator set: -| | Mainnet | Testnet | -| ---------- | ----------- | -------- | -| Sapphire | 5,000,100 ROSE | 100 TEST | -| Emerald | 5,000,100 ROSE | 100 TEST | -| Cipher | 100 ROSE | 100 TEST | +| | Mainnet - Validator Set | Testnet - Validator Set | +| -------- | ----------------------- | ----------------------- | +| Sapphire | Yes | No | +| Emerald | Yes | No | +| Cipher | Yes | No | +## ParaTime Observer Node +To run a ParaTime observer nodes, you will need to register an entity and add +your observer nodes to the entity descriptor.