Searcher Contract Integration

Searcher supplied bytes calldata

There are two ways for searchers to integrate with the FastLane protocol:

  1. Direct: Searchers can add the fastLaneCall function directly into their smart contract and explicitly pay their bid amount to the FastLane Auction Handler contract.

  2. Proxy: Searchers can establish a stand-alone "proxy" contract to receive the fastLaneCall, handle their auction payment, and forward their calldata to the desired destination.

Note that if the searcher does not own the contract they're calling, utilizing a proxy may be the only option.

Last updated