Back to glossary

Signature

Beginner

A cryptographic value computed from a private key and a message hash that proves the key holder authorized the message without revealing the key itself. On Bitcoin, signatures are ECDSA (Legacy/SegWit) or Schnorr (Taproot); on Ethereum, ECDSA over secp256k1. Signatures are the fundamental primitive that authorizes every on-chain transaction.