Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: List of supported wallets #3828

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 51 additions & 5 deletions docs/developer-docs/defi/wallets/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,19 @@ Third-party custody allows a third-party entity to act on your behalf, managing
Before choosing a third-party option, you should do your own research and be sure that you understand the ramifications of your choices thoroughly before proceeding.
:::

### Web wallets
### Onchain wallets

Web wallets on ICP use Internet Identity for authentication, and are great for new users, less technical users, daily use, or small token transfers. Some examples include:
Onchain wallets on ICP use Internet Identity for authentication, and are great for new users, less technical users, daily use, or small token transfers. Some examples include:

- [NFID](https://nfid.one/): Each new account creates a hardware wallet that is untraceable. NFID supports sign-in with Google in addition to Internet Identity.

- [Oisy](https://oisy.com/): A multi-chain wallet powered by Chain Fusion.

- [Stoic](https://www.stoicwallet.com/): The native wallet for ICP's largest NFT marketplace, Entrepot.

- [AstroX ME](https://astrox.me/): A multi-chain wallet that supports ICP, Ethereum, Polygon, and more.
- [AstroX ME](https://astrox.me/): A multi-chain wallet that supports ICP, Ethereum, Polygon, and more.

- [Orbit](https://orbitwallet.io/): Private alpha.

### Browser extension wallets

Expand All @@ -71,7 +73,13 @@ Browser extension wallets can be used easily on any webpage, making them a good

- [Bitfinity](https://wallet.bitfinity.network/): Supports ICP, BTC, and SNS tokens. Available for Google Chrome.

- [Klever](https://klever.io/en-us): A multi-chain mobile wallet available for Google Chrome
- [Klever](https://klever.io/en-us): A multi-chain mobile wallet available for Google Chrome.

- [Trust Wallet](https://trustwallet.com/blog/beginners-guide-to-icp).

- [Metamask](https://snaps.metamask.io/snap/npm/fort-major/msq/).

- [Primevault](https://www.primevault.com/).

### Mobile app wallets

Expand All @@ -83,6 +91,32 @@ Mobile app wallets can be used for making transfers or payments while on the go,

- [Klever](https://klever.io/en-us): A multi-chain mobile wallet available for Apple and Android devices.

- [AirGap](https://airgap.it/): Available for Apple and Android devices.

- [Trust Wallet](https://trustwallet.com/): Available for Apple and Android devices, or as an APK file.

## Institutional custody

Institutional custody wallets are recommended for holding large amounts of crypto, as they provide additional benefits like customer support.

- [Coinbase](https://www.coinbase.com/custody).

- [Sygnum](https://www.sygnum.com/digital-asset-banking/internet-computer-icp/).

- [Copper](https://copper.co/en/insights/company-news/copper-adds-support-for-new-token-standards-on-the-internet-computer-blockchain-as-institutional-interest-grows).

- [Crypto Finance](https://www.crypto-finance.com/).

- [Dfns (wallet as a service)](https://www.dfns.co/article/icp-support).

- [Primevault](https://www.primevault.com/).

- [Taurus](https://www.taurushq.com/blog/taurus-integrates-the-full-icp-value-chain-including-staking-in-its-custody-solution-taurus-protect/).

- [NFID](https://nfid.one/).

- [Orbit](https://orbitwallet.io/): Private alpha.

## Self-custody wallets

Self-custody is a token distribution option that enables you to have sole responsibility over your digital assets and the management of your private keys, without the need of a third party to act on your behalf. Because there is no third-party, self-custody solutions often look different than third-party custody solutions, such that they use wallet formats such as air-gapped machines or cold wallets.
Expand All @@ -105,7 +139,19 @@ A **hardware wallet** is a physical device that holds your digital assets. Priva

In most cases, you can recover from the loss of a hardware wallet because the assets stored on hardware wallets are secured using a secret seed phrase. If you copy and secure the seed phrase—for example, by storing it in the form of a [paper wallet](#paper-wallets)—you can initialize a new device with the seed phrase and regain access to your digital assets.

One common hardware wallet device is the Ledger Nano. [Read more about how to set up a Ledger Nano device](./self-custody/hardware-wallet-cli.mdx).
Common hardware wallets include:

- [Ledger Nano](./self-custody/hardware-wallet-cli.mdx).

- [AirGap](https://airgap.it/).

- [Tangem](https://tangem.com/en/).

- [Taurus](https://www.taurushq.com/blog/taurus-integrates-the-full-icp-value-chain-including-staking-in-its-custody-solution-taurus-protect/).

- [Quill](/docs/current/developer-docs/developer-tools/cli-tools/quill-cli-reference/).

- ICP custody with seed phrase and air-gapped machine.

### Air-gapped computers

Expand Down
Loading