Proxy Implementation

Creating a proxy contract

Searchers who do not wish to directly implement the atlasSolverCall into their contract or who use a smart contract outside of their direct control can create their own FastLane Searcher Proxy contract.

At a minimum, a proxy contract must:

  1. Implement ISolverContract interface

  2. Authenticate the calling address

  3. Call the desired function on the targeted contract with the correct call data.

  4. Pay the searcher's bid amount to the Solver execution environment (address provided during execution)

Last updated