Skip to content

How to Delegate

Delegate with NexDAX Extension Wallet

Detailed user guide is here

Create an account if necessary

Please refer to this guide on how to create a wallet with NexDAX Extension Wallet

Go to the staking page:

Unlock your wallet

img

Click on “Connect Wallet”

img

Swtich to NexDAX Chain Network

If you are using NexDAX Chain, please follow these steps to switch network:

  • Click on "Change Network"

img

  • Choose "NexDAX Chain Network"

img

Choose a validator

img

  • Click on “delegate” and input the amount

img

  • Confirm your transaction in extension wallet

img

Success

img

  • your delegation overview

img

You can see the staking history from

img

Delegate with NexDAX Chain Command line

Download eth-cli

Please follow the guides here

Verify your balance is enough

Fee for Delegate Smart Chain Validatoris 0.001NT

The minimum delegated amount is 1NT.

Choose a validator

You can use eth-cli or eth-cli for querying the list of current validators.

## mainnet
eth-cli staking side-top-validators --top 10 --side-chain-id=bsc --chain-id=NexDAX-Chain-Tigris

## testnet
eth-cli staking side-top-validators --top 10 --side-chain-id=chapel --chain-id=NexDAX-Chain-Ganges

Delegate NT

You can use eth-cli or eth-cli to delegate some of NT to a validator

Go to explorer to verify your transactions.

## mainnet
eth-cli staking nc-delegate --chain-id NexDAX-Chain-Tigris --side-chain-id bsc --from bnb1tfh30c67mkzfz06as2hk0756mgdx8mgypu7ajl --validator bva1tfh30c67mkzfz06as2hk0756mgdx8mgypqldvm --amount 1000000000:NT --home ~/home_cli

## testnet
eth-cli staking nc-delegate --chain-id NexDAX-Chain-Ganges --side-chain-id chapel --from tbnb1tfh30c67mkzfz06as2hk0756mgdx8mgypu7ajl --validator bva1tfh30c67mkzfz06as2hk0756mgdx8mgypqldvm --amount 1000000000:NT --home ~/home_cli

Undelegate NT

You can use eth-clior eth-cli to undelegate some bonded NT from a validator

Redelegate NT

You can use eth-clior eth-cli to redelegate some bonded NT from a validator

For Testnet

Enable Testnet Configuration

img

Get some testnet fund from faucet

Go to this faucet page: https://testnet.nexdax.com/faucet-smart

Transfer NT from NC to BC

Please refer to this guide