Skip to main content
Helpful?

Integrated Routing with UniswapX

The Uniswap Interface will be ramping up support for hooks in it's standard routing system progressively over time. Hook builders looking to get immediate access to flow from the interface can do so by running a UniswapX filler for their hooked pools.

At a high level, hook builders filler implementations will need to do the following:

  1. (On Mainnet) Subscribe to the UniswapX RFQ system on mainnet and submit fillable bids from orders they receive
  2. Listen to the public feed for orders they won or that are open to be filled publicly
  3. Execute those orders against pools that use their hooks

Developers should check UniswapX Documentation to get started.

Helpful?