<aside> 🎉 If you don’t want to use your validator operator key to sign a challenge via Keplr, Skip now let’s you sign with any other account!
This requires granting MsgVote permissions to a different address via authz, and then signing with that address. See below.
</aside>
→ ✅ After completion, go to **https://skip.money/registration** to get an API Key.
MsgVote Permissionssimd tx authz grant <addr receiving grant> generic --msg-type /cosmos.gov.v1beta1.MsgVote --from <operator key>
msg-type is the cosmos Type URL of the message that the granter can submit on behalf of the operator
authz grant can vote on gov proposals on behalf of your validator (and sign to get a Skip API Key) contact us and we’ll generate you one.MsgVote Permissionssimd tx authz revoke <addr losing grant> /cosmos.gov.v1beta1.MsgVote --from <operator key>
MsgVote Permissions$ simd query authz grants <operator address> <address granted> /cosmos.gov.v1beta1.MsgVote