> For the complete documentation index, see [llms.txt](https://archive-docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-docs.klaytn.foundation/content/dapp/developer-tools/getting-started.md).

# Wallets

Wallets on Klaytn allows for access to accounts controlled by private keys, thus facilitating private key management, signing crypto transactions and also provides an interface to access(i.e send and receive) digital assets. This section provides a list of Klaytn supported wallets. Lets get started!

> **Note**: The wallets provided below are third party wallets that have integrated with Klaytn and as such it’s much advised for users to do their due diligence before using them.

| Wallet                                             | Custody       | Account Type   | Platforms                | Multi-sig | Browser Extension | NFT     | Bridge Support |
| -------------------------------------------------- | ------------- | -------------- | ------------------------ | --------- | ----------------- | ------- | -------------- |
| [1inch](https://1inch.io/wallet/)                  | Non-custodial | EOA            | Mobile                   | No        | Yes               | Support | No             |
| [ABC Wallet](https://myabcwallet.io/en/)           | Non-custodial | EOA            | Mobile, Browser          | No        | No                | Support | Yes            |
| [Alpha Wallet](https://alphawallet.com/)           | Non-custodial | EOA            | Broswer, Mobile, API-SDK | No        | No                | Support | Yes            |
| [Bit2Me](https://bit2me.com/suite/wallet-klaytn)   | Non-custodial | EOA            | Mobile, Web App          | No        | No                | No      | No             |
| [BitKeep](https://bitkeep.com/)                    | Non-custodial | EOA            | Browser, Mobile, Desktop | No        | Yes               | Support | Yes            |
| [Biport](https://biport.io/#/)                     | Non-custodial | EOA            | Mobile                   | No        | No                | Support | No             |
| [Burrito Wallet](https://www.burritowallet.com/en) | Non-custodial | EOA            | Browser, Mobile          | No        | Yes               | Support | Yes            |
| [Coin98](https://coin98.com/)                      | Non-custodial | EOA            | Browser, Mobile, Web App | No        | Yes               | Support | Yes            |
| [D'cent](https://dcentwallet.com/)                 | Hybrid        | EOA            | Mobile                   | No        | No                | Support | Yes            |
| [DeFi Wallet](https://crypto.com/defi-wallet)      | Non-custodial | EOA            | Mobile, Desktop          | No        | No                | Support | Yes            |
| [DeKeys](https://www.atomrigs.io/)                 | Non-custodial | EOA            | Browser                  | No        | Yes               | Support | No             |
| [Favorlet](https://favorlet.io/)                   | Non-custodial | EOA            | Mobile                   | No        | No                | Support | No             |
| [Huobi Wallet](https://www.itoken.com/en)          | Non-custodial | EOA            | Mobile                   | No        | No                | Support | No             |
| [Kaikas](https://app.kaikas.io/)                   | Non-custodial | EOA            | Mobile, Browser          | No        | Yes               | Support | No             |
| [Klaytn Safe](https://safe.klaytn.foundation/)     | Non-custodial | Smart Contract | Web App                  | Yes       | No                | Support | No             |
| [Klip Wallet](https://klipwallet.com/)             | Non-custodial | EOA            | Mobile                   | No        | No                | Support | No             |
| [Krystal DeFi](https://krystal.app/)               | Non-custodial | EOA            | Mobile, Web App          | No        | No                | Support | Yes            |
| [Math Wallet](https://mathwallet.org/en-us/)       | Custodial     | EOA            | Mobile, Web App, Browser | No        | Yes               | Support | Yes            |
| [MetaMask](https://metamask.io/)                   | Non-custodial | EOA            | Mobile, Browser          | No        | Yes               | Support | No             |
| [Midas Protocol](https://midasprotocol.io/)        | Non-custodial | EOA            | Mobile                   | No        | No                | Support | Yes            |
| [NOW Wallet](https://walletnow.app/)               | Non-custodial | EOA            | Mobile, Desktop          | No        | No                | Support | No             |
| [OKX Wallet](https://www.okx.com/web3)             | Non-custodial | EOA            | Mobile, Browser          | No        | Yes               | Support | Yes            |
| [Rabby Wallet](https://rabby.io/)                  | Non-custodial | EOA            | Browser, Desktop         | No        | Yes               | Support | No             |
| [Token Pocket](https://www.tokenpocket.pro/en)     | Non-custodial | EOA            | Mobile, Browser, API-SDK | No        | Yes               | Support | Yes            |
| [TrustKeys](https://trustkeys.network/)            | Non-custodial | EOA            | Mobile                   | No        | No                | Support | No             |
| [Welldone Wallet](https://welldonestudio.io/)      | Non-custodial | EOA            | Browser                  | No        | Yes               | No      | Yes            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://archive-docs.klaytn.foundation/content/dapp/developer-tools/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
