> For the complete documentation index, see [llms.txt](https://atomwallets.gitbook.io/atomwallets-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomwallets.gitbook.io/atomwallets-docs/first-usdt-transfer.md).

# First usdt transfer

Your very first USDT transfer works slightly differently from subsequent ones. Here is what to expect.

{% hint style="info" %}
**First Transfer Fee: $2.50** Your first transfer costs $2.50 instead of the regular $2.00. This is because Atom Wallets automatically sends a small amount of TRX to your wallet to activate it on the TRON network. From the second transfer onwards, the fee drops to a flat **$2.00**.
{% endhint %}

## Step 1: Enter Transfer Details

Fill in the recipient address and amount as usual. Notice the fee options:

* **Pay with TRX:** 6.78 TRX ($2.01)
* **Pay with USDT:** 2.5 USDT ($2.50) includes wallet activation

<figure><img src="/files/20ca49b04fc33ed9c5b910d46f0e7b860cd9e0c5" alt="First transfer form"><figcaption><p>First transfer: amount + 2.5 USDT fee</p></figcaption></figure>

## Step 2: Wait for Processing (2-3 Minutes)

The first transfer takes **2-3 minutes** to process (longer than usual) because the app is activating your wallet on the TRON network.

<figure><img src="/files/c973cc76e5dc57f8dad83ea264026933fa08e8d7" alt="Confirming"><figcaption><p>The first transfer may take a few minutes</p></figcaption></figure>

<figure><img src="/files/d4f6b7b5129bdc62b6a3a14c71269ad56062b19e" alt="Finalizing"><figcaption><p>Finalizing the transfer on the blockchain</p></figcaption></figure>

{% hint style="success" %}
**You don't have to wait!** Tap **"Go Back"** to return to your wallet. You will receive a push notification when the transaction is complete.
{% endhint %}

## Step 3: Check Transaction History

After completion, your Transaction History shows:

* **Withdraw: -80 USDT** The amount sent to the recipient
* **Withdraw: -2.5 USDT** The network fee (includes wallet activation)

<figure><img src="/files/6ce8e6bb0370c84c1d48b3630486254ba9142802" alt="Transaction history"><figcaption><p>Transfer amount and fee shown separately in history</p></figcaption></figure>

## Fee Summary

| Transfer             | Fee                                | Processing Time |
| -------------------- | ---------------------------------- | --------------- |
| First Transfer       | $2.50 (includes wallet activation) | 2-3 minutes     |
| 2nd Transfer Onwards | $2.00 flat fee                     | Under 1 minute  |


---

# 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:

```
GET https://atomwallets.gitbook.io/atomwallets-docs/first-usdt-transfer.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.
