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

# Smart mode

**Smart Mode** - is an automatic TRON wallet monitoring feature that provides 131K energy to an address.&#x20;

Connect an address to Smart Mode and it will receive 131K energy, and after each expenditure (completed transaction) FeeSaver will replenish it (the energy).

{% hint style="info" %}
If within 24 hours after connection the address does not spend energy, a maintenance fee will be charged.
{% endhint %}

Let's look at a detailed instruction for connecting an address to Smart Mode:

### Step 1: Go to the bot menu and select Smart Mode

1. Go to the bot [t.me/FeeSaver\_bot](https://t.me/FeeSaver_bot) and press the **/start**
2. In the menu you will see balance information, make sure it is sufficient or perform [a top-up](/docs/feesaver/top-up.md)
3. Press the button 💡 **Smart-Mode**

<figure><img src="/files/40041c062a3deb6a0d6c294c96b0dce9ade3f570" alt=""><figcaption></figcaption></figure>

### **Step 2: Connecting an address**

1. To add an address, press **➕ Add address.** If you previously saved addresses for purchasing energy or bandwidth, they will all be shown in the list.
2. If you have no added addresses, choose **➕ Add address** and send the address to the bot
3. The address will be connected to Smart Mode automatically.
4. After adding the address, the bot will send a notification of successful order execution. This will mean that the address received **131K** energy.

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

Smart Mode is suitable for addresses that perform outgoing transactions.&#x20;

{% hint style="warning" %}
It is not recommended to use Smart Mode for hot wallets that process multiple outgoing transactions simultaneously. For example, if your service sends 10 transactions in one operation, Smart Mode will not have time to credit the required amount of energy. For hot wallets it is recommended to use [Auto top-up](/docs/feesaver/auto-refill.md) with [Perpetual lease](/docs/feesaver/unlimited-rental.md).
{% endhint %}

### Stopping Smart Mode and removing an address

If you stop using an address, it can be disabled temporarily, with the possibility of resuming, or deleted forever:

1. Go to the bot [t.me/FeeSaver\_bot](https://t.me/FeeSaver_bot) and press the **/start**
2. Press the button 💡 **Smart-Mode**
3. Press the button **📋 Connected Addresses.** The bot will send a message with the list of connected addresses. Active ones will be marked ✅
4. To pause Smart Mode on an address press **⏸️ Pause**
5. To remove the address press ❌ **Remove address**

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

Features of Smart Mode operation:

1. Use Smart Mode no more often than 1 transfer every 6 seconds.
2. You can add an unlimited number of addresses for monitoring in Smart Mode.
3. If no transfer is made on the address within 24 hours from the last transfer, FeeSaver will automatically charge a double connection fee for monitoring the address.
4. If your balance runs out, address monitoring will be suspended.

***

Got questions? Write to our support service [t.me/feesaver\_support](https://t.me/feesaver_support)


---

# 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://feesaver.gitbook.io/docs/feesaver/smart-mode.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.
