The Driver is the component that orchestrates the solver competition for each batch auction. It acts as an intermediary between the Autopilot and individual Solvers.Documentation Index
Fetch the complete documentation index at: https://cowswap-mintlify-docs-quality-audit-1774257282.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Role in the Architecture
- Receives auctions from the Autopilot
- Distributes auction instances to registered solvers via the Solver API
- Collects and ranks solutions based on the objective function
- Executes the winning settlement on-chain
Configuration
The driver accepts configuration for:- Registered solver endpoints
- Solution ranking parameters
- Gas estimation settings
- Settlement simulation parameters
Related
- Architecture Overview — How the driver fits in the system
- Driver Architecture — Detailed driver design
- Competition Rules — How solutions are ranked