Skip to main content
Latency is not a single number. It is a pipeline of steps, each of which costs time, and the trader who minimises the longest step wins. Most trading tools attack one step. Dequan attacks all of them.

The five-step cost of a trade

Every meme-token buy on Solana goes through roughly five steps:

Decide

The trader sees the token and decides to buy.

Quote

The platform fetches a current quote from the best route — what you’ll pay, what you’ll get.

Build

The platform builds a transaction — instructions, accounts, recent blockhash, priority fee.

Sign

The transaction is signed, either by the user’s wallet (popup) or a delegated session key.

Land

The signed transaction is broadcast to the network and lands in a block.
The total click-to-confirmation time is the sum of those five steps. Most tools optimise step 5 (“we use Jito!”) and ignore the rest. Dequan optimises every step.

How Dequan’s pipeline is shaped

Steps 2 and 3 happen *before* you click

The instant you open a token’s chart, Dequan begins quote-prefetching and route-warming in the background. By the time you decide to buy, the quote is fresh and the build is staged. The “build” step is essentially zero by the time you press the button.→ Pre-execution warmup

Step 4 can be near-instant

With Lightning Wallet or Fast Mode, the signing step is server-side or session-key signed — no Phantom popup, no user wait. You stay non-custodial if you choose, but you don’t have to pay popup latency on every trade.→ Lightning Wallet · → Fast Mode

Step 5 is a parallel race

Your signed transaction is broadcast across multiple landing paths simultaneously. The first path to land wins. Other tools submit once and pray; Dequan treats block inclusion as a multi-lane race.→ Parallel landing

Fees and slippage adapt to live conditions

Priority fees are derived from a live network percentile feed. Slippage is auto-tuned to the price impact of the specific quote and pool depth. Both adjust per trade, per token, per moment.→ Adaptive fees & slippage

The result, in plain English

The user-visible effect of all this is simple: your trade lands, on the first try, in well under one second under normal network conditions. You don’t see anything in the UI about “races” or “warmups.” You just see that the buy works. Every time. The speed gap is most visible when conditions get hard:
  • During pump events, when the network is congested and other tools’ transactions revert, Dequan’s adaptive priority fees keep your trade in the priority lane.
  • When pools are shallow, where other tools’ static slippage either fails the trade or eats your profits, Dequan’s adaptive slippage threads the needle.
  • On migration tokens that switch pools mid-trade, where other tools’ route caches go stale, Dequan’s pre-execution warmup re-validates routes continuously.
These are the moments where speed actually matters. Dequan was engineered for them.

What this is not

It is not magic. It is not “we have a secret RPC.” It is a careful, end-to-end pipeline where every step has been optimised by people who care about milliseconds. It is also not invisible. Every Dequan trade is logged with full per-stage latency you can inspect afterward in the Latency Transparency panel. We don’t ask you to trust the speed — we let you see it.

Pre-execution warmup

What happens in the background when you open a chart.

Parallel landing

The multi-path broadcast that gets your tx into the block first try.

Lightning Wallet

Optional one-tap trading with no popups, withdrawable any time.

Fast Mode

Session-key delegation — keep your main wallet offline, sign once.