# How to Create a Wallet?

How to set up a non-custodial wallet:

**1.Download a wallet app.** Popular options include <https://coinpocket.io>             &#x20;

![](/files/YnvEQG2JIktZcJ7htlXd)

**2.Create your account.** Unlike a hosted wallet, you don’t need to share any personal info to create a non-custodial wallet. Not even an email address.

**3.Be sure to write down your private key.** It’s presented as a random 12-word phrase. Keep it in a secure location. If you lose or forget this 12-word phrase you won’t be able to access your crypto.<br>

**4.Transfer crypto to your wallet**. It’s not always possible to buy crypto using traditional currencies (like US dollars or Euros) with a non-custodial wallet, so you’ll need to transfer crypto into your non-custodial wallet from elsewhere.&#x20;

{% hint style="info" %}
**Good to know:** depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!
{% endhint %}


---

# Agent Instructions: 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://help.coinpocket.io/wallet-operation/how-to-create-a-wallet.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.
