# Single 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/ESABWxXb5NFlBkpXLCXM" alt=""><figcaption></figcaption></figure>
2. Connect your wallet

   <kbd><mark style="color:red;">Please note that the deployment addresses for single-sided and Dual-sided are different.<mark style="color:red;"></kbd>

   <figure><img src="/files/vMCwE9emMcVYBhgCpMcp" alt=""><figcaption></figcaption></figure>
3. You can choose different currencies to add single-sided liquidity.

   <kbd><mark style="color:red;">Please note that the addresses for deploying Single-sided liquidity for BTC and USDC are different.<mark style="color:red;"></kbd>

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

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

   <kbd><mark style="color:red;">After the liquidity pool is automatically matched successfully, its status will change from "Matching" to "Matched".<mark style="color:red;"></kbd>

   <figure><img src="/files/fnq5gkmh33rtkuz0BjvQ" alt=""><figcaption></figcaption></figure>
6. [Click here to begin Single Sided Pool depoyment](/dotswap/developers/nexus-protocol/maker/single-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/single-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.
