Protocol Concepts
Auction
The auction system in the Layerswap V8 protocol is designed to efficiently match users with Solvers for cross-chain swaps
The auction systems are centralized; they do not introduce any trust assumptions or affect the security mechanisms of the core protocol. The auction is solely responsible for matching the user and the Solver.
The auction system works like this:
- Get the list of active Solvers from the Discovery contract.
- Accept quotes from the Solvers.
- Decide the winner.
- Notify the dApp. The dApp then executes the Atomic Swap.
More technical details can be found in the Auction Spec.