Validator UI

Propose, vote, unvote, resign, and withdraw on the XDC validator contract

Propose Node

Uploads KYC if needed, then calls propose() to register a masternode candidate.

Vote

Stake XDC on an active candidate via vote().

Unvote

Remove stake from a candidate via unvote(). Funds become withdrawable after voterWithdrawDelay blocks. Leave amount blank to unvote the full stake.

Resign

Owner-only. Calls resign(); stake becomes withdrawable after candidateWithdrawDelay blocks.

Withdraw

Claim stake scheduled after resign or unvote. Loads pending withdrawals for the wallet.

Network Explorer

Read-only views: candidateCount, getOwnerCount, maxValidatorNumber, owners, ownerToCandidate, getCandidates, getVoters.

Voters on a candidate

Checking service status...