Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
## Hypervisor

###
A Uniswap V2-like interface with fungible liquidity to Uniswap V3
which allows for arbitrary liquidity provision: one-sided, lop-sided, and
balanced
A Uniswap V2–like interface with **fungible liquidity** on top of **Uniswap V3**, enabling arbitrary liquidity provision: **one-sided**, **lop-sided**, and **balanced**.

Consult tests/deposit_withdraw.test.ts for deposit, withdrawal, rebalance examples
Consult `tests/deposit_withdraw.test.ts` for examples of deposit, withdrawal, and rebalance.

### Tasks

Deploys hypervisor
**Deploy Hypervisor**


`npx hardhat deploy-hypervisor-orphan --pool UNIV3-POOL-ADDRESS --name ERC20-NAME --symbol ERC20-SYMBOL --network NETWORK`

Expand Down