From b065981411e2b0cb326d08fb0ac97935e4433b84 Mon Sep 17 00:00:00 2001 From: Charlie <31941002+CharlieMc0@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:42:36 -0600 Subject: [PATCH] Update validator doc -- Add payout wallet info Added instructions to withdraw rewards and how to add a different withdrawal address --- src/pages/nodes/validate/validator.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/pages/nodes/validate/validator.mdx b/src/pages/nodes/validate/validator.mdx index db844089..a31e4fff 100644 --- a/src/pages/nodes/validate/validator.mdx +++ b/src/pages/nodes/validate/validator.mdx @@ -160,3 +160,18 @@ zetacored tx slashing unjail --from=operator Check the transaction status for any error and confirm that your validator is part of the active set again with the command in the previous section. + +### Withdrawing Funds + +You can withdraw your rewards including comissions using this command. + +```bash +zetacored tx distribution withdraw-rewards --commission [validator_address] +``` + +Optionally, you can set up different address to receive your payouts +instead of them going directly to you validator's wallet address. + +```bash +zetacored tx distribution set-withdraw-addr [withdraw-addr] +```