To understand the leap in efficiency that Dolomite has achieved, one must look under the hood at the mechanics of its integration with Enso. This is not a simple interface upgrade; it's a fundamental enhancement of the protocol's execution layer through several powerful techniques.
The first is splitting trades across pools. Instead of routing a large trade through a single liquidity pool (which would cause significant slippage), Enso intelligently fragments the order across multiple decentralized exchanges (DEXs) to find the best aggregate price.
The second is multi-step routing. Complex DeFi strategies often require swapping through intermediary assets. Enso can chain these swaps together in an optimal path within a single transaction, a process that would be manual and inefficient for a user to perform.
The third and most critical mechanic is transaction bundling. Enso bundles multiple actions—such as approvals, swaps, and deposits—into a single, atomic transaction. This not only saves the user substantial gas fees but also eliminates the risk of a multi-step strategy failing midway through execution.
By integrating these mechanics at the smart contract level, Dolomite's ZAP engine becomes a powerhouse of capital efficiency, ensuring users get the best possible execution for every action, from a simple swap to a complex, recursive lending loop.


