Developers
Manage Liquidity
Verified Pools currently utilize a custom PositionManager contract called VerifiedPoolsPositionManager which implements the same interface as the Uniswap v4 PositionManager. The primary difference between our version and the standard PositionManager is that we’ve restricted transferability of the underlying ERC-721 token which liquidity providers receive when minting a new position.
For developers looking to integrate with the VerifiedPoolsPositionManager, please refer to the following Uniswap v4 guides: