암호화폐 지갑

암호화폐 접근 및 관리를 위한 개인 키 저장소.

Contrary to popular belief, a crypto wallet does NOT store your coins; your coins live on the blockchain. The wallet stores your 'Private Keys'—the passwords that prove you own those coins. It allows you to sign transactions and view your balance. It creates a bridge between you and the blockchain network.

        graph LR
  Center["암호화폐 지갑"]:::main
  Rel_private_keys["private-keys"]:::related -.-> Center
  click Rel_private_keys "/terms/private-keys"
  Rel_custodial_wallet["custodial-wallet"]:::related -.-> Center
  click Rel_custodial_wallet "/terms/custodial-wallet"
  Rel_wallet["wallet"]:::related -.-> Center
  click Rel_wallet "/terms/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

하드웨어 지갑(Cold [Wallet](/ko/terms/cold-wallet))이 해킹으로부터 가장 안전합니다. 복구 구문(시드) 관리가 핵심입니다.

📚 출처