ONX Validator Program
Become an ONX Validator
Secure the network. Earn rewards. Launch your ONX validator with a production-ready Cosmos operator flow.
Live Network Status
LOADINGBlock Height
—
Validator Count
—
Endpoints
https://rpc.onxia.org
https://api.onxia.org
Recent Transactions (latest block)
No txs found in latest block.
Keplr Connect
Connect your Keplr wallet to prepare validator transactions.
Address
Not connected
Balance (onx)
—
Auto Validator Generator
Generate your create-validator transaction command automatically.
Generated Command
onxchaind tx staking create-validator \ --amount=50000000onx \ --pubkey=$(onxchaind comet show-validator) \ --moniker="onx-validator" \ --chain-id=onxchain \ --commission-rate="0.05" \ --commission-max-rate="0.20" \ --commission-max-change-rate="0.01" \ --min-self-delegation="1" \ --from validator \ --keyring-backend=test \ --fees=1000onx -y
Validator Requirements
VPS
4-8 vCPU, 16-32 GB RAM, NVMe SSD
Uptime Requirement
99.9% + monitoring + auto-restart
Minimum Stake
50,000,000 ONX recommended
Step-by-step Setup
1) Install Dependencies + Build
sudo apt update sudo apt install -y build-essential git curl git clone https://github.com/onxia-chain/onx.git cd onx make install
2) Init Node
onxchaind init my-node --chain-id onxchain
3) Configure Peers
# Edit ~/.onxchain/config/config.toml persistent_peers = "[email protected]:26656"
4) Start Node
onxchaind start --minimum-gas-prices=0.001onx
5) Create Wallet
onxchaind keys add validator --keyring-backend test onxchaind keys show validator -a --keyring-backend test
6) Create Validator
onxchaind tx staking create-validator --amount=50000000onx --pubkey=$(onxchaind comet show-validator) --moniker="validator-name" --chain-id=onxchain --commission-rate="0.05" --commission-max-rate="0.20" --commission-max-change-rate="0.01" --min-self-delegation="1" --from validator --keyring-backend=test --fees=1000onx -y
Validator Ranking
Loading...
Score = uptime + voting power + low commission.
| Rank | Moniker | Voting Power | Commission | Status | Score |
|---|
Start Validating Now
Deploy with the guided flow, connect Keplr, generate your validator transaction, and launch using the one-click script.