# 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 %}

***

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