NEAR Intents
  • Overview
  • Integration
    • Distribution Channels
      • 1Click API
  • Market Makers
    • Message Bus
      • API
      • Usage
    • PoA bridge API
    • Verifier
      • Introduction
      • Deposits and withdrawals
        • NEAR Token treatment
        • Deposits
        • Balances, and identifying your token
        • Withdrawals
      • Account Abstraction
      • Intent types and execution
      • Signing Intents
      • Events
      • Example Transactions
      • Simulating intents
    • Examples
  • FAQs
  • Security
  • Chain and Address Type Support
Powered by GitBook
On this page
  • Bridging
  • Quoting

Market Makers

How to integrate NEAR intents as a market maker

Previous1Click APINextMessage Bus

Last updated 17 days ago

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.) .

To bridge yourself, you need to get familiar with 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 to receive and sign quotes.

https://apps.near-intents.org
PoA bridge API
Message Bus API