Skip to content

Commit

Permalink
docs: update stake requirements
Browse files Browse the repository at this point in the history
fix: threshold link

Co-authored-by: Matevž Jekovec <[email protected]>

fix: threshold link

Co-authored-by: Matevž Jekovec <[email protected]>
  • Loading branch information
rube-de and matevz committed Sep 20, 2024
1 parent 5ed0f71 commit 8a5edf9
Showing 1 changed file with 50 additions and 20 deletions.
70 changes: 50 additions & 20 deletions docs/node/run-your-node/prerequisites/stake-requirements.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 8a5edf9

Please sign in to comment.