> For the complete documentation index, see [llms.txt](https://coinsdo.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsdo.gitbook.io/docs/coinwallet/setup/import-wallet.md).

# Import wallet

1. Under Add Wallet menu, select Import wallet\
   ![](/files/cIztnDpEJkvkjf4cjaHx)<br>
2. Select an import method.\
   ![](/files/vt8snybEf7w3dZYZhkzd)<br>

### Seed Phrase

1. Insert your 12-word seed phrase which was provided during wallet creation, or provided by any other seed phrase wallet.\
   ![](/files/FL7NJ3WFubtxaF0r7vb5)<br>
2. Set your wallet name and color theme to complete import.

### Address Private Key

1. Insert address private key which you can export at [Export Private Key](/docs/coinwallet/setup/exporting-private-keys.md) screen, or provided by any other seed phrase wallet, and also token.\
   ![](/files/B0qiWSFsD93NPoZUKADM)<br>
2. Set your wallet name and color theme to complete import.

### Key Shard

1. Insert MPC key shard which you can export at Export MPC Key Shard screen. This works only with MPC wallet created using CoinWallet. Tap next after this.\
   ![](/files/eXycuYKi3THDfyVjKs0A)\
   \
   There are 4 methods to insert\
   \
   **Paste**\
   Paste from clipboard\
   \
   **Upload keystore file**\
   Upload a key shard keystore file, have to insert password.\
   \
   **Scan**\
   Scan keyshard QR code\
   \
   **Retrieve**\
   Retrieve key shard under CoinsDo custody, note that this only works with MPC wallet with CoinsDo custody and you have to provide a key shard and a wallet address from selected network for verification purpose.\
   ![](/files/Q5wtN7T4v7OPvE6CVqwf)<br>
2. Tap next after you have insert enough key shard. The minimum number of key shards required to restore a MPC wallet is the same as the number of required approvals of your MPC wallet. For eg, if your MPC requires 2 votes to execute a transaction, then you will need 2 key shards.
3. Set your wallet name and color theme to complete import.

### Keystore

1. Upload keystore file and insert the encryption password to import.\
   ![](/files/aLAknfzStWMiPHGOucDp)<br>
2. Set your wallet name and color theme to complete import.


---

# 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, and the optional `goal` query parameter:

```
GET https://coinsdo.gitbook.io/docs/coinwallet/setup/import-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
