📄️ Contract Addresses
Liquidity Locker contracts are deployed on BOT Chain Mainnet (Chain ID 677) and Testnet (Chain ID 968).
📄️ Contract Reference
This section maps the user-facing write and read interfaces to their detailed reference pages.
📄️ V2 Locker
V2 Locker holds ERC20 LP tokens created by the configured BDEX V2 Factory. ETERNAL_LOCK is type(uint256).max. A permanent lock cannot be withdrawn or shortened, but its amount can be increased, split, or transferred.
📄️ V3 Locker
V3 Locker holds ERC721 liquidity positions issued by allowlisted INonfungiblePositionManager contracts. The NFT price range cannot change while locked. Authorized accounts can collect fees, and any user can increase liquidity.
📄️ Range Converter
FullRangeConvertorV2