Skip to content

Intended reader: anyone asked by a site to sign a message. Goal: proving you control an address, without agreeing to something you did not read. Prerequisites: a connected site that requested a signature. Safety: no coin can move from signing a message. That does not make every message safe to sign.

That the holder of a private key agreed to a specific piece of text. It is used to prove address ownership without moving funds: sign in to a service, claim membership of a collection, verify you control an address to a counterparty.

No fee is paid. Nothing is broadcast. No coin can move as a direct result.

A message is not always a neutral proof. It can be a statement, an agreement, or a term. What the text says is what you are agreeing to, and the wallet cannot know which sentences carry weight.

The wallet scans message text for scam-language patterns and warns you when it finds them, which helps with the obvious cases and cannot help with a well-written one. Read the text yourself.

RequestWhat it isWhat to do
Text signingHuman-readable textRead every line before approving
Raw data signingA hex blob, not readable textOff by default. See below.
Multiple message signingSeveral messages in one requestEach one still counts. Read them all, or reject.
  1. The site requests a signature and the approval window opens.
  2. Read the origin shown by the wallet. It comes from the browser, not from the page.
  3. Read the message text in full.
  4. Confirm the address being used is the one you intend to prove ownership of.
  5. Approve, or reject.

The signature is returned to the requesting site. Nothing appears in your activity, because nothing happened on the chain.

  • The message is unreadable, or is raw data you did not expect.
  • The message contains terms you would not agree to in writing.
  • The origin is not the site you are on.
  • The request arrived without you doing anything on the page.