diff --git a/README.md b/README.md index 4fb3361..a14a360 100644 --- a/README.md +++ b/README.md @@ -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`