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

Advanced Mode

Market Tracking Orders

Define the spread you're willing to pay. Your order tracks the market at that spread and never goes stale.

In every batch, after fetching the newest market price, Turbine resets the limit price of your order to the market price minus your set spread.

What are the benefits?

  • Orders never go stale: They run as long as you want, tracking the market every batch.

  • You set the spread: Instead of accepting the current market spread, wait until you settle for the spread you want (or better), for example by settling in a coincidence of wants.

  • Your order stays protected: The Speedbump safeguards your order against bots that target stale orders. Open orders are private, protecting you from frontrunning and sandwich attacks.

Arbitrageurs cannot snipe your order because the Speedbump delays them, and your trade is private.

Because the limit price never goes stale, your order runs safely for as long as you need. The longer it runs, the higher the chance it settles in a coincidence of wants (CoW) with other orders, which improves your price by skipping price impact and DEX fees.

Spread Setting

You define the maximum percentage spread you are willing to pay above the current market price.

Spread can also be zero (fills only at mid-price) or negative (fills only above mid-price; you receive the spread, acting as resting maker liquidity).

The higher you set the maximum spread, the faster your order settles.

No matter how high you set your spread, you never pay more than the batch's uniform clearing price. You pay your spread or less.

The lower the spread you set, the longer your order takes to clear, but the better your price when it does.

Spread precision is in basis points (0.01%). Anything finer rounds down at submission.

To let Turbine automatically manage your spread until your order deadline (instead of a constant spread), see Auto.

How the Fast / Cheap / Earn presets are computed

All three chips are derived from a single base: the current AMM spread for your pair plus the platform fee. Call that D. The Fast chip uses D as-is; Cheap and Earn scale it.

Preset
Formula
Behavior

Fast

D = AMM spread + platform fee

Same execution profile as a normal DEX aggregator.

Cheap

D × 0.6

Tighter target. The fee is built into the spread, not added on top, so the number you see is what you pay versus mid.

Earn

D × −0.1

Negative. Your order fills only if Turbine can settle it at a price better than mid-price.

You can ignore the presets and type any custom spread in basis points.

See also

Market Tracking Order

Last updated

Was this helpful?