2 What is a crypto “wallet”?
2ウオレットとは何か
Quite simply, a wallet is an interface that stores your private keys and allows a user to interact with the blockchain and exert control over the crypto assets associated with their blockchain address.
簡単に言えば、ウォレットは秘密鍵を保存し、ユーザーがブロックチェーンと対話し、ブロックチェーンアドレスに関連付けられた暗号資産を制御できるようにするインターフェイスです。
The term “wallet” is misleading. In truth, a wallet does not actually hold any cryptocurrency. A wallet creates and stores your seed phrase and uses that seed phrase to generate a
private and public key pair. Those keys are what allow you to interact with the blockchain(s). Your public key is effectively your address, think of it as your account number. You can receive crypto with it just as you can with a bank account, but to access it you require the associated private key that was generated from your seed phrase.
「ウォレット」という用語は誤解を招く恐れがあります。実際、ウォレットは実際には暗号通貨を保持していません。ウォレットはシードフレーズを作成して保存し、そのシードフレーズを使用して秘密鍵と公開鍵のペアを生成します。これらのキーは、ブロックチェーンとの対話を可能にするものです。あなたの公開鍵は事実上あなたのアドレスであり、それをあなたのアカウント番号と考えてください。銀行口座と同じように暗号を受け取ることができますが、アクセスするには、シードフレーズから生成された関連する秘密鍵が必要です。
The same seed phrase can generate multiple pairs of keys so that you can interact with Ethereum, Binance Smart Chain, Bitcoin, and all kinds of other chains using the private/public keys generated from the same seed phrase. You can even generate multiple accounts within a
single chain, each with its own key pair, but all derived from the same seed phrase. Needless to say, your seed phrase and private keys should NEVER be revealed or you risk losing control of the connected cryptocurrency.
同じシードフレーズで複数のキーペアを生成できるため、同じシードフレーズから生成された秘密鍵/公開鍵を使用して、イーサリアム、バイナンススマートチェーン、ビットコイン、およびその他のあらゆる種類のチェーンと対話できます。1つのチェーン内に複数のアカウントを生成し、それぞれが独自のキーペアを持つこともできますが、すべて同じシードフレーズから派生します。言うまでもなく、シードフレーズと秘密鍵は決して明らかにされるべきではありません、さもなければあなたは接続された暗号通貨の制御を失う危険があります。
In short, a wallet stores your seed phrase and private keys so that every time you sign a transaction with that wallet, you are proving ownership of the private key associated with the public address, enabling you to send, receive, and transact on various blockchains.
つまり、ウォレットにはシードフレーズと秘密鍵が保存されるため、そのウォレットでトランザクションに署名するたびに、パブリックアドレスに関連付けられた秘密鍵の所有権が証明され、さまざまなブロックチェーンで送信、受信、および取引できるようになります。
3 How does a crypto wallet work?
3暗号ウオレットの機能の仕方は?
A wallet takes your private keys and signs transactions. This signature proves ownership of the associated public address. Each time you interact with the blockchain, you are sending info to that distributed ledger (EVM in the case of Ethereum) and telling it how to update your balances. The balances themselves are not actually stored within the wallet. Instead, they are stored on the distributed ledger and attributed to your public address. The balance on that ledger can only be updated with your private keys or a party approved by you with your private keys.
ウォレットは秘密鍵を受け取り、トランザクションに署名します。この署名は、関連付けられたパブリック
アドレスの所有権を証明します。ブロックチェーンを操作するたびに、その分散型台帳(イーサリアムの場合はEVM) に情報を送信し、残高を更新する方法を伝えます。残高自体は実際にはウォレット内に保存されません。代わりに、それらは分散型台帳に保存され、パブリックアドレスに関連付けられます。その元帳の残高は、秘密鍵、または秘密鍵で承認された当事者でのみ更新できます。
Without getting too granular, if you send ETH for example, you are signing a transaction in your wallet and broadcasting it to the validators telling them to reduce your balance and increase the
balance on the receiver’s address. If you do the same with an ERC-20 token, it is a little different in that you are actually updating the balance within the smart contract that governs that token, a separate “sub-ledger”. In fact, in any smart contract interaction, you must sign a transaction with your wallet and each interaction requires a fee to be paid to validators, a “gas fee”, generally paid in the native token/currency (a more in-depth gas fee discussion
to follow).
細かくなりすぎることなく、たとえばETHを送信する場合、ウォレットでトランザクションに署名し、それを検証者にブロードキャストして、残高を減らして受信者のアドレスの残高を増やすように指示します。ERC-20トークンで同じことを行う場合、そのトークンを管理するスマート契約内の残高を実際に更新しているという点で少し異なります。実際、スマート契約の対話では、ウォレットでトランザクションに署名する必要があり、各対話では、検証者に支払う手数料、通常はネイティブトークン/通貨で支払われる「ガス料金」が必要です(より詳細なガス料金の議論は後ほど)。
The reason a wallet is required at all is because blockchains don’t have their own user interfaces. They are distributed ledgers that use blockchain technology to ensure no intermediary is needed, and no trusted third party. The very ethos of crypto is based on self-custody, where no counterparty risk exists and one can access their crypto pseudonymously and
permissionlessly. This kind of freedom comes with a great deal of responsibility, in which a user must carefully and meticulously protect their private keys at all times.
ウォレットが必要な理由は、ブロックチェーンには独自のユーザーインターフェイスがないためです。これらは、ブロックチェーンテクノロジーを使用して、仲介者や信頼できる第三者が不要であることを保証する分散型台帳です。暗号の精神そのものは自己管理に基づいており、カウンターパーティのリスクは存在せず、偽名で許可なく暗号にアクセスできます。この種の自由には大きな責任が伴い、ユーザーは常に慎重かつ細心の注意を払って秘密鍵を保護する必要があります。
4 Wallet Types
4ウオレットのタイプ
There are two main types of crypto wallets; hot wallets and cold wallets. Each has its own set of unique advantages and disadvantages, but both are phenomenal upgrades as compared to holding your crypto on a centralized exchange. As we have seen with recent collapses of centralized platforms like Celsius, FTX, and others, if you want to survive long-term in the volatile wild west of crypto, a self-custody solution is a must. Which wallet(s) you choose will depend on your goals and activity. Are you a Hodler or a DeFi enthusiast? Do you love ape-ing into the latest NFT drop, or launchpad flash sale? Or would you prefer to hide your grandpa’s Bitcoin in cold storage in your attic?
暗号ウォレットには主に2つのタイプがあります。ホットウォレットとコールドウォレット。それぞれに独自の長所と短所がありますが、どちらも中央集権型取引所で暗号を保持することと比較して驚異的なアップグレードです。セルシウス、FTXなどの中央集権型プラットフォームの最近の崩壊で見たように、仮想通貨の乱高下する荒野で長期的に生き残りたい場合は、自己監護ソリューションが必須です。どのウォレットを選択するかは、目標と活動によって異なります。あなたは保有嗜好ですか、それともDeFi愛好家ですか? 最新のNFTドロップやランチパッドフラッシュセールに参加するのが大好きですか? それとも、おじいちゃんのビットコインを屋根裏部屋の冷蔵庫に隠すのを好みますか?
i. Hot Wallets (Desktop and Mobile)
i. ホットウオレット(デスクトップやモバイル)
Hot wallets are so named because they store your seed phrase and private keys in a medium that is connected to the internet, hence the term “hot”. They are the simplest to use and typically have better user interfaces and maximum level of compatibility. Top examples include Metamask, Exodus, and Atomic Wallet. What they offer in convenience is offset by a lower level of security.
ホットウォレットは、インターネットに接続されたメディアにシードフレーズと秘密鍵を保存するため、「ホット」という用語が付けられています。これらは最も使いやすく、通常はより優れたユーザーインターフェイスと最大レベルの互換性を備えています。トップの例には、メタマスク、エクソダス、アトミックウォレットなどがあります。彼らが便利に提供するものは、より低レベルのセキュリティによって相殺されます。
There are two types of hot wallets: Desktop and Mobile. Desktop hot wallets store your keys locally, typically on a web extension, but sometimes on a desktop application. Mobile wallets store your keys locally on a mobile App. Generally speaking, a desktop wallet is more secure than a mobile version, but certainly has its vulnerabilities as well.
ホットウォレットには、デスクトップとモバイルの2種類があります。デスクトップホットウォレットは、キーをローカルに、通常はWeb拡張機能に保存しますが、デスクトップアプリケーションに保存することもあります。モバイルウォレットは、モバイルアプリにローカルにキーを保存します。一般的に言って、デスクトップウォレットはモバイルバージョンよりも安全ですが、確かに脆弱性もあります。
PROS:
賛成論:
l High level of compatibility with dApps and protocols
dAppおよびプロトコルとの高レベルの互換性
l Smoother more user-friendly user interfaces
よりスムーズでユーザーフレンドリーなユーザーインターフェイス
l Better for DeFi, NFT, Launchpad and other active users.
DeFi、NFT、ランチパッド、その他のアクティブユーザーにより良い
l Should be for active portions of your portfolio only, with larger balances being sent to cold wallets.
ポートフォリオのアクティブな部分のみを対象とし、より多くの残高がコールドウォレットに送られる
l Large number of wallet options, with wallet choice being heavily influenced by your intended use-case.
ウォレットオプションが多数あり、ウォレットの選択は意図したユースケースに大きく影響される
l Generally free, or low cost.
一般的に無料もしくは低コスト
CONS:
反対論
l Lower level of security as compared to cold wallets.
コールドウォレットと比較してセキュリティレベルが低い
l Given the higher blockchain interaction levels, a more robust
knowledge of settings and mechanics can sometimes be required for optimal use.
ブロックチェーンの相互作用レベルが高いことを考えると、最適な使用のために設定とメカニズムに関するより堅牢な知識が必要になる場合がある
l Depending on your wallet choice, supported crypto can be restricted
(eg. Metamask supports strictly EVM-compatible chains)
ウォレットの選択に応じて、サポートされている暗号を制限され得る(例:メタマスクは厳密にEVM互換のチェーンをサポートする)
As a rule of thumb, if your goal is more in-depth interactions with smart contracts and dApps, a super compatible desktop wallet like Metamask is your best bet, with a backup cold wallet to
store your gains and long-term holds. If you want to really step up your safety and security, dedicate one hot wallet to contract interactions, another for hodling of tokens and assets that may require voting or staking (low risk), and a cold wallet for long-term storage.
経験則として、スマート契約やdAppsとのより詳細なやり取りが目標である場合は、メタマスクのような非常に互換性のあるデスクトップウォレットが最善の策であり、利益と長期保有を保存するためのバックアップコールドウォレットを備えています。安全性とセキュリティを本当に強化したい場合は、1つのホットウォレットを契約対話専用にし、もう1つ別のを投票またはステーキング(低リスク)を必要とする可能性のあるトークンと資産の保有専用にし、コールドウォレットを長期保管専用にします。
===============================
インターネット・コンピュータランキング
===============================
ネットサービスランキング
=============================