# Create and connect a wallet

A cryptocurrency wallet (or crypto wallet for short) is a tool - software or hardware - that allows you to allows you to store, send, and receive cryptocurrencies like ONOs and others.

A crypto wallet serves the following purposes:

* **Stores your private keys** – these are secret codes that give you access to your cryptocurrency.
* **Manages your public keys and addresses** – used to receive funds from others.
* **Lets you send transactions** – authorizing the movement of your crypto using your private key.

Currently onocoy explorer supports the following crypto wallet types:

<figure><img src="/files/jddFeo2du3DZKXDXqcmU" alt=""><figcaption></figcaption></figure>

To guide you in the process of setting up your first crypto wallet in to onocoy explorer, here you have a tutorial based on Phantom wallet that could be extrapolated to the other wallet types:

{% embed url="<https://www.youtube.com/watch?v=xzWnTAd3OkQ>" %}


---

# 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://docs.onocoy.com/documentation/3.-become-a-miner/create-and-connect-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.
