Skip to content

orange-finance/dopex-v2-lp-automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dopex V2 Automator

The contract to automate Dopex V2 position management. Deposited funds are automatically allocated to the best performing ticks.

Specification

Overview

graph TD
    A[User] --> |deposit/redeem| B[Automator]
    B --> |mint/burn position| C[DopexV2PositionManager]
    C --> |mint/burn position handler logic| D[UniswapV3SingleTickLiquidityHandler]
    C <-.-> |ERC1155 Position NFT| B
    B <-.-> |ERC20 share token| A

    E[Rebalance bot] --> |manage ticks regularly| B
Loading

Test Coverage

make coverage/html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published