# 如何：检查您的余额

在区块链的背景下，余额代表一个钱包持有的特定代币的总量。它可以用来跟踪您的资产，并且在进行任何交易之前了解余额是必要的。在本指南中，我们将向您展示如何检查您钱包的余额。

#### **概览：**

检查您钱包的余额是一个简单的过程：

1. 导航至 DRC-20.org 余额检查器 <https://drc-20.org/wallet/balances>.
2. 输入您的钱包地址。
3. 点击 "Check"按钮。

您现在可以看到您钱包的余额！

#### **详细说明：**

在此页面上，您将看到几个列，每个列代表您余额的不同方面：

1. **可用 (Available)：**&#x6B64;列显示当前在您钱包中且可用的代币数量。这些代币目前不处于可转移状态，您需要铸造转移铭文才能使它们可转移，汪！
2. **可转移 (Transferable)：**&#x6B64;列显示准备发送的代币数量。 这些是您已经铸造了转移铭文的代币，只等待发送。当您铸造转移铭文时，相关代币会从“可用”类别移动到“可转移”类别。
3. **总计 (Total)：**&#x8FD9;是“可用”和“可转移”代币的累积总和。它为您提供了与您钱包相关的所有代币的全面视图。

{% hint style="info" %}
*<mark style="color:blue;">**小贴士：**</mark>*

*<mark style="color:blue;">想要将您的代币从可转移移动到可用吗？</mark>* \
*<mark style="color:blue;">只需向自己发送铭文转移铸造即可！</mark>*
{% endhint %}

{% hint style="danger" %}
*<mark style="color:red;">记住，当您计划转移代币时，确保首先检查您的余额，以确保您有足够的代币进行交易。 这样做可以防止因余额不足而导致的交易失败。</mark>*<br>

*<mark style="color:red;">**示例：**</mark>*

* *<mark style="color:red;">可用 10,000 fiwb</mark>*
* *<mark style="color:red;">可转移 5,000 fiwb</mark>*
* *<mark style="color:red;">总计 15,000 fiwb</mark>*<br>

*<mark style="color:red;">如果您铸造了 15,000 的转移铭文，它将不会工作（因为只有 10,000 是可用的）。</mark>*
{% endhint %}

我们希望这个指南能帮助您了解如何检查您钱包的余额以及每个余额类别的含义。\
祝您交易愉快！


---

# 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.doginals.academy/zh/beginner-guide/ru-he-jian-cha-nin-de-yu-e.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.
