> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/live-settings/sell.md).

# Sell

### Holders & Deployer

The control panel separates sell controls for Holders and Deployer.

<div align="left"><figure><img src="/files/3pI3pkat2burpDPvBgE6" alt="" width="563"><figcaption></figcaption></figure></div>

Each section displays:

* % of Supply Owned
* Input Fields and Sell Button
* Quick buttons: 5%, 25%, 50%, 75%, 100%
* Switch Between inputs format in "% Owned" or "% of Supply"
* Edit quick buttons (pencil icon)

{% hint style="info" %}
When Instant Trade is enabled in Settings, clicking a preset button executes the sell immediately without confirmation.
{% endhint %}

***

### Order Types

The trade panel offers three order types, shown as tabs above the sell controls&#x20;

<div align="left"><figure><img src="/files/GAFezambFyHvaCjjaWDR" alt="" width="563"><figcaption></figcaption></figure></div>

* **Market** : executes the sell immediately at the current price.
* **Limit** : set a target market cap and an amount. The order executes when the price reaches your target.
* **Grid** : define a market cap range, a number of grid lines, and a total amount. The amount is distributed across the range as multiple orders. Spacing is configurable by Range, % Step, or $ Step.

Limit and Grid orders are created as **Limit Orders** strategies in [Auto-Sell](/live-settings/auto-sell.md), where you can review and edit them.

***

### Per-Wallet Sell

Each wallet in the wallet table has an individual **Sell** button with quick preset buttons.

<div align="left"><figure><img src="/files/aJlkXYzGExek8c3An3wW" alt="" width="563"><figcaption></figcaption></figure></div>

Per-wallet instant sell must be enabled in **Settings > Trade Wallets > Individual Instant Sell**. Once enabled, preset values (e.g. 25, 50, 75, 100) can be customized.

***

### Sell Settings

Click the gear icon to open Sell Settings.

<div align="left"><figure><img src="/files/3oc2xl2jtK3DLUa8jl5z" alt="" width="563"><figcaption></figcaption></figure></div>

#### Alternative Routing

Adds alternative transaction patterns to sell executions. Toggle On / Off.

***

### Related Settings

These settings affect sell behavior globally. Access them from **Settings** in the bottom bar.

<div align="left"><figure><img src="/files/QI2d0lpXlhPa4mm0b2eR" alt="" width="563"><figcaption></figcaption></figure></div>

#### Trade Panel

* **Instant Trade**: Quick trade buttons execute immediately without confirmation
* **Ask for Nuke Confirmation**: Adds a confirmation modal before executing Nuke
* **Use Nuke Value as Holdings**: Switches P\&L calculation between price × quantity and nuke value
* **Balance Preferences**: Display balances in % Supply or Token Amount

#### Trade Wallets

* **Individual Instant Sell**: Enable instant sell per wallet with customizable preset values (e.g. 25, 50, 75, 100)
* Preset values can be edited: add, remove, or modify the percentage buttons

***

### Nuke

Executes a full sell across all wallets in a single action.

<div align="left"><figure><img src="/files/QjQeWDAUUDPafkSCbrqz" alt="" width="563"><figcaption></figcaption></figure></div>

The Nuke button is located in the control panel below Claim Creator Rewards. It displays the estimated SOL return.

{% hint style="info" %}
When "Ask for Nuke Confirmation" is enabled in Settings, a confirmation modal will appear before execution.
{% endhint %}


---

# 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.proxima.tools/live-settings/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.
