diff --git a/docs/contracts/v4/concepts/04-hooks.mdx b/docs/contracts/v4/concepts/04-hooks.mdx index d354fc272..23d392c3a 100644 --- a/docs/contracts/v4/concepts/04-hooks.mdx +++ b/docs/contracts/v4/concepts/04-hooks.mdx @@ -51,9 +51,9 @@ The liquidity modification hooks are extremely granular for security purposes. The introduction of hooks in Uniswap V4 opens up a world of possibilities for developers to innovate and build new DeFi protocols. Some potential use cases include: -- Customized AMMs with different pricing curves that xy = k. +- Customized AMMs with different pricing curves than xy = k. - Yield farming and liquidity mining protocols that incentivize liquidity provision. - Derivative and synthetic asset platforms built on top of Uniswap V4 liquidity. - Lending hooks integrated with Uniswap V4 pools. -As a hook developer you can easily bootstrap the codebase of an entirely new DeFi protocol through hook designs, which subsequently drives down your audit costs and allows you to develop faster. However, it's important to note that just because you made a hook, that does not mean you will get liquidity routed to your hook from the Uniswap frontend. \ No newline at end of file +As a hook developer you can easily bootstrap the codebase of an entirely new DeFi protocol through hook designs, which subsequently drives down your audit costs and allows you to develop faster. However, it's important to note that just because you made a hook, that does not mean you will get liquidity routed to your hook from the Uniswap frontend.