# Sign a message with your wallet key

One way to prove ownership of a wallet is to sign a message.

_Source: https://beta.taostats.io/docs/concepts/wallets-accounts/sign-a-message-with-your-wallet-key_

_Last reviewed: 2026-09-15_

One way to prove ownership of a wallet is to sign a message.  This can be done with the [polkadot website](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Farchive.chain.opentensor.ai%3A443#/signing)

Import your wallets, and choose the wallet you would like to sign the message with.

![Wallet message-signing panel with an account selector, message field, hex-input toggle, resulting signature field with copy button, and a Sign message button](https://beta.taostats.io/images/docs/concepts/taostats-wallet-sign-message-panel.png)

Here, the wallet rao has signed the message "I like taostats."  To sign this message, the owner has to enter their wallet's password. So only the owner of the wallet can create the signature.

## Decrypting the signature

The other party has your wallet address, and the signature.

Click the verify tab from the link above.

![Signature verify form with address selector, signed-data field, a signature field showing a green valid checkmark, crypto-type, and hex-input fields](https://beta.taostats.io/images/docs/concepts/taostats-wallet-verify-signature-panel.png)

The green checkmark indicates success!

Whoever created that signature has possession of the wallet.
