On a standard AMM, large swaps move the curve and bots front-run, back-run, or sandwich them — value that should belong to the trader silently leaks to MEV. OFA flips the model: instead of letting bots extract, the hook seals the swap and invites them to compete for the right to fill it. Whoever offers the user the best price wins. If nobody bids, the AMM still executes as a safe fallback. The user always gets at least the AMM price — and usually better.
- 01Swaps above the configured threshold pause execution and open a sealed solver auction in the same transaction.
- 02Solvers bid for N consecutive blocks; the winning bid fills the trade at an improved price relative to the AMM curve.
- 03If no solver responds within the window, the trade falls back to the regular AMM execution path with no penalty.
- 04Pending orderflow is held as ERC-6909 claims for the duration of the auction — there is no early withdrawal.
- Whale-sized swaps where slippage from naive AMM execution would leak value to MEV bots.
- DAO treasury rebalancing — opens a competitive solver auction for the best execution price.
- Aggregator routers offering institutional-grade execution without running their own RFQ infrastructure.
- Any swap above a configurable size threshold that should receive price improvement instead of raw AMM fills.