# Transfer USDT

The **Transfer USDT** tool allows users to send USDT securely and with optimized transaction costs on the TRON network.

***

### **Key Features**

#### 1. One-click USDT Transfer

* Send USDT in a single transaction directly to any TRON address.
* User-friendly interface designed for quick payments.

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

#### 2. Energy Estimation & Optimization

* The system automatically **estimates the Energy** required for the transfer.
* If the user’s wallet does not have enough Energy, the tool will:
  1. Prompt the user.
  2. Provide an **auto-purchase option** from **TronSave Energy Market** to reduce TRX transaction fees.
* Helps users avoid excessive TRX burning and lowers overall transfer costs.

#### 3. Fraud & Spam Address Detection

* Before sending, the tool checks the receiver address against the **fraud/spam database**.
* If the address is suspected of malicious activity, the user will see a **warning message**.
* This reduces the risk of sending USDT to unsafe wallets.

### **User Flow**

1. Go to[ tronsave.io](https://tronsave.io/), open the **Tools** menu, and click on [Transfer USDT](https://tronsave.io/tools/transfer-token)
2. Enter **Receiver Address** & **Amount**
3. **System Check** →
   * Estimate the required Energy.
   * Verify if the recipient is flagged as a potential **fraud/spam**. (Use [TRONSCAN API](https://docs.tronscan.org/security-service/security-service-api#check-account-security))
4. **Energy Handling** →
   * If there is insufficient Energy, show **Buy Energy** with the TronSave option.
5. **Transfer** → Review details and confirm transfer.

### **Benefits**

* ✅ Simple and secure USDT transfer.
* ✅ Minimized TRX costs via smart Energy purchase.
* ✅ Fraud prevention with real-time address warnings.


---

# 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.tronsave.io/buyer/tools/transfer-usdt.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.
