Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 5

one year ago
Tal Kol
334 × 3 Administrator
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts (normally by an institution like an exchange or a big whale). Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. Strategies for cold storage: ## Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ## Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ## Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions with official support for TON: https://www.matrixport.com/institutions#custody ## iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts (normally by an institution like an exchange or a big whale). Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ## Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ## Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ## Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions with official support for TON: https://www.matrixport.com/institutions#custody ## iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
one year ago
Tal Kol
334 × 3 Administrator
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts (normally by an institution like an exchange or a big whale). Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ## Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ## Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ## Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions with official support for TON: https://www.matrixport.com/institutions#custody ## iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts. Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ## Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ## Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ## Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions with official support for TON: https://www.matrixport.com/institutions#custody ## iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
one year ago
Tal Kol
334 × 3 Administrator
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts. Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ## Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ## Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ## Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions with official support for TON: https://www.matrixport.com/institutions#custody ## iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts. Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ## Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ## Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ## Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions that official support TON: https://www.matrixport.com/institutions#custody ## iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
one year ago
Tal Kol
334 × 3 Administrator
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts. Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ## Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ## Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ## Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions that official support TON: https://www.matrixport.com/institutions#custody ## iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts. Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ### Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ### Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ### Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions that official support TON: https://www.matrixport.com/institutions#custody ### iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.
one year ago
Original
Tal Kol
334 × 3 Administrator
What are the various ways of holding and storing Ton coin securely - particularly large amounts and cold storage?

Holding crypto is normally a tradeoff between security and convenience. There is no one right way - so here's a quick overview of various strategies in TON. I'll focus on strategies for holding large amounts. Cold storage / hot storage is a method where you keep a small amount that is used frequently in a hot wallet - a wallet that is convenient but less secure - and the large amount that is used infrequently in a cold wallet - a wallet that is more secure but less convenient. ### Hardware wallet - Ledger Hardware wallets like [Ledger](https://www.ledger.com/) are usually a good combination of security and convenience. They store your secret mnemonic on a secure enclave that prevents the key from being extracted. Unfortunately, since the TON ecosystem is still early, there's no official support for TON in the leading hardware wallets (as of October 2022). But hopefully official support is [coming soon](https://www.ledger.com/toncoin-wallet). Unofficial support for Ledger is available from two places: * https://github.com/ton-blockchain/ledger-app-ton (by core team) * https://github.com/ton-community/ledger-app-ton (by TonWhales) The downside of this approach is that support is not official by Ledger yet and some people don't like to install unofficial apps on their hardware devices. ### Ton-offline-transaction - offline laptop https://github.com/ton-defi-org/ton-offline-transaction With this approach, you use an offline laptop as a cold storage wallet that isn't connected to the Internet and therefore is almost impossible to hack. This approach is more secure than a hardware wallet like Ledger, but more cumbersome to use. You setup the offline computer once. Every time you need to sign a transaction, you sign it on the offline computer and transfer the signed transaction alone to a computer that is connected to the Internet (this can be done with [QR codes](https://github.com/ton-defi-org/ton-offline-transaction/blob/master/boc-to-qr.html)). If you're extra paranoid, you don't even store the secret mnemonic on the offline computer. Instead, you can use a secure USB-based operating system like [Tails](https://tails.boum.org/) which has no persistence (runs in RAM) and boots a fresh copy every time. ### Professional custody If you're willing to trust a bank-like entity with your crypto, a custody product may also be a good solution. The security practices employed by these bodies are usually better than what you would do by yourself. There are some custody solutions that official support TON: https://www.matrixport.com/institutions#custody ### iPhone with FaceID and TonKeeper [tonkeeper.com](https://tonkeeper.com) Mobile app wallets like TonKeeper are very convenient to use but less secure than a dedicated hardware wallet. Latest iPhones are actually not that bad since the device locks with FaceID securely after a minute of inactivity, and once locked, almost impossible to unlock without the official owner. iPhones rely on a secure enclave for this mechanism which is very similar to what's used in a hardware wallet. Since iPhones are connected to the outside world, they can theoretically be hacked remotely. You can probably assume that this capability is reserved for state agents and not "regular" hackers. The main concern with this approach is actually having the wallet app developer hacked, the attacker publishing a new malicious app to the app store and you auto downloading this app automatically. This risk can be mitigated by disabling auto update for TonKeeper.