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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meson.fi/protocol/system-design/lp-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
