> For the complete documentation index, see [llms.txt](https://docs.tronsave.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tronsave.io/guides/buy/on-telegram/deposit-trx.md).

# Deposit TRX

Before you can buy Energy or Bandwidth from the Telegram bot, you need TRX in your bot wallet. This page walks through getting your deposit address and transferring TRX into it.

## Step 1: Get your deposit address

Copy the `Address` shown directly in your **User Info**, or tap the **Deposit** button to display the address along with a QR code.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2Fls1srLnNgXCMFLkDG90E%2Fimage.png?alt=media&#x26;token=ac6b078f-a395-4dc0-baaf-9fcda779ab3b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FESnpBFdJ8qdBQLTeNdiW%2Fimage.png?alt=media&#x26;token=26bc3d4c-d5a9-426c-937c-71c36681db1a" alt=""><figcaption><p>Click "Deposit"</p></figcaption></figure>

## Step 2: Transfer TRX

1. Copy the wallet address, or scan the QR code to capture the receiving address.
2. Enter the amount of TRX you want to transfer. The minimum deposit is **10 TRX**.
3. Click **Sign** to confirm the transfer transaction.

{% hint style="info" %}

* Your first deposit requires an additional fee of approximately 1 TRX to activate the new address.
* You can make 2 TRX deposits per day without fees. After that, each additional deposit incurs a 0.3 TRX fee.
  {% endhint %}

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FPkefMzOWEoBYV3lpQ3hn%2Fimage.png?alt=media&#x26;token=c1b50520-1415-41af-943f-1b894f02e691" alt=""><figcaption></figcaption></figure>

## Step 3: Wait for confirmation

After the deposit succeeds, click **Update** to refresh the data. The balance and time update automatically and display the latest information.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FGDmB2ZZq6DRyDnDDNSUp%2Fimage.png?alt=media&#x26;token=f5a6ac31-4474-4ca7-b2a8-ee339dd50490" alt=""><figcaption></figcaption></figure>

## Next steps

Once your balance is funded, head to [Buy Energy & Bandwidth](/guides/buy.md) to place your first order.


---

# 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.tronsave.io/guides/buy/on-telegram/deposit-trx.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.
