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

# 专属供应商计划

独家供应商计划专为仅通过 TronSave 进行代理（委托）的[供应商](/chinese/guides/sell.md)而设。它旨在通过比标准卖家更高的 [APY](/chinese/concepts/pricing-and-apy.md) 实现收益最大化，并在专属管理界面中提供实时利润跟踪。

## 优势

* 比标准卖家更高的 APY。
* 在专为供应商打造的管理界面中实时跟踪利润。

## 要求

* 代理（委托）和回收权限必须**仅授予 TronSave**。不允许将权限授予任何其他地址或合约。
* 在钱包中保持至少 **1,000,000 能量**的余额。
* 将**付款频率**设置为**每日**。如未设置，系统将自动进行调整。

{% hint style="warning" %}
本计划中不允许独立回收订单。TronSave 会通过所授予的权限代您处理回收。
{% endhint %}

## 注册

此功能专为 TronSave 上的供应商提供。在您连接钱包后（参见[如何连接钱包](/chinese/guides/connect-wallet.md)），系统会为供应商显示专属管理界面。

### 第 1 步：检查您已质押的能量余额

确保您的钱包中至少有 **1,000,000 能量**。如果您需要质押更多，请参见[通过质押 2.0 获取能量](/chinese/guides/sell/staking-2.0.md)。

### 第 2 步：仅向 TronSave 授予权限

要加入本计划，您必须仅向 TronSave 授予代理（委托）和回收权限。严禁将权限授予任何其他地址或合约。

* **资源代理 → 自动出售**（必需）
* **资源回收 → 自动回收资源**（必需）

有关完整的设置说明，包括 TronSave 地址以及在 TronScan / TronLink 中的手动配置，请参见[权限](/chinese/guides/sell/permission.md)。

### 第 3 步：设置资源池的最低能量价格

配置资源池的**最低能量价格**，以便订单按等于或高于您的底价进行匹配。此数值在资源池设置中进行设置，单位为 **SUN/能量单位（SUN per Energy unit）**。

### 完成

您的账户现已加入独家供应商计划。在供应商管理界面中实时跟踪您的利润。

## 后续步骤

* [权限](/chinese/guides/sell/permission.md) · [通过质押 2.0 获取能量](/chinese/guides/sell/staking-2.0.md) · [出售 / 供应商指南](/chinese/guides/sell.md)
* [定价与 APY](/chinese/concepts/pricing-and-apy.md) · [质押 2.0](/chinese/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/chinese/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.
