Become a Validator
Last updated
Was this helpful?
Last updated
Was this helpful?
You need to have a fully synced node running on the Oraichain mainnet. Follow our to set up a node.
Your wallet must have some ORAI tokens to delegate and pay transaction fees.
Replace KEY_NAME
with your preferred wallet name:
Important: Save your passphrase, address, and mnemonic securely.
validator.json
FileAs of version v0.50, creating a validator.json
file is required.
validator.json
Edit the file with your actual validator details:
pubkey
: The validator's Protobuf JSON encoded public key (retrieved from the previous command).
amount
: Amount of coins to bond (e.g., 1000000orai = 1 ORAI
token).
moniker
: Your validator's name.
commission-rate
: Initial commission rate (e.g., 0.1
for 10%).
commission-max-rate
: Maximum commission rate (e.g., 0.2
for 20%).
commission-max-change-rate
: Maximum daily commission rate change (e.g., 0.01
for 1% per day).
min-self-delegation
: Minimum self-delegation (e.g., 1
ORAI).
website
: (Optional) Your validator's website.
details
: (Optional) Additional validator information.
Before creating your validator, fund your wallet with some ORAI tokens to activate it.
--from
: The name or address of the private key used to sign.
--chain-id
: The chain ID (fixed as Oraichain
).
--gas-prices
: Gas prices in decimal format to determine the transaction fee.
Replace OraichainValidator
with your moniker name:
Join the on Telegram to discuss ideas and troubleshoot issues!