> For the complete documentation index, see [llms.txt](https://zodiac-markets.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zodiac-markets.gitbook.io/docs/add-liquidity.md).

# Add Liquidity

Send SOL to the wallet address that you provided when you filled out the 'Add Liquidity' form.

You will receive the internal liquidity token MMSOL in your wallet in exchange for your added SOL. 1 MMSOL = 1 SOL. This liquidity token enables you to earn daily income.

Do not send SOL from exchange addresses or addresses that you do not have access to, nor do you have the private key for. If you do so, you will not be able to access the MMSOL sent to you in return. If this happens, please contact ZODIAC Support immediately.

You can send MMSOL to other addresses without restrictions. Daily income will be credited to the wallet holding the MMSOL.

The lock-up period for the liquidity you provide is 1 week. This means that during this period, you will not be able to retrieve your deposit body. However, after a month, you will be able to exchange MMSOL for SOL at any time. To do this, simply submit a request and send the MMSOL to the specified addres and you will receive your SOL in return.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://zodiac-markets.gitbook.io/docs/add-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
