Uniswap V4 Hook Development - WIP
Overview
This section documents design work to be done for enhancing Uniswap V4 through the use of hooks for better price discovery, swapping and solver execution.
It leverages Tycho, Intents using ERC-7683, EIP-712, Compactx and Uniswap V4 Hooks. Development can be found in the github organization jincubator.
Hook Mods
- Booster Pools
- BackRunning
- ReHypothecation
- Paymaster
- Settlement Pools - CrossChain
- Router change to Slippage Failure to create an Intent.
- HOOK
Deliverables
- No Liquidity Pool
- Swap via preferred LP at fixed price from Oracle
- IntentSwap
- CreateIntentSwap (includes output amount in each call)
- ExecuteIntentSwap (uses funds from compact)
- SweepIntentSwap (passed a compact)
- BoosterPool
- Adds IntentManagement to Any Pool
- Adds Dynamic fees to Any Pool
- Adds BackRunning via Solver
- Adds ReHypothecation to any pool USDCY
- Adds Oracle Pricing to any pool EULER-ORACLES
- Adds Gas Sponsorship