# Wallets

### Crypto Wallet

Crypto Wallet is a BEP-20 wallet, which users can create in SingSing App.

If the user already has a Crypto wallet like Trust Wallet, Metamask,... can import it into App SingSing by entering 12 phrase-keys.

{% hint style="info" %}
Crypto wallets all have the same function, when there is a phrase key, they can be used without depending on the software that created that wallet. Therefore, this Crypto wallet can be used anywhere.
{% endhint %}

### Spending Wallet

Spending Wallet is SingSing's in-app hot wallet, with the function of making in-app transactions easily, conveniently and saving gas costs for users.

Users need to transfer tokens like BNB/BUSD from Crypto wallet to Spending wallet to be able to perform in-app transactions.

From the Spending Wallet, tokens can be transferred to the Crypto Wallet for users to transact on Dex or transfer between wallets.


---

# 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://singsing.gitbook.io/singsing/platform/deprecated/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.
