You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a problem today in DeFi that one cannot easily take a Uniswap V3 LP position, and deposit it into a lending platform or staking gadget. With Sushi or Uni-V2, the LP position is an ERC-20, which is trivially listed on a lending platform like Rari Fuse and used as collateral. Someone needs to do this with Uni-V3.
It is a problem today in DeFi that one cannot easily take a Uniswap V3 LP position, and deposit it into a lending platform or staking gadget. With Sushi or Uni-V2, the LP position is an ERC-20, which is trivially listed on a lending platform like Rari Fuse and used as collateral. Someone needs to do this with Uni-V3.
Uniswap provides staking contracts: https://docs.uniswap.org/protocol/reference/periphery/staker/UniswapV3Staker. However, there is no generalized factory which enables easy creation of ERC-20 LP tokens from arbitrary V3 LP positions.
Specification
Thus: Factory creates LP token contracts. Each LP token is associated with a single Uniswap-V3 pair and position information (price curve/limit).
The text was updated successfully, but these errors were encountered: