Skip to main content

Overview

8DX is a DEX aggregation and execution layer built for production-grade integrations.
The system is designed around execution quality, infrastructure reliability, and transparent economics.
8DX aggregates liquidity across the most relevant decentralized exchanges and consistently outperforms both individual DEXs and existing aggregators in terms of effective price and execution stability. The product is live, operating in real trading environments, and is not an experimental deployment.

Aggregation & Routing

8DX operates its own aggregation and swap engine. Routing is computed using a custom algorithm designed to cover the full liquidity surface while avoiding unnecessary fragmentation and execution noise. The routing layer evaluates a large number of potential paths and performs deep simulations before execution. Parallel computation and purpose-built data structures allow this process to remain low-latency even under sustained high load. Quoted prices tend to exhibit lower short-term volatility compared to other aggregators and centralized venues. This behavior is a result of more stable routing and allocation logic rather than artificial smoothing. There are no hidden fees, no artificial spreads, and no execution manipulation. Routing is fully transparent. Users and integrators can inspect how an order is constructed, which venues are involved, and how liquidity is allocated across the route.
A detailed description of the routing and allocation logic is available in the technical whitepaper (PDF).View technical whitepaper →

Advanced Order Types

In addition to spot swaps, 8DX supports limit orders executed through the same best-execution routing engine. Orders are filled optimally across available liquidity without additional markup. TWAP execution is actively being rolled out, enabling large orders to be executed gradually with controlled market impact. Support for stop-loss orders and additional conditional execution types is part of the near-term roadmap. Any positive execution difference remains entirely with the integrator or end user. 8DX does not extract hidden upside from order execution.

MEV & Security Model

Execution is designed with MEV considerations as a first-class constraint. Routing decisions are computed off-chain, while on-chain contracts remain minimal, deterministic, and transparent. There is no opaque middleware between the user and the execution contract. All critical logic is auditable and intentionally kept simple.
The core smart contract is publicly available and verified on Ethereum:
https://etherscan.io/address/0xEEe3fdCc5b9D7821570294b26070B2f45cFd8aEc#code
Security is treated as a baseline requirement rather than a differentiating feature.