Apollon Minting
New Apollon can either be minted in conjunction with a pool swap:
Long Position (Open Long Position): Borrowers mint new aUSD and swap it into an Apollon via a liquidity pair (SwapOperations.openLongPosition()
).
Short Position (Open Short Position): Borrowers mint an Apollon and swap it for aUSD (
SwapOperations.openShortPosition()
).
After minting, a buyback through the pools is necessary to facilitate debt repayment.
Or neutral, by providing swap pool liquidity (Neutral Position): Borrowers mint an Apollon and aUSD in the current swap pool ratio and provide them directly as liquidity into the pool (SwapOperations.addLiquidity()
).
Last updated