> For the complete documentation index, see [llms.txt](https://doc.nucleon.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nucleon.network/user-guide/liquidity-pools/cfx-nut-liquidity-pool/add-cfx-nut-liquidity.md).

# Add CFX/NUT Liquidity

A liquidity pool is a collection of digital assets accumulated to enable trading on a decentralized exchange (DEX). Users can add LP to earn Nucleon's Governance token NUT and earn trading fees. In addition, the liquidity pair CFX/NUT has a steady growing ratio per Nucleon's liquid staking design. Advanced users can also explore arbitrage opportunties to maintain the correct ratio and earn trading fees and arbitrage profits.

1. Click on Pools.

<figure><img src="https://lh3.googleusercontent.com/pZoh5wjLcW-czM5uaOZ0iGacpKrM3ongAFLiXkVWva9gLlxBuyttZGHoFJ7eEFIXXdr3D9tnKXOewaR4URVxQnglCcl0VTcjPj8_wdRbtMwH5zols2qNtIFcJM8tGTH9ZWLU7Tb7fpp8MBM-RStl6Gi1GbyRqfZZbogOA2kh2OYOEpHmGy4BcCDIJzBiOg" alt=""><figcaption></figcaption></figure>

2. Select the corresponding pool that you want and click on Add Liquidity. In this case, CFX/NUT.

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

3. You have been redirected to Swappi, and now click on Add Liquidity.

<figure><img src="https://lh5.googleusercontent.com/Glm9GGZgZiap3FuZaV4y3EiewCZANEPZcBhFCHMWf6MvcGdV8vs0vrrRQIsKynpkN0mdwDdhpHvYdbBhncvBVsepXxwXRbXJ6PhziaHz_wnA3ibLymki6N7D9Rn8EOACr0IqFFzkl8hQdENgYR4kYBFUa8cjxDaHuniq-KINW7Ew8X3HAXOZDDiB06ZKJg" alt=""><figcaption></figcaption></figure>

4. Click on Select a token.

<figure><img src="https://lh4.googleusercontent.com/ZWlGULgUe-liX-6-PhM132PItmNgXns1fuTY8448pJoukuI8VEWhmUqx2fX6B9ZBpP3XT9s3FEjoNZVq3mcftzfAp5DkG3jnTvtBBEdPBqpy4V8idpQny98vPHYH7sf7nyqcwBAKPIXZU8LdjziCLjDsNXvOLBnMDUesOeEnat3Ds92_JkT4RhFdjxLpRQ" alt=""><figcaption></figcaption></figure>

5. Input NUT and add the token.

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

Note: If you cannot find NUT on the token list, simply paste its contract address.&#x20;

NUT Contract Address: 0xFE197E7968807B311D476915DB585831B43A7E3b

6. Enter the amount of asset that you would like to supply and click on Supply.

<figure><img src="/files/9poMVn3J4e3J5S9OTfZ7" alt=""><figcaption></figcaption></figure>

7. Check transaction details and click Confirm Supply.

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

8. Click on Confirm in the MetaMask pop-out confirmation window.

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

9. You have successfully added liquidity to the liquidity pool, please refresh the Nucleon page to show the updated balance of LP tokens.

<figure><img src="https://lh6.googleusercontent.com/TZDNzubMa9Yr8t_kxrew7h37qGB6zqRZQTX_21wwUDysKFDfySKg4ybWzzNNrgT2pwlsrygVrmN5aLBzbQdTZ1greaeaaSzHqtSUOJ2qzx05RfJ8qP6oiCMynnpfiGTW4lzmW40ZEgxPuzBTQ5Y1ePWqcH-ar-oLC56AWOP_3glExOiE8WiZeov7kEKsig" alt=""><figcaption></figcaption></figure>

You can check whether you have successfully received the CFX/NUT - Swappi LP tokens by adding the LP to your wallet.

CFX/NUT Contract Address: 0xd9d5748CB36a81FE58F91844F4A0412502FD3105

<br>


---

# 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://doc.nucleon.network/user-guide/liquidity-pools/cfx-nut-liquidity-pool/add-cfx-nut-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.
