Skip to content

Commit 7fb99f2

Browse files
Update lesson.md
1 parent be1dbc6 commit 7fb99f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • docs/topics/bitcoin-hardware-wallet/00-beginners-hardware-wallet

docs/topics/bitcoin-hardware-wallet/00-beginners-hardware-wallet/lesson.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ Bitcoin was created to solve the problem of the manipulation of trust and money,
5454

5555
### What is a Wallet?
5656
### Hot vs Cold Wallets
57-
<img width="1200" height="675" alt="image" src="https://github.com/user-attachments/assets/a7cfe81b-462a-4b00-bb66-2221985e5365" />
58-
57+
A hot wallet is a software app on your phone or computer. It’s connected to the internet, so it’s easier to use and quicker to sign transactions, but this also means it's more exposed to hackers. And example would be a phone wallet or a browser wallet.
58+
<img width="600" height="337" alt="image" src="https://github.com/user-attachments/assets/a7cfe81b-462a-4b00-bb66-2221985e5365" />
59+
On the other hand a cold wallet, or hardware wallet, is a device that stores your key offline. This removes the ability for someone to hack your funds and is much safer for long-term savings.
5960

6061
### Hardware Wallet Threat Model
6162
Hardware wallets exist to solve a fundamental problem: how do you sign Bitcoin transactions without exposing your private keys to an internet-connected computer that could be compromised by malware or remote attackers? The core threat model assumes your everyday laptop or phone is potentially hostile. A hardware wallet creates an isolated environment where private keys never leave the device, and transaction signing happens in a secure element or microcontroller that only communicates the signature back to the host computer, not the key itself. Even if your computer is completely compromised, an attacker can't steal your Bitcoin without physical access to the device and your PIN.

0 commit comments

Comments
 (0)