Slippage & Market Impact Models
Operator and jurisdiction
BASIS is operated by BASIS DIGITAL INFRASTRUCTURE LTD, a Seychelles IBC (LEI: 254900IX2F2KCWNSSS64).
Research Partner
Base58 Labs Research Institute supports market microstructure, routing, and execution research.
Display convention
Analytics and simulator outputs may be shown in USDT as an internal accounting and display unit for USD-equivalent values. USDT is not a depositable or withdrawable asset on BASIS. Platform deposits and withdrawals use native assets only: BTC, ETH, SOL, and PAXG.
Slippage is not random noise. It is a measurable function of market depth, volatility, time, and routing quality.
BASIS models slippage to improve execution precision and structural alpha capture across fragmented liquidity. The BHLE stack is designed for sub-50μs decision latency, 100K+ OPS, and proprietary routing under deterministic, math-constrained state machine risk controls.
1) Slippage components
Immediate price movement caused by consuming visible liquidity at the top of the book.
Price drift during the execution window while the order is still being completed.
Loss from interacting with liquidity just before new information is reflected in the market.
Execution loss introduced by venue choice, queue position, latency, and hedge completion quality.
A reliable model estimates conservative bounds for each component, then applies routing and stop conditions before execution.
2) Depth-based slippage estimation
A first-order depth model starts with two quantities:
Order size: Q
Available cumulative depth to a target price level: D
As Q / D increases, expected slippage generally increases.
Intuition
Small Q relative to D
Lower immediate impact
Large Q relative to D
Higher immediate impact
Fast depth refill
Lower realized slippage than static depth suggests
Thin or unstable books
Higher realized slippage than static depth suggests
Depth alone is not sufficient. Order books are dynamic, and visible liquidity can disappear under stress. BASIS therefore combines book depth, refill behavior, volatility, venue quality, and latency-sensitive routing signals.
3) Nonlinear impact intuition
Many markets exhibit sublinear impact growth with size. A common empirical heuristic is:
$\sigma$
Market volatility
$Q$
Order size
$V$
Traded volume
This captures a practical idea:
higher volatility tends to increase impact
larger orders tend to increase impact
deeper volume tends to reduce impact
This square-root form is a useful empirical guide, not a universal law. Production execution systems should calibrate it by asset, venue, and volatility regime.
4) Conservative execution bound
BASIS does not rely on a single impact number. It composes a conservative bound from multiple microstructure terms.
Practical interpretation
Instant impact
Sweeping shallow displayed liquidity
Transient impact
Price movement during completion
Adverse selection
Being late to new information
Routing friction
Suboptimal pathing, venue mismatch, or latency loss
This structure supports deterministic pre-trade checks and post-trade attribution.
5) Why order slicing helps, and when it hurts
Order slicing can reduce instantaneous impact by trading in smaller pieces. It also increases exposure time, which can raise adverse selection risk.
Decision guide
Stable liquidity, low toxicity
Controlled slicing may improve outcomes
Fast market, short-lived edge
Faster completion may dominate
Weak hedge path
Reduce size or do not execute
Venue instability detected
Re-route or stop
6) Post-trade slippage analytics 📊
A production-grade system maintains realized slippage distributions across multiple dimensions.
Percentiles
p50, p90, p99
Venue
CEX, DEX, internal route class
Asset
BTC, ETH, SOL, PAXG
Regime
low vol, mid vol, stress
Order shape
single-shot, sliced, multi-venue
Latency band
local, cross-venue, degraded state
These analytics inform:
venue scoring
order sizing constraints
route eligibility
stop conditions
model recalibration
The goal is not to eliminate slippage entirely. The goal is to keep realized execution inside deterministic bounds often enough to preserve structural alpha after costs.
7) BASIS execution design principles
Deterministic execution
Pre-trade checks and bounded routing logic
Latency discipline
BHLE architecture with sub-50μs decision latency
Throughput
100K+ OPS routing and state handling
Risk controls
Math constraints and state machine enforcement
Research loop
Continuous calibration with the Research Partner
This is why slippage modeling is treated as core infrastructure, not a cosmetic metric.
8) Key takeaways 🎯
Slippage is a structured microstructure problem
Static depth is necessary, but not sufficient
Nonlinear impact matters at larger size
Slicing can improve or worsen outcomes depending on regime
Deterministic routing and post-trade attribution are essential for execution precision
Next: read Execution Precision & On-chain Routing.
Last updated