# Wallet Features

## **🛡️ Register**

For first-time users of the Wallet feature, you need to create a new account. By completing biometric verification on your computer, you will have access to a wallet that allows you to freely manage cryptocurrencies.

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

***

## 🔍 Balance

At the middle of the Wallet page, you’ll find a real-time snapshot of your total asset value across supported stablecoins, displayed in estimated USD equivalent.

**Key elements:**

* Network-specific balances (e.g., ETH, BSC, etc.)
* Estimated USD value calculated from live market prices

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

***

## ➕ Depositing Stablecoins

Users can easily deposit stablecoins into their AllScale Pay account by selecting the desired token and network, then transferring to the provided deposit address.

**Supported features:**

* Choose from supported tokens/networks (e.g., USDT-TRC20）
* QR code and copyable address for convenience

**Steps to Deposit:**

1. Click **Deposit**
2. Select the network
3. Send funds to the generated address
4. Wait for confirmation and balance update

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

***

## ➖ Withdrawing Stablecoins

Withdrawals are just as straightforward—users can send funds out of their AllScale Pay wallet to an external wallet address.

**Key features:**

* Select network and amount (The minimum transfer amount has been set)
* Input destination wallet address
* View estimated network fee before confirming

**Steps to Withdraw:**

1. Click **Send**
2. Choose token and withdrawal amount
3. Enter wallet address and confirm
4. Complete 2FA and wait for balance update

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

***

## 📜 Transaction History

Every deposit and withdrawal will be tracked in a ledger under the **Wallet > History** tab:

* Timestamp
* Transaction type (Deposit / Withdrawal)
* Network, token and amount

**Additionally, by clicking on each transaction, you will see more information:**

* Status (Pending / Confirmed / Failed)
* Blockchain transaction ID

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

***

## 🔒 Stability and Security

* Assets are segregated by user and stored under multi-signature and cold wallet protocols (platform-specific, if applicable)
* Incoming and outgoing transfers are monitored for compliance and risk
* Only stablecoins are supported to minimize volatility exposure

***

#### Coming Soon

* Fiat on-ramp integrations
* Wallet address book
* Multi-chain support for new tokens/networks


---

# 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.allscale.io/allscale-pay/core-modules/wallet/wallet-features.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.
