Glossary
#
Automated market makerAn automated market maker is a smart contract on Syscoin that holds on-chain liquidity reserves. Users can trade against these reserves at prices set by an automated market making formula.
#
Constant product formulaThe automated market making algorithm used by Pegasys. See x*y=k.
#
ERC20ERC20 tokens are fungibile tokens on Ethereum and Syscoin. Pegasys supports all standard ERC20 implementations.
#
FactoryA smart contract that deploys a unique smart contract for any ERC20/ERC20 trading pair.
#
PairA smart contract deployed from the Pegasys Factory that enables trading between two ERC20 tokens.
#
PoolLiquidity within a pair is pooled across all liquidity providers.
#
Liquidity provider / LPA liquidity provider is someone who deposits an equivalent value of two ERC20 tokens into the liquidity pool within a pair. Liquidity providers take on price risk and are compensated with fees.
#
Mid priceThe price between what users can buy and sell tokens at a given moment. In Pegasys this is the ratio of the two ERC20 token reserves.
#
Price impactThe difference between the mid-price and the execution price of a trade.
#
SlippageThe amount the price moves in a trading pair between when a transaction is submitted and when it is executed.
#
CoreSmart contracts that are essential for Pegasys to exist. Upgrading to a new version of core would require a liquidity migration.
#
PeripheryExternal smart contracts that are useful, but not required for Pegasys to exist. New periphery contracts can always be deployed without migrating liquidity.
#
Flash swapA trade that uses the tokens being purchased before paying for them.
x * y = k
#
The constant product formula.
#
InvariantThe "k" value in the constant product formula