-
Please help me to solve Liquidity V3 pools in (USD).
I was working on it for 2 weeks. no result
-
# Description
We want to create a Form to add liquidity to Ekubo, Jediswap, and Unrug Ekubo.
Basically do the form for add liquidity with Unrug params:
https://github.com/keep-starknet-stran…
-
### Acceptance Criteria for Clearing Pending/Reserved Amounts
**Scenario:** Pending/Reserved amount for failed transfers in Account and Balance BC should be cleared after the transaction status is cha…
-
Parent issue: https://github.com/alephium/ralph-example/issues/24
#### Objective:
Develop core functionalities for creating and managing liquidity pools in the StableSwap protocol within Ralph. …
-
Hey friends. Found an issue in the SOR algo. The problem is how normalized liquidity is calculated for tokenPairs and that tilted pools can (like gyroE can tilt) mess up the calcs. So if you have a CS…
-
pkqs90
High
# Liquidity is incorrectly calculated during `addLiquidity()` for SolidlyV3AMO, causing DoS.
### Summary
SolidlyV3 has the same liquidity calculation as UniswapV3. Currently, when …
-
carrotsmuggler
High
# Boost buyback burns incorrect amount of liquidity
### Summary
The function `_unfarmBuyBurn` in the V3AMO contract is a public function open to everyone and calculates the a…
-
# Description
- [ ] Clean code and refactoring
- [ ] Verify all assert
- [ ] Verify bonding curve formula
- [ ] Check amount received in tests:
80% of the total supply
20% go to liquidity wi…
-
Parent issue: https://github.com/alephium/ralph-example/issues/25
#### Objective:
Build the functionality for adding and withdrawing assets into/from liquidity pools, supporting both stablecoins…
-
After market is created using `MarketFactory`, we should create an uni-v3-like liquidity pool (ERC20 outcome token x collateral, normally sDAI).
- Create functions for creating a new pool with erc2…