> For the complete documentation index, see [llms.txt](https://doc.juncachain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.juncachain.com/wallet_app/mut_walltes.md).

# Walltes Manager

Here you can manage all your wallets, you can view, create, restore, delete your wallets.

![](/files/6jNgMpV7quADZNMlUQgT)

**Create/restore wallet**

Click the ➕ button in the upper right corner, you can jump to the create/restore wallet page, create a wallet or restore a wallet.

**View wallet details**

Click on a single wallet in the list to enter the wallet details to view the currency and balance held by the wallet.

![](/files/KDrsx8ra7XFHwL8u896I)

**View currency details**

Click on the currency, enter the details to view currency transaction records, transfer the currency to other wallets.

![](/files/Mgg1YwSF0IGN4rlpAWh2)

**delete wallet**

On the wallet details page, click the button in the upper right corner to pop up the delete operation button.

{% hint style="info" %}
If you need to use this wallet in the future, please confirm that you have properly saved its mnemonic before deleting.
{% endhint %}


---

# 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://doc.juncachain.com/wallet_app/mut_walltes.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.
