Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArrakisFinance/minimize-lvr-hook-poc
https://github.com/ArrakisFinance/minimize-lvr-hook-poc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ArrakisFinance/minimize-lvr-hook-poc
- Owner: ArrakisFinance
- License: mit
- Created: 2023-08-08T10:23:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T09:04:18.000Z (about 1 year ago)
- Last Synced: 2024-08-02T16:32:21.213Z (4 months ago)
- Language: Solidity
- Size: 2.48 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uniswap-hooks - Minimize LVR Hook - versus-rebalancing. This can reduce LVR and increase LP returns. (📜 Examples / From Community)
- awesome-uniswap-v4-resources - Minimize LVR Hook - versus-rebalancing. This can reduce LVR and increase LP returns. (📑 Table of Contents / From Community)
- awesome-uniswap-v4-resources - Minimize LVR Hook - versus-rebalancing. This can reduce LVR and increase LP returns. (📑 Table of Contents / From Community)
README
# minimize-lvr-hook-poc
read the [blog post](https://mirror.xyz/0x916563f8476b988855af0b8b8A3D56072E1917FA/ZhTQJ6qiurBTHBNuF08GudWBQ8x9p3P-12vo-C9czKE) for a basic introduction
read the [code walkthrough](https://github.com/ArrakisFinance/minimize-lvr-hook-poc/blob/main/documentation/code-walkthrough.md) for a more detailed explanation
implementation by: Arrakis Fi Team and [@The-CTra1n](https://github.com/The-CTra1n)
design based on [this research post](https://ethresear.ch/t/lvr-minimization-in-uniswap-v4/15900)
## usage
install with:
```bash
forge install
```run tests with:
```bash
forge test --ffi
```