πGlossary

Automated Market Makerβ
An automated market maker is a smart contract on polygon that holds liquidity reserves. Users can trade against these reserves at prices determined by a fixed formula. Anyone may contribute liquidity to these smart contracts, earning pro-rata trading fees in return.
Assetβ
While a digital asset can take many forms, the OXCHANGE Protocol supports ERC-20 token pairs, and represents a position in the form of an NFT (ERC-721).
Concentrated Liquidityβ
Liquidity that is allocated within a determined price range.
Constant Product Formulaβ
The automated market making algorithm used by OXCHANGE. In v1 and v2, this was x*y=k.
Coreβ
Smart contracts that are considered foundational, and are essential for OXCHANGE to exist. Upgrading to a new version of core would require deploying an entirely new set of smart contracts on polygon and would be considered a new version of the OXCHANGE Protocol.
ERC20β
ERC20 tokens are fungible tokens on polygon. OXCHANGE supports all standard ERC20 implementations.
Factoryβ
A smart contract that deploys a unique smart contract for any ERC20/ERC20 trading pair.
Flash Swapβ
A trade that uses the tokens purchased before paying for them.
Invariantβ
The βkβ value in the constant product formula X*Y=K
Liquidity Provider / "LP"β
A liquidity provider is someone who deposits ERC20 tokens into a given liquidity pool. Liquidity providers take on price risk and are compensated with trading fees.
Liquidityβ
Digital assets that are stored in a OXCHANGE pool contract, and are able to be traded against by traders.
Mid Priceβ
The price between the available buy and sell prices. In OXCHANGE V1 and V2, this is the ratio of the two ERC20 token reserves. In V3, this is the ratio of the two ERC20 token reserves available within the current active tick.
Observationβ
An instance of historical price and liquidity data of a given pair.
Pairβ
A smart contract deployed from a OXCHANGE V1 or V2 factory contract that enables trading between two ERC20 tokens. Pair contracts are now called Pools in V3.
Peripheryβ
External smart contracts that are useful, but not required for OXCHANGE to exist. New periphery contracts can always be deployed without migrating liquidity.
Poolβ
A contract deployed by the V3 factory that pairs two ERC-20 assets. Different pools may have different fees despite containing the same token pair. Pools were previously called Pairs before the introduction of multiple fee options.
Positionβ
An instance of liquidity defined by upper and lower tick. And the amount of liquidity contained therein.
Price Impactβ
The difference between the mid-price and the execution price of a trade.
Protocol Feesβ
Fees that are rewarded to the protocol itself, rather than to liquidity providers.
Rangeβ
Any interval between two ticks of any distance.
Range Orderβ
An approximation of a limit order, in which a single asset is provided as liquidity across a specified range, and is continuously swapped to the destination address as the spot price crosses the range.
Reservesβ
The liquidity available within a pair. This was more commonly referenced before concentrated liquidity was introduced.
Slippageβ
The amount the price moves in a trading pair between when a transaction is submitted and when it is executed.
Spot Priceβ
The current price of a token relative to another within a given pair.
Swap Feesβ
The fees collected upon swapping which are rewarded to liquidity providers.
Tick Intervalβ
The price space between two nearest ticks.
Tickβ
The boundaries between discrete areas in price space.
Last updated