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

Auto-Buy

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


How It Works

You might replicate outgoing sells early on to counter dumps, buy fixed SOL amounts at regular intervals, and ladder into position at specific mcap levels, all within the same session.

Three modes are available :

  • Counter Trading : buys in response to incoming sells

  • Time Based : buys on fixed or randomized intervals

  • Limits Order : buys 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, slippage, and global stop conditions, configured once in Advanced Options.


Counter Trading Mode

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

Replication Factor (%)

How much SOL you buy relative to each sell

At 50%, a 1 SOL sell triggers a 0.5 SOL buy

Swap Rate (%)

How often replication triggers.

At 50%, roughly 1 out of 2 sells triggers a buy.

Minimum amount per Buy

Minimum SOL required to execute a buy

If buys are too small, they accumulate and execute together.


Time-Based Mode

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

Amount (SOL)

How much SOL is spent per interval.

At 0.1 SOL per interval, each trigger buys 0.1 SOL worth of tokens

Delay

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

At a 30s fixed delay, a buy fires every 30 seconds. At a 20–40s randomized delay, buys fire at irregular intervals within that window.


Limits Order Mode

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

Amount (SOL)

How much SOL is spent when a threshold is reached

At 0.1 SOL per target, each triggered threshold buys 0.1 SOL worth of tokens

Market Cap (USD)

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

Targets at $100K, $500K, and $1M fire one buy 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 (SOL) : strategy stops once this amount has been spent

  • 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. Sells from whitelisted wallets won't fire a Counter Trading buy.


Advanced Options

Global settings shared by all strategies in the session.

Start Delay (optional)

Seconds to wait before Auto-Buy begins executing.

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

Slippage (optional)

Maximum acceptable price deviation between the moment a buy is sent and the moment it lands on-chain.

At 5%, buys revert if the execution price is more than 5% above the expected price.

Wallets (optional)

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

End Conditions (optional)

Stops the entire Auto-Buy session.

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

  • Duration (seconds) : maximum total execution window


Live Panel

Once running, Auto-Buy stays accessible as a persistent panel on the Live page. It shows the session status, P&L, total Bought, 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 Time Based.

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