# Create a Liquidity Pair

{% hint style="info" %}
**Good to know:** By Adding liquidity you help create a decentralized ecosystem of exchange!\
\
You can add liquidity for preexisting tokens or new ones that aren't even listed yet!\
\
You can add liquidity to a token that isn't listed by inputting the contract address of the token directly into the token list!

Liquidity providers earn a 0.25% fee on all trades proportional to their share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity
{% endhint %}

{% hint style="danger" %}
**Warning:** If you do not understand how providing liquidity works please be careful with how much you risk!&#x20;

\
You may face impermanent losses!

Read more about Risk & Returns below!
{% endhint %}

## Nexus Liquidity Pool Tokens

When you deposit assets into the liquidity pool you are give $NLP tokens in return.\
These NLP tokens represent your position/share of the liquidity pool.\
Some specific NLPs can be staked in the NexusGenerator to earn NEXU in real time.\ <mark style="color:red;">**PLEASE BE AWARE OF THE RISKS THAT COME WITH ADDING LIQUIDITY AND IMPERMANENT LOSS.**</mark>

{% content-ref url="/pages/vg7YCJMiUQGqMtrMGtKs" %}
[Risks](/guide/create-a-liquidity-pair/risks.md)
{% endcontent-ref %}

## Method 1

Go to Pools > Add. Select the tokens you want to add liquidity for. Approve and then Deposit!\
You can add tokens that are not in the token list by pasting a contract address directly in.\
\
If you cant find a pair that you added under Browse. Go to Pools > Import!\
\
If you still cant find it check the Your Farm!

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

## Method 2

From the Farms tab select one of the active Farm pools. Then Add liquidity and Stake it to earn NEXU in real time!

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


---

# 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.thenexusportal.io/guide/create-a-liquidity-pair.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.
