Market Makers

How to integrate NEAR intents as a market maker

Market Makers are active market participants that deposit liquidity in order to fill quotes issued by users.

To start market making, you are required to perform bridging and quoting.

Bridging

In order to deposit and withdraw liquidity, market makers need to bridge funds yourself or do it via one of the distribution channels (e.g. https://apps.near-intents.org) .

To bridge yourself, you need to get familiar with PoA bridge API for deposits and with specific bridge (PoA, Omni or HOT) API for withdrawals. More information on that and an SDK will be come soon.

Quoting

Once the liquidity is available for trading, use the Message Bus API to receive and sign quotes.

Last updated