Meson Fi
  • Meson Docs
  • Introducing Meson
  • Guides
    • Meson App
      • Premium
      • Swap on Mobile
    • Meson Explorer
  • Protocol
    • Background
      • Hash Time Lock Contract (HTLC)
    • The Meson Protocol
      • Swap Process
      • Trusted Verifiers
      • Swap Fee
      • Liquidity Providers
    • System Design
      • Relayer
        • Relayer APIs
      • LP Service
    • Security Precautions
      • Waiting Time
  • Implementation
    • Smart Contracts
      • Meson in Solidity
      • Time
    • Applications
  • References
    • Audits
      • SSLabs at Georgia Tech
      • Trail of Bits : Design Review
      • Trail of Bits : Security Review
      • Trail of Bits : Fix Review
    • Stablecoins supported by Meson
Powered by GitBook
On this page
  1. Protocol
  2. System Design

LP Service

In Meson's swap process, users and LPs need to conduct multiple rounds of information exchange and verification. This process happens off-chain and requires LP to run a service, complete the necessary verification, signature, call Meson contract and other operations. We will provide an open source service that any LP can run to complete the redemption process. The LP needs to run this service on its own server, actively monitor the swap initiated by the user, lock funds for the swap, and finally complete the swap on the two chains. We will release an open source LP service that can complete the above process for most LPs to use. For LPs with independent trading strategies, they can modify and design specific workflow in the swap process according to the Meson protocol and the open-sourced LP services to meet their specific trading preferences.

PreviousRelayer APIsNextSecurity Precautions

Last updated 3 years ago