> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/zh-cn/docs/payment/usdt.md).

# 用USDT进行帐户充值

### 步骤 1&#x20;

登录您的[小猪云账户](https://vps.littlepig.tech/login)。进入侧边栏中的“账户充值”页面。

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

### 步骤 2&#x20;

输入充值金额并选择支付方式为“USDT”。然后点击“下一步”。

<figure><img src="/files/5ffPAhuw6UIqdAjPLz5d" alt=""><figcaption></figcaption></figure>

### 步骤 3&#x20;

按照指示将USDT转账至提供的钱包地址。

{% hint style="danger" %}
付款需在规定时间内完成，系统会立即为账户充值。**请勿重复付款！！！**
{% endhint %}

{% hint style="warning" %}
请按照支付页面指定的支付方式进行操作。

支付方式:

1. 打开钱包，扫描二维码或复制“提币地址”并粘贴到钱包中。
2. 请务必选择“TRC20”进行支付
3. 输入要充值的USDT金&#x989D;**（请自行扣除手续费）**。
4. 确认转账的“实际收到金额等于充值金额”。
5. 转账完成后，点击“我已支付”按钮完成充值，请耐心等待积分到账。
   {% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeqD631wvnCkvovL1MMS_M-5394S27zDrxbENdfaDo_qUKwujsygpRI1-u8iksFyzyYFofuy02CFEVY7r0aSu6SxkCcV2D_u-fzMfvP71qmduV6EzmJvkbWrj5-7evaBjcji-SqIyrjg0uB1wSzJurpcHNE?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

您可以从钱包中扫描二维码，或通过复制地址手动输入。请确保选择正确的网络（TRC20或支付页面显示的网络）。

<figure><img src="/files/g0H23OfnIILEbAcOIPsZ" alt="" width="209"><figcaption></figcaption></figure>

{% hint style="info" %}
注意：请务必在支付金额中包含网络手续费。
{% endhint %}

### 步骤 4

根据您使用的钱包，完成提币确认。现在等待USDT转账，并在钱包中收到确认。

{% hint style="info" %}
在联系客服处理支付问题之前，请确保已从支付提供商处收到确认信息。
{% endhint %}

<figure><img src="/files/BgBqP9F7RawPZJ9mYN5C" alt="" width="208"><figcaption></figcaption></figure>

### 步骤 5

. 一旦在钱包中收到确认，返回“小猪云”页面，点击“我已支付”。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf_EE_ALjh22xBvsy0Z3Xjqz_LuNXcsFkumKGj46cn5fFzwcyLmHA0dH00DAjZMRL_iprKe4cAfkxRoDoMoQLbwRc2X-GzTTD62E002x0bc-HAHmHoNkk-_6RxPWWYVgnlYC6mVYV8VWqeQPUNa017PIkMr?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

### 步骤 6&#x20;

您应该在“账户记录”中看到您的充值记录。请记住，充值金额到账可能需要一些时间。切勿重复付款！！！

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcwvVhxvJflk5OYxfar4fTDV1lHjPgEL2JLCtH8249nyDHBXw3xKuYcuflY49jByCoKIcxbIU8l46zFt56O0DQCwAjcBdOQJVffd0TYbm4-RZyzG5-TfRp8yPOP_kAerNXZj7iZVP4FwyKwwZy1LeoEQvI?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>


---

# 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://docs.littlepig.cloud/zh-cn/docs/payment/usdt.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.
