Blockchain & Crypto
Lesson 3 of 3 6 min +40 XP

Keys & Smart Contracts

Signing, spending, and automating.

What you'll learn

  • Understand keys & smart contracts
  • Apply it to real examples
  • Check yourself with a quiz
The unforgeable signature

Your private key signs a transaction the way a signature no one can forge authorizes a check — lose it and the money is gone forever. Smart contracts take it further: code that runs itself when conditions are met.

Keys and self-running code

A private key authorizes spending; never share it. A smart contract is on-chain code that executes automatically when its conditions are satisfied.

Knowledge Check

+10 XP / correct

1. Your private key…

2. A smart contract is…