Function serai_dex_pallet::pallet::dispatchables::add_liquidity
source · pub fn add_liquidity<T: Config>(
coin: ExternalCoin,
coin_desired: SubstrateAmount,
sri_desired: SubstrateAmount,
coin_min: SubstrateAmount,
sri_min: SubstrateAmount,
mint_to: T::AccountId,
)
Expand description
Provide liquidity into the pool of coin1
and coin2
.
NOTE: an optimal amount of coin1 and coin2 will be calculated and
might be different than the provided amount1_desired
/amount2_desired
thus you should provide the min amount you’re happy to provide.
Params amount1_min
/amount2_min
represent that.
mint_to
will be sent the liquidity tokens that represent this share of the pool.
Once liquidity is added, someone may successfully call
Pallet::swap_exact_tokens_for_tokens
successfully.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::add_liquidity
.