Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Auto-Sell

Automates sells across your wallets using one or more strategies running in parallel. Access from Live page (bottom-right) or Funding page (before launch).


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 :

  • Counter Trading : sells in response to incoming buys

  • DCA : sells on fixed or randomized intervals

  • Limits Order : sells at specific mcap thresholds

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.

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.


Counter Trading Mode

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

Replication Factor (%)

How much you sell relative to each buy.

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

Swap Rate (%)

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.


DCA Mode

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

Amount (%Supply / %Owned / Token)

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.


Limits Order Mode

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

Amount (%Supply / Token)

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 (USD)

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.

Market Cap Range (optional)

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.

End Conditions (optional)

  • Max Amount (% Supply) : strategy stops once this amount has been sold

  • Duration (seconds) : strategy stops after this time elapses

If both are set, the strategy stops as soon as either is reached.

Whitelist (optional)

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.

Start Delay (optional)

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)

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

End Conditions (optional)

Stops the entire Auto-Sell session.

  • Max Amount (% Supply) : total ceiling across all strategies combined

  • Duration (seconds) : maximum total execution window


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.

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 Counter Trading, Amount and Delay for DCA.

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

Swap Rate is the observed execution rate, not a configured setting.

Last updated