# Dual Sided

### Visit liquidity management portal <a href="#h.8noeklgkd2lq" id="h.8noeklgkd2lq"></a>

1. Access your deployed node in the browser via port 17610. [Click here to learn how to deploy servers and nodes.](/dotswap/developers/nexus-protocol/deployment-guide.md)

   <kbd>For example:<http://54.86.132.8:17610/></kbd>

   <figure><img src="/files/pYZQI4p7nWlh4OmdEwtO" alt=""><figcaption></figcaption></figure>
2. Connect your wallet

   <figure><img src="/files/mdzmo2u7lNfJm7YoS47X" alt=""><figcaption></figcaption></figure>
3. Input the initial price, then enter the amount, and view your LP income rate.

   <figure><img src="/files/OoXduU65I5GVdfNeDHKh" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/Q8lsrnEaFP3ZzFpHCw6E" alt=""><figcaption></figcaption></figure>
4. Complete the wallet signature, and you will see your liquidity pool here.

   <figure><img src="/files/6ir984aSm9V1rvfDmMXj" alt=""><figcaption></figcaption></figure>
5. [Click here to begin Dual Sided Pool depoyment](/dotswap/developers/nexus-protocol/maker/dual-sided-pool/manage-pool.md)


---

# 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.on.nexus/dotswap/developers/nexus-protocol/deployment-guide/start-providing-liquidity/dual-sided.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.
