<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.

➡️ Granting MsgVote Permissions

simd tx authz grant <addr receiving grant> generic --msg-type /cosmos.gov.v1beta1.MsgVote --from <operator key>

⬅️ Revoking MsgVote Permissions

simd tx authz revoke <addr losing grant> /cosmos.gov.v1beta1.MsgVote --from <operator key>

🔍 Querying MsgVote Permissions

$ simd query authz grants <operator address> <address granted> /cosmos.gov.v1beta1.MsgVote