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
Context: Due to the current limitations of our POC version, we have to adhere to specific constraints when working with the anchor currency and Uniswap positions. For more details, see [POC version limitations]
TODO add link to poc-version-limitations docs
Single Active Position: Implement logic ensuring only one Uniswap position can be active. Before opening a new position, ensure the previous one is cleared.
Liquidity Pair Requirement: Ensure that any liquidity position created includes the anchor currency in its pairing. Implement checks or validations for this.
Anchor Currency Operations: Establish mechanisms to monitor anchor currency balance changes. Detect operations such as swaps involving the anchor currency, liquidity pool actions, and minting new Uniswap positions.
The text was updated successfully, but these errors were encountered:
Context: Due to the current limitations of our POC version, we have to adhere to specific constraints when working with the anchor currency and Uniswap positions. For more details, see [POC version limitations]
TODO add link to poc-version-limitations docs
Single Active Position: Implement logic ensuring only one Uniswap position can be active. Before opening a new position, ensure the previous one is cleared.
Liquidity Pair Requirement: Ensure that any liquidity position created includes the anchor currency in its pairing. Implement checks or validations for this.
Anchor Currency Operations: Establish mechanisms to monitor anchor currency balance changes. Detect operations such as swaps involving the anchor currency, liquidity pool actions, and minting new Uniswap positions.
The text was updated successfully, but these errors were encountered: