하드웨어 월렛 가이드 (Hardware Wallet Guide)

콜드 스토리지 전문가 가이드.

Hardware wallets are considered the gold standard for cryptocurrency security.

### How it works:
1. Offline Keys: Private keys are generated and stored inside the device's secure element chip.
2. Transaction Signing: When you send crypto, the unsigned transaction is sent to the device. You enter a PIN and confirm on the device. It signs it internally and sends the signed data back to the computer.
3. Recovery Phrase: During setup, you get a 12-24 word seed phrase. This must be written down on paper (not digital!) as a backup.

### Best Practices:
- Never buy a used hardware [wallet](/ko/terms/hardware-wallet).
- Never type your seed phrase into a computer/phone.
- Keep the recovery phrase fire/water proof.

        graph LR
  Center["하드웨어 월렛 가이드 (Hardware Wallet Guide)"]:::main
  Rel_hardware_wallet["hardware-wallet"]:::related -.-> Center
  click Rel_hardware_wallet "/terms/hardware-wallet"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5살도 이해할 수 있게 설명

디지털 머니를 보관하는 실물 '금고'라고 생각하세요. 이 가이드는 그 금고를 안전하게 지키는 방법과, 왜 스마트폰 앱보다 해커로부터 더 안전한지를 알려줍니다.

🤓 Expert Deep Dive

Generated expert content

📚 출처