Skip to content

How to Delegate

Delegate with 5DAX Extension Wallet

Detailed user guide is here

Create an account if necessary

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

Go to the staking page:

Unlock your wallet

img

Click on “Connect Wallet”

img

Swtich to 5DAX Chain Network

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

  • Click on "Change Network"

img

  • Choose "5DAX 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 5DAX 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=5DAX-Chain-Tigris

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

Delegate 5T

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

Go to explorer to verify your transactions.

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

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

Undelegate 5T

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

Redelegate 5T

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

For Testnet

Enable Testnet Configuration

img

Get some testnet fund from faucet

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

Transfer 5T from FC to BC

Please refer to this guide