# Wallets

{% hint style="info" %}
Our wallet section is designed for convenience and speed. Set up your wallets with just a few clicks and use all of our modules with ease.
{% endhint %}

{% hint style="danger" %}
We recommend you set up a [security pin](https://docs.tradeonnova.io/configuration/wallets/security-pin) in Wallet settings for recovery purposes.
{% endhint %}

To access type `/wallets`

## Video Tutorial ⬇️

{% embed url="<https://youtu.be/BtALa2UsN8o>" %}

## Interactive Tutorial 👇 <a href="#interactive-tutorial" id="interactive-tutorial"></a>

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

## More information 🟩

| Button                                                                    | What does it do?                                                                   | Response from Bot                                                                                                                                            |
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ✅ Change Default Wallet                                                   | Changes the default wallet that is selected first for creation/execution of tasks. | <img src="/files/OYh31UWQmnpZ5s5MFkYA" alt="" data-size="original">                                                                                          |
| 🆕 Create Wallet                                                          | Creates a new wallet.                                                              | <p>What would you like to name this wallet?</p><p></p><p>The bot will then send you the Private Key & Address of the new wallet.</p>                         |
| 📥 Import Wallet                                                          | Allows you to import a pre-existing wallet into the bot.                           | <p>What would you like to name this wallet?</p><p></p><p>The bot will then need you to send the Private Key in order to integrate that wallet into Nova.</p> |
| 📝 Rename Wallet                                                          | Allows you to change the Name of any wallet.                                       | <img src="/files/qg7M4W0MceH6QIvsVz73" alt="" data-size="original">                                                                                          |
| 🗑️ Delete Wallet                                                         | Allows you to delete any wallet you wish to.                                       | <img src="/files/JJ0AnEKaO69szOKQY0y6" alt="" data-size="original">                                                                                          |
| 💸 [Withdraw](https://docs.tradeonnova.io/configuration/wallets/withdraw) | Allows you to withdraw your SOL from your wallet.                                  | Check [Withdraw.](https://docs.tradeonnova.io/configuration/wallets/withdraw)                                                                                |
| 🔐 Export Private Key                                                     | Allows you to select a wallet you wish to export the private key to.               | <img src="/files/E0hZrKFlIeJDr2Uv3Ylu" alt="" data-size="original">                                                                                          |
| 🔓 Security Pin Setup                                                     | Allows you to set up a security pin and recovery pin in case you lose access.      | N/A                                                                                                                                                          |


---

# 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.tradeonnova.net/wallets.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.
