> 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/manual-sell.md).

# Manual Sell

Manual Sell lets you pick an open buy order on the marketplace and fill it yourself with your staked resources. You can only fill a buy order manually while it has **not** already been matched automatically.

{% hint style="info" %}
Manual Sell is for resources you have already staked. If you only hold TRX, stake first — see [Get Energy by Staking 2.0](/guides/sell/staking-2.0.md).
{% endhint %}

## Before you start

These steps apply to every Manual Sell method.

### Step 1 — Stake Energy/Bandwidth (optional)

*Skip this step if you already have available resources.*

If you only hold TRX and have not staked Energy or Bandwidth yet, stake before selling. You can do this in either of the following ways:

* **Stake directly on TronSave** — see [Get Energy by Staking 2.0](/guides/sell/staking-2.0.md).
* **Stake via TronScan** — at [tronscan.org/#/wallet/resources](https://tronscan.org/#/wallet/resources).

### Step 2 — Connect your TRON wallet

Open the [TronSave market](https://tronsave.io/market) and connect your wallet. For step-by-step instructions, see [Connect Wallet](/guides/connect-wallet.md).

### Step 3 — Find a buy order and click **Sell**

Browse the open buy orders and click **Sell** on the order you want to fill.

<figure><img src="/files/QS1vPcZhwQw1vrxn2YXB" alt="Click the"><figcaption><p>Click the "Sell" button</p></figcaption></figure>

## Option 1 — Manual Sell (normal)

### Enter the delegate amount

Enter the amount of the resource you want to delegate to fill the order.

<figure><img src="/files/JS0lyj1nzRv1fjh3xw5T" alt="Sell Fill Order"><figcaption></figcaption></figure>

### Optional — Setting payment

You can change the address that receives the interest for this manual Energy sale order. Select **Setting payment** and enter the receiving address.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FRc6eDJBHqVHcWmtTclpk%2Fimage.png?alt=media&#x26;token=9b64fc1a-a7c0-43a5-9219-55cc1ae29cdb" alt="" width="500"><figcaption></figcaption></figure>

### Click **Fill** to execute the sell order

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FQNaak20VMHoHSjnDQB4N%2Fimage.png?alt=media&#x26;token=df52b844-2a6a-4410-addc-6bd798a6bf6e" alt="" width="506"><figcaption></figcaption></figure>

## Option 2 — Manual Sell (MultiSign)

The **MultiSign** feature lets you fill a buy order using Energy that another account has delegated authority over to you, rather than your own staked resources.

### Click **MultiSign Delegating**

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FyVtOxAKmE9RblvtHqd63%2Fimage.png?alt=media&#x26;token=b7c3c28e-5f23-4543-b36e-0776cd16ea70" alt="" width="502"><figcaption></figcaption></figure>

In the Fill order table, complete the following fields:

| Field                | Description                                      |
| -------------------- | ------------------------------------------------ |
| `MultiSign Account`  | The address that has delegated authority to you. |
| `To delegate amount` | The amount of Energy you want to sell.           |

You can also set the receiving address under **Setting payment**.

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FqlgGm01DEzDqF8l9M2MQ%2Fimage.png?alt=media&#x26;token=36e54b9d-2a41-464a-9bb8-03552e2dbccc" alt="" width="501"><figcaption></figcaption></figure>

### Click **Fill** to execute the sell order

<figure><img src="https://1055070949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh0rlDWTk05Qu3lvB5Gve%2Fuploads%2FQNaak20VMHoHSjnDQB4N%2Fimage.png?alt=media&#x26;token=df52b844-2a6a-4410-addc-6bd798a6bf6e" alt="" width="506"><figcaption></figcaption></figure>

## Next steps

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