Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ArrakisFinance/minimize-lvr-hook-poc


https://github.com/ArrakisFinance/minimize-lvr-hook-poc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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
```