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

# Auto-Sell

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

***

### How It Works

A single sell strategy rarely covers every phase of a launch, so Auto-Sell lets you compose several that run together, each handling a different part of the execution.

Three modes are available :

* **Replication** : sells in response to incoming buys
* **Time Based** : sells on fixed or randomized intervals
* **Market Cap** : sells at specific mcap thresholds

{% hint style="info" %}
You can stack as many strategies as you need, as long as two of the **same mode** don't cover overlapping market cap ranges. Different modes can run over the same range without conflict.
{% endhint %}

Each strategy triggers on its own logic and can be added, edited, or removed without interrupting the others. They all share the same wallets, start delay, and global stop conditions, configured once in Advanced Options.

***

### <i class="fa-reflect-horizontal">:reflect-horizontal:</i>  Replication Mode

*This mode triggers sell executions in response to detected on-chain buy events.*

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

#### **Replication Factor&#x20;**<mark style="color:$info;">**(%)**</mark>

How much you sell relative to each buy.

> *At 50%, a 100-token buy triggers a 50-token sell.*

#### **Swap Rate&#x20;**<mark style="color:$info;">**(%)**</mark>

How often replication triggers.

> *At 50%, roughly **1 out of 2 buys** triggers a sell.*

#### **Minimum amount per Sell**

Minimum amount required to execute a sell, preventing tiny swaps that waste fees.

> *If sells are too small, they **accumulate** and execute together.*

***

### <i class="fa-hourglass-start">:hourglass-start:</i> Time-Based Mode&#x20;

*This mode executes sells on a fixed or randomized schedule, independent of market activity.*

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

#### **Amount&#x20;**<mark style="color:$info;">**(%Supply /**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">%Owned / Token</mark><mark style="color:$info;">**)**</mark>

How much is sold per interval. Defined as % Supply, % Owned, or raw Token amount.

> At 1% Supply per interval, each trigger sells 1% of the total supply.

#### **Delay**

Interval between each sell. Fixed (constant) or Randomized (variable within a range).

> At a 30s fixed delay, a sell fires every 30 seconds. \
> At a 20–40s randomized delay, sells fire at irregular intervals within that window.

***

### <i class="fa-bullseye-arrow">:bullseye-arrow:</i> Marketcap Mode

*This mode triggers sells when the token reaches specific market cap thresholds.*

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

#### **Amount&#x20;**<mark style="color:$info;">**(%Supply**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">/ Token</mark><mark style="color:$info;">**)**</mark>

How much is sold when a threshold is reached.

> At 1% Supply per target, each triggered threshold sells 1% of the total supply.

#### **Market Cap&#x20;**<mark style="color:$info;">**(USD)**</mark>

The mcap threshold that triggers the sell. Multiple targets can be stacked within a single strategy.

> Targets at $10K, $25K, and $50K fire one sell each as the mcap crosses them, in order.

***

### Strategy Scope

Each strategy has its own scope and stop conditions, independent from the others.

<div align="left"><figure><img src="/files/PpTuS2CiG5BURLV8R3NO" alt="" width="375"><figcaption></figcaption></figure></div>

#### **Market Cap Range** *<mark style="color:$info;">(optional)</mark>*

*Defines the activation window. The strategy only runs while the current mcap falls inside the range.*

> A strategy set to $10K → $25K stays idle below $10K, runs between $10K and $25K, and stops above.

<div align="left"><figure><img src="/files/PtmNUGLRPFxlc5dGAEiz" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/PtmNUGLRPFxlc5dGAEiz" alt="" width="375"><figcaption></figcaption></figure></div>

#### **End Conditions** *<mark style="color:$info;">(optional)</mark>*

* **Max Amount (% Supply)** : strategy stops once this amount has been sold
* **Duration (seconds)** : strategy stops after this time elapses

{% hint style="info" %}
If both are set, the strategy stops as soon as either is reached.
{% endhint %}

#### **Whitelist** *<mark style="color:$info;">(optional)</mark>*

*Addresses excluded from this strategy's trigger logic. Buys from whitelisted wallets won't fire a Replication sell.*

***

### Advanced Options

*Global settings shared by all strategies in the session.*

<div align="left"><figure><img src="/files/e070s82GV5raiEJZZh9o" alt="" width="375"><figcaption></figcaption></figure></div>

#### **Start Delay** *(optional)*&#x20;

*Seconds to wait before Auto-Sell begins executing.*

> A 60s delay holds all strategies idle for one minute after launch, then activates them.

#### **Wallets** *(optional)*&#x20;

*Restrict execution to a selected wallet pool. Defaults to all funded wallets if unset.*

#### **End Conditions** *(optional)*&#x20;

*Stops the entire Auto-Sell session.*

* **Max Amount (% Supply)** : total ceiling across all strategies combined
* **Duration (seconds)** : maximum total execution window

{% hint style="warning" %}
Global end conditions override per-strategy conditions. When a global threshold is reached, every strategy stops at once, regardless of their individual state.
{% endhint %}

***

### Live Panel

Once running, Auto-Sell stays accessible as a persistent panel on the Live page. It shows the session status, P\&L, total sold, and a range bar with the current mcap position.

<div align="left"><figure><img src="/files/Lumo1CyO53upmiYKxgMC" alt="" width="268"><figcaption></figcaption></figure></div>

Each strategy is listed with its live parameters and tagged **In-Range** when active or **Off-Range** when waiting for the mcap to enter its window. Expanding a card reveals live values : Replication Factor and Swap Rate for Replication, Amount and Delay for Time Based.

From the panel you can **Edit** the session mid-run, **Pause** it, or **End** it permanently.

{% hint style="info" %}
Swap Rate is the observed execution rate, not a configured setting.
{% 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/auto-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.
