From e426e7ee4eb7f14e6c64547b419f68d8b33070f4 Mon Sep 17 00:00:00 2001 From: saucepoint Date: Wed, 9 Oct 2024 19:25:07 -0400 Subject: [PATCH] note on uniswap x --- .../v4/concepts/08-integrated-routing-uniswap-x.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/contracts/v4/concepts/08-integrated-routing-uniswap-x.mdx diff --git a/docs/contracts/v4/concepts/08-integrated-routing-uniswap-x.mdx b/docs/contracts/v4/concepts/08-integrated-routing-uniswap-x.mdx new file mode 100644 index 000000000..e26d6fc81 --- /dev/null +++ b/docs/contracts/v4/concepts/08-integrated-routing-uniswap-x.mdx @@ -0,0 +1,9 @@ +--- +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*. + +In the interim, Hook developers can receive order routing from the Uniswap Interface by running a UniswapX filler. + +Developers should check [UniswapX Documentation](/contracts/uniswapx/overview) to get started \ No newline at end of file