Skip to content

Commit

Permalink
Fix: typo (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbitx8 authored Oct 9, 2024
1 parent 36e12f4 commit 451a7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contracts/v4/concepts/04-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 451a7d0

Please sign in to comment.