
What is Delayed?
Delayed works exactly like Instant: you can buy or sell with one or multiple wallets in a single request. The difference is that transactions are spaced out by a delay you define.More natural trading pattern. Transactions don’t all hit the same block.
What Are the Delay Modes?
You can configure the delay in two ways:| Mode | Description | Example |
|---|---|---|
| Fixed | Exact interval between each transaction | 100ms between each |
| Range | Random interval within a min/max range | Random between 200-300ms |
How It Works
How to Configure Delays
Fixed Delay
All transactions are spaced by exactly the same interval.Value is in milliseconds. 100 = 100ms = 0.1 second between each transaction.
Range Delay
Each interval is randomly chosen between min and max values.Each transaction will wait a random time between 200ms and 300ms before the next one.
Delayed vs Instant
| Instant | Delayed | |
|---|---|---|
| Execution | All wallets target same block | Wallets execute sequentially with delays |
| Speed | Maximum speed | Configurable pace |
| Pattern | Simultaneous | Spread over time |
| Use case | Speed is priority | Natural-looking trades |
When to Use Delayed
Organic appearance
Organic appearance
When you want multi-wallet trades to look like independent users trading over time rather than a coordinated action.
Controlled distribution
Controlled distribution
When you want to accumulate or sell gradually rather than all at once.