> For the complete documentation index, see [llms.txt](https://doc1.antgst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc1.antgst.com/help-center/financial/top-up.md).

# Top Up

Recharge Your Account with Cryptocurrency

#### 1. Where to Find It

<figure><img src="https://1063803597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeMT6j6yprSW9Vl5MB4Oi%2Fuploads%2Fgit-blob-825fd5346a018fcd3f29fe856b0d8b4015d75db3%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

To access the recharge page:

1. Log in to the console and go to the **Dashboard** (Home page).
2. Click on the **"Top Up"** button in the top-right corner of the header (next to the notification bell).
3. You will be redirected to the **Recharge Page**.

> 📌 Tip: This feature is available for users who have enabled cryptocurrency payments.

***

#### 2. Function Description

The **Top Up** function allows you to recharge your account balance using various cryptocurrencies, including **BTC, LTC, ETH, USDT (TRC20, ERC20, BSC)**. The funds will be automatically credited to your SMS or Traffic service accounts after the transaction is confirmed.

<figure><img src="https://1063803597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeMT6j6yprSW9Vl5MB4Oi%2Fuploads%2Fgit-blob-d648abd05bc11f57c3644c78395ba86d117e2210%2Fimage%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

**Key Features:**

* **Select Recharge Currency**: Choose from supported cryptocurrencies:
  * BTC (Bitcoin)
  * LTC (Litecoin)
  * ETH (Ethereum)
  * USDT (TRC20, ERC20, BSC)
* **Select Recharge Amount**:
  * Pre-set options: $100, $300, $500
  * Custom amount: Enter any value ≥ $50 (up to two decimal places)
* **Select Recharge Service**:
  * **SMS**: Recharge SMS credit for sending messages
  * **Traffic**: Recharge voice/traffic credits for calls or IVR services

**Important Notes:**

* 🔐 All cryptocurrency transactions are processed securely.
* 💸 Recharge amount must be **at least $50** and can include up to **two decimal places**.
* 💳 Using virtual currency incurs handling fees; the final recharge amount will be calculated based on the actual received amount after network fees.
* ⏱️ Your account will be recharged within **10 minutes** after the blockchain transaction is confirmed.
* 🚫 Please do not close the browser or refresh the page during the process.

> ✅ After successful payment, you’ll receive a confirmation email and the balance will update automatically.


---

# 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://doc1.antgst.com/help-center/financial/top-up.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.
