Skip to content

Commit

Permalink
note on v4 and uniswap x (#795)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Karys <[email protected]>
Co-authored-by: Alice <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent fad2630 commit 7d8e2c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/contracts/v4/concepts/08-integrated-routing-uniswap-x.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Integrated Routing with UniswapX
---

The [Uniswap Interface](https://app.uniswap.org) 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 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 7d8e2c5

Please sign in to comment.