Skip to main content

Glossary

TermDefinition
propAMMAn onchain market maker that prices trades from its own logic and inventory and updates its quotes continuously.
Active liquidityLiquidity whose price is refreshed continuously by an operator, independent of trade activity.
Passive liquidityLiquidity that prices from a fixed formula and only moves as the pool is traded against, such as a constant-product DEX.
Liquidity sourceAny venue Rialto can quote and settle against, including propAMMs and conventional DEX pools.
QuoteA live price for a specific order size, returned at request time and valid for a brief window.
RouteThe source or set of sources selected to fill an order.
LegA single source’s portion of a route when an order is split across more than one source.
Best executionSelecting the route that returns the most output net of network costs.
SlippageThe difference between the quoted output and the minimum output an order will accept before it reverts.
Reference priceThe external price a propAMM anchors its quotes to.
InventoryThe reserves a propAMM holds and fills trades from.
SettlementThe onchain execution of a selected route in a single atomic transaction.
TakerThe party submitting an order to be filled.
Gasless executionAn execution option where the user signs the order and a relayer broadcasts the transaction and pays the network fee.
IntegratorA wallet, frontend, or other application that routes orders through Rialto.