Glossary
Last updated
Last updated
An offer on Mangrove that is undercollateralized.
Base token is the traded asset, quoted in Quote token.
A portion of an offer provision that is sent to the taker to compensate a failure to deliver.
An off-chain bot that keeps the order books clean by sniping failing offers.
The ratio of tokens promised by an offer over the gas it requires to be executed.
An offer that is posted as a consequence of previous offer being taken.
The maximum gas requirement the taker will tolerate for an offer.
An estimate of the price of a gas unit in native token amount.
An upper bound of the gas units that an offer requires when called by Mangrove.
The volume of tokens an offer promises in exchange of the full volume of required (or wanted) tokens.
Internal functions in the building blocks of the Strat Lib, which may be overridden to change the default behavior of an offer logic.
The token type that an offer taker must send.
An off-chain bot that helps keep Mangrove functioning optimally.
Feature of an offer logic that verifies whether trade execution should be cancelled.
A maker contract is a smart contract that is bound to a smart offer posted on Mangrove.
When an incoming order partially takes the volume given by an offer.
Callback function of an offer logic that is called by Mangrove prior to trade settlement.
The callback function of an offer logic that is called by Mangrove immediately after trade settlement.
The identifier of an offer in a given offer list.
A list of offers on the same token pair, ranked from best price to worst price.
The part of a maker contract that is executed as a consequence of a call by Mangrove when processing a market order.
An account that is allowed to post, update or retract a specific offer posted by a maker contract.
An offer posted by an EOA, in contrast with a smart offer, which is posted by a smart contract.
The token type that an offer taker will receive.
Amount of quote tokens per base token that an offer demands or a taker is willing to pay
An amount of native tokens that is attached to a live offer on Mangrove and that is used to compensate a fail-to-deliver.
The ratio 'wants/gives' between the amount an offer 'gives' and the amount it 'wants'.
Liquidity providers can post offers that are not fully provisioned. It is enough that their code brings the promised liquidity at match-time. In the meantime, it can be put to work.
Makers can renege on the offer to trade by incorporating defensive code in the maker contract (e.g., because the market conditions changed).
An immutable address identifying the fund owner when using a router
A smart contract building block provided by the Strat Lib that is used by an offer logic to manage liquidity in a modular fashion.
An offer that is bound to a smart contract, as opposed to an on-the-fly offer.
A portion of the tokens promised to the taker that are sent to the Mangrove protocol's vault.
A 'price point' corresponding to the ratio 1.0001^tick
Controls the granularity of available price points in an offer list.
The volume of tokens an offer wants in exchange of the full volume of promised (or given) tokens.