> 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/extend/advance.md).

# Advanced Extend

**Advance** is the manual extend mode. Instead of a one-click top-up, it lets you select individual delegators, choose exactly how to extend each one, and confirm everything as a single payout. Use it when you want precise control over duration and amount, or when you're extending several delegated blocks at once.

This guide walks through the flow in four steps.

## Step 1 — Open the Extend tab

Connect your wallet to the market first, then scroll down to the **Extend** section and choose the order you want to extend.

<figure><img src="/files/7EjM49wdia9eKPmW6HC3" alt=""><figcaption></figcaption></figure>

## Step 2 — Select the "Advance" option

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

## Step 3 — Adjust the extend request

The Advance panel can look dense at first. Here is what each part does.

**1. Batch controls.** These apply one choice to every selected request:

* **Using the same settings** — applies the same extend and buy options to all selected extend and buy requests.
* **Same extend only** — applies the same extend option to all selected requests.
* **Same duration** — applies the same duration to all selected requests.

**2. Delegator table.** The table lists every delegator whose delegated resources match the target address. When a delegator is available to extend, its **selection box** is active. Use **All** to select every available delegator at once.

When you select a delegator, the extend options appear. You can choose one of three modes:

### Extend only

Choose an extended duration from 1 to 30 days from now. The chosen duration must be **greater than** the current expiry. For example, if the existing delegation expires in 3 more days, you must choose a duration of 4 to 30 days.

{% hint style="info" %}
**Example**

* **Old delegation:** A delegated 100k to B, expiring in 3 more days.
* You choose to extend the duration to 5 days.
* **New delegation:** A delegated 100k to B, expiring in 5 more days.
  {% endhint %}

### Buy more only

If the delegator's remaining Energy is greater than 100k, you can choose an amount to buy on top of the existing delegation.

{% hint style="info" %}
**Example**

* **Old delegation:** A delegated 100k to B, expiring in 3 more days.
* You choose to buy 100k more Energy.
* **New delegation:** A delegated 200k to B, expiring in 3 more days.
  {% endhint %}

### Extend and buy

If the delegator's remaining Energy is greater than 100k, you can buy more Energy **and** choose an extended duration from 1 to 30 days from now in the same request.

{% hint style="info" %}
**Example**

* **Old delegation:** A delegated 100k to B, expiring in 3 more days.
* You choose to buy 100k more Energy and extend the duration to 5 days.
* **New delegation:** A delegated 200k to B, expiring in 5 more days.
  {% endhint %}

The estimated payout for the selection is shown on the right.

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

**3. Summary.** Shows the total extended amount across all selected items and the estimated total payout for all requests.

## Step 4 — Confirm and pay out

At the **Extend Order Details** stage, TronSave summarizes every extend request with its extended amount and payout. Review it carefully, then click **Extend** to start signing the transfer transaction. The transfer amount must equal the extend payout to send your request.

{% hint style="warning" %}
Make sure the amount of the **transfer transaction** is the same as the amount in the **Payout**.
{% endhint %}

<figure><img src="/files/4l8ocjgpxPyj1QIGwfUl" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FrGnWRM2yvaEWNQuO4W0e%2Fimage.png?alt=media&#x26;token=182d8c19-7966-4175-aa05-b7ec2dc0e949" alt=""><figcaption><p>The transferred amount must match the payout shown in Extend Order Confirm</p></figcaption></figure>

Once you've checked everything, click **Sign transaction**. If the request succeeds, a success pop-up appears, and the flow moves to the **Successfully** stage.

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

## Next steps

* Prefer a faster top-up? See [Quick Extend](/guides/extend.md).
* New to renting? Start with [How to buy Energy & Bandwidth](/guides/buy.md).


---

# 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/extend/advance.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.
