> 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/sell/exclusive-provider-program.md).

# Exclusive Provider Program

The Exclusive Provider program is built for [Providers](/guides/sell.md) who delegate exclusively through TronSave. It is designed to maximize returns with a higher [APY](/concepts/pricing-and-apy.md) than standard sellers, plus real-time profit tracking in a dedicated management interface.

## Benefits

* Higher APY than standard sellers.
* Real-time profit tracking with a management interface built for Providers.

## Requirements

* Delegate and reclaim permissions must be granted to **TronSave only**. Permissions granted to any other address or contract are not allowed.
* Maintain a minimum balance of **1,000,000 Energy** in your wallet.
* Set **Payment Frequency** to **Daily**. If not, the system adjusts it automatically.

{% hint style="warning" %}
Independent reclamation of orders is not allowed in this program. TronSave handles reclaim on your behalf through the granted permission.
{% endhint %}

## Register

This feature is specific to Providers on TronSave. After you connect your wallet (see [How to connect a wallet](/guides/connect-wallet.md)), the system displays a dedicated management interface for Providers.

### Step 1: Check your staked Energy balance

Ensure you have at least **1,000,000 Energy** in your wallet. See [Get Energy by Staking 2.0](/guides/sell/staking-2.0.md) if you need to stake more.

### Step 2: Grant permissions exclusively to TronSave

To join the program, you must delegate and reclaim permissions exclusively to TronSave. Permissions granted to any other address or contract are strictly prohibited.

* **Resources Delegate → Automatic Sell** (required)
* **Resource Reclaim → Automatic Reclaim Resource** (required)

For full setup instructions, including the TronSave address and manual configuration in TronScan / TronLink, see [Permission](/guides/sell/permission.md).

### Step 3: Set the pool minimum Energy price

Configure the pool's **Min energy price** so orders match at or above your floor. This value is set in the pool settings and is measured in **SUN per Energy unit**.

### Done

Your account is now enrolled in the Exclusive Provider program. Track your profit in real time from the Provider management interface.

## Next steps

* [Permission](/guides/sell/permission.md) · [Get Energy by Staking 2.0](/guides/sell/staking-2.0.md) · [Sell / Provider guide](/guides/sell.md)
* [Pricing & APY](/concepts/pricing-and-apy.md) · [Staking 2.0](/concepts/staking-2.0.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/sell/exclusive-provider-program.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.
