Stake Requirements
To check the balance of your account, use one of the blockchain explorers like
the Oasis Scan or the oasis account show command part of the Oasis CLI.
| Mainnet | Testnet | |
|---|---|---|
| Registration of entity1 | 100 ROSE | 100 TEST |
| Registration of node | 100 ROSE | 100 TEST |
| Size of the validator set2 | 1203 | 1104 |
| Run Sapphire or Emerald compute node5 | 5,000,000 ROSE + member of the validator set6 | / |
| Run Cipher compute node5 | member of the validator set6 | / |
| Create ROFL app on Sapphire or Cipher7 | 10,000 ROSE8 | 10,000 TEST8 |
| Create a ParaTime | 50,000 ROSE | 10,000 TEST |
Stake requirements by a specific role of the node
The table below shows required stake-related steps you need to make, if you want to set up a working node from scratch.
| Node role | Requirement |
|---|---|
| Validator node | 1. Registration of entity 2. Registration of the validator node 3. Member of the validator set |
| Non-validator node | / |
| ParaTime node | 1. Registration of entity 2. Registration of the compute node 3. Extra ParaTime-specific compute node stake 4. Member of the validator set (Mainnet only) |
| ParaTime client node | 1. Registration of entity 2. Registration of the observer node |
Footnotes
-
You can fetch the latest entity registration stake requirements by running
oasis network show native-token. ↩ -
The size of the consensus committee (i.e. the validator set) is configured by the max_validators committee-scheduler parameter. You can view the current value by running
oasis network show parameters. ↩ -
To determine if you are eligible to receive a delegation from the Oasis Protocol Foundation, see the Delegation Policy document. ↩
-
For the Testnet, you can receive a limited number of TEST tokens by using our Oasis Network Testnet Faucet. For more tokens please contact us on our official Discord in the #testnet channel. ↩
-
You can fetch the latest ParaTime-specific stake requirements by running
oasis network showand specifying the ParaTime ID (Mainnet, Testnet). ↩ ↩2 -
You can check the current top validators on the blockchain explorers like the Oasis Scan or by running
oasis network show validators. ↩ ↩2 -
You can fetch current ParaTime application-specific stake requirements by running
oasis paratime show parameters. ↩