addValidator on the staking
precompile. This function requires passing at least MIN_VALIDATE_STAKE = 100_000 MON (the
minimum self-stake).
After registering, your validator must also satisfy the following conditions, described in
greater depth in the staking docs:
- Must have a total stake of at least
ACTIVE_VALIDATOR_STAKE = 10_000_000 MON - Must be in the top
ACTIVE_VALSET_SIZE = 200validators by stake weight - Must continue to have a self-stake of
MIN_VALIDATE_STAKE = 100_000 MON
Staking CLI
staking-sdk-cli is an open-source
staking CLI tool for interfacing with the staking precompile. Start with the
onboarding workflow.
Configure node.toml
When following the full node instructions, when you got to
this section
you should have downloaded the Validator-themed node.toml.
From that template, the following should be configured:
-
(Important) Review the
beneficiaryaddress. This is the address that will receive block rewards. -
(Optional) - Double check
node_namemakes sense after transition from full node (for example, remove anyfull_prefix). Please choose a unique identifier to avoid confusion. -
(Optional) - Configure dedicated or prioritized connections:
-
Dedicated full node
-
Prioritized full node
monad-bft, run the following command: -
Dedicated full node

