Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

note on v4 and uniswap x #795

Merged
merged 6 commits into from
Oct 11, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
saucepoint marked this conversation as resolved.
Show resolved Hide resolved

1. (On Mainnet) Subscribe to the UniswapX RFQ system on mainnet and submit fillable bids from orders they receive
saucepoint marked this conversation as resolved.
Show resolved Hide resolved
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.
Loading