> 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.md).

# 出售 / 供应商

供应商提供买家在 TronSave 上租赁的能量和带宽。作为供应商，你质押 TRX 以产出资源，授予 TronSave 代表你代理（委托）和回收这些资源的权限，并在你的供应填充订单时赚取收益。

{% hint style="info" %}
要成为供应商，你至少需要质押 **5,000 TRX**。成为供应商可在资源销售上赚取通常约 **18% 的 APY**（随市场波动）。
{% endhint %}

## 出售如何运作

1. **质押 TRX** 以在 TRON 的质押 2.0 模式下产出能量（或带宽）。参见 [质押 2.0](/chinese/concepts/staking-2.0.md)。
2. **授予权限**，使 TronSave 能够将你的资源代理（委托）给买家，并在租赁结束时回收它们。
3. **出售**你的资源到市场——自动或手动——并赚取 [APY](/chinese/concepts/pricing-and-apy.md)。

{% hint style="warning" %}
已质押的 TRX 需要 **14 天** 的解质押期才能提取。如果你需要更快获得流动性，请参见 [提前解质押](/chinese/guides/unstake.md)。
{% endhint %}

## 快速开始

### 通过质押获取能量

打开 **Seller** 标签页，选择 **Stake more**，将资源类型选为 **Energy**，输入质押金额并确认。你获得的能量取决于你在全网为能量质押的所有 TRX 中所占的份额。

**`获得的能量数量 = 为获取能量质押的 TRX 数量 / 全网为获取能量质押 TRX 的总量 * 180,000,000,000`**

➡️ [**通过质押 2.0 获取能量**](/chinese/guides/sell/staking-2.0.md)

### 授予权限

授权 TronSave 代表你代理（委托）和回收资源，可在 TronSave 仪表盘中自动完成，也可通过 Tronscan / TronLink 手动完成。

➡️ [**权限**](/chinese/guides/sell/permission.md)

### 出售你的资源

完成质押并授予权限后，将你的资源挂单出售。你可以让系统自动匹配订单、手动出售，或遵循推荐的价格建议。

➡️ [**自动出售**](/chinese/guides/sell/auto-sell.md) · [**手动出售**](/chinese/guides/sell/manual-sell.md) · [**出售建议**](/chinese/guides/sell/sell-suggestion.md)

## 后续步骤

* [通过质押 2.0 获取能量](/chinese/guides/sell/staking-2.0.md) · [权限](/chinese/guides/sell/permission.md)&#x20;
* [质押 2.0](/chinese/concepts/staking-2.0.md) · [定价与 APY](/chinese/concepts/pricing-and-apy.md) · [能量与带宽](/chinese/concepts/energy-and-bandwidth.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:

```
GET https://docs.tronsave.io/chinese/guides/sell.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
