Skip to content

Commit

Permalink
Update 08-integrated-routing-uniswap-x.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
akarys92 authored Oct 11, 2024
1 parent e426e7e commit 92edf92
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/contracts/v4/concepts/08-integrated-routing-uniswap-x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
title: Integrated Routing with UniswapX
---

For the initial deployment of Uniswap v4, the [Uniswap Interface](https://app.uniswap.org) does not permissionlessly support routing to pools with hooks. The interface expects to support pools with hooks, *eventually*.
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.

In the interim, Hook developers can receive order routing from the Uniswap Interface by running a UniswapX filler.
At a high level, hook builders filler implementations will need to do the following:

Developers should check [UniswapX Documentation](/contracts/uniswapx/overview) to get started
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](/contracts/uniswapx/overview) to get started.

0 comments on commit 92edf92

Please sign in to comment.