# Wallet

## App Wallet

Provides the features of App Wallet and detailed instructions on how to use the App Wallet.

App Wallet has the features to send and exchange tokens after creating an wallet account on the user\`s mobile. The main features include managing and transferring token, exchanging among tokens, verifying transaction history, connecting with WEMIX services, and supporting contract execution. App Wallet can restore your wallet account with a secret phrase. Only you can check and manage the secret phrase, so keep it in a safe place and never share it with others.

{% embed url="<https://docs.wemix.com/v/wallet-en/manual/app-wallet>" %}

## Web Wallet

Provides the features of Web Wallet and detailed instructions on how to use the Web Wallet.

WEMIX Web Wallet allows developers to create a new account or see the information from existing accounts directly through a web browser without having to run the WEMIX node locally. WEMIX Web Wallet allows users to transfer WEMIX or tokens to another account for testing purposes.

{% embed url="<https://docs.wemix.com/v/wallet-en/manual/web-wallet>" %}


---

# 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.wemix.com/en/manual/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.
