For the complete documentation index, see llms.txt. This page is also available as Markdown.

Signing History & Privacy Mode

Signing History

SSP Key v2 keeps a Signing History β€” a log of everything this Key has co-signed: transactions, EVM messages, identity messages, vault transactions, shared public nonces, and other signed actions, each with its time and details.

Its privacy properties are strict:

  • Local only β€” the log is stored only on your device and is never sent anywhere, not even to the SSP Relay.

  • Encrypted β€” stored with the same encryption that protects the rest of your Key's data.

  • Biometric-gated β€” opening the history requires your biometric or password, just like signing.

You can permanently delete the log at any time with Clear history. This cannot be undone and affects only the local record β€” it has no effect on the blockchain or your wallet.

The history is a convenience record for you. It plays no role in signing, and losing it (e.g., restoring the Key on a new phone) loses nothing but the log itself.

Privacy Mode

Privacy Mode masks wallet identities and transaction references shown in the signing history β€” useful if someone glances at your phone.

The wallet side has its own privacy mode too: tap your balance in SSP Wallet to blur every amount. See Navigating SSP Wallet.

Last updated