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

# Sell / Provider

Providers supply the Energy and Bandwidth that buyers rent on TronSave. As a provider, you stake TRX to produce resources, grant TronSave permission to delegate and reclaim those resources on your behalf, and earn yield as your supply fills orders.

{% hint style="info" %}
To join as a provider, you need to stake at least **5,000 TRX**. Becoming a provider can earn around **18% APY** on resource sales (varies with the market).
{% endhint %}

## How selling works

1. **Stake TRX** to produce Energy (or Bandwidth) under TRON's Stake 2.0 model. See [Staking 2.0](/concepts/staking-2.0.md).
2. **Grant permission** so TronSave can delegate your resources to buyers and reclaim them when rentals end.
3. **Sell** your resources to the marketplace - automatically or manually - and earn [APY](/concepts/pricing-and-apy.md).

{% hint style="warning" %}
Staked TRX requires a **14-day** unstaking period before it can be withdrawn. If you need liquidity sooner, see [Early Unstake](/guides/unstake.md).
{% endhint %}

## Get started

### Get Energy by staking

Open the **Seller** tab, choose **Stake more**, select **Energy** as the resource type, enter the staking amount, and confirm. The Energy you receive depends on your share of all TRX staked for the Energy network-wide.

**`Energy obtained = (TRX staked for Energy / Total TRX staked for Energy on TRON) × 180,000,000,000`**

➡️ [**Get Energy by Staking 2.0**](/guides/sell/staking-2.0.md)

### Grant permission

Authorize TronSave to delegate and reclaim resources on your behalf, either automatically in the TronSave dashboard or manually via Tronscan / TronLink.

➡️ [**Permission**](/guides/sell/permission.md)

### Sell your resources

Once staked and permissioned, list your resources for sale. You can let the system match orders automatically, sell manually, or follow the recommended price suggestions.

➡️ [**Auto Sell**](/guides/sell/auto-sell.md) · [**Manual Sell**](/guides/sell/manual-sell.md) · [**Sell Suggestion**](/guides/sell/sell-suggestion.md)

## Next steps

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