Rewards Management

Manage validator node rewards on Vince Chain

You can manage your Vince Chain validator node rewards by simply using the commands below. One for querying your current reward balance and the other for withdrawing your rewards.

Querying Reward Balance

You can query your rewards balance with this command:

vinced query distribution rewards <vincechain1...> <vincechainvaloper1...>

Withdrawing Reward Balance

You can as well, withdraw all your current rewards with this command:

vinced tx distribution withdraw-all-rewards --from=<vincechain1...>

Last updated