> For the complete documentation index, see [llms.txt](https://docs.cakepiexyz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakepiexyz.io/how-to-use-cakepie/create-a-liquidity-pair-on-pancakeswap-and-deposit-on-cakepie.md).

# Create a Liquidity Pair on PancakeSwap & Deposit on Cakepie

## 1. Enter PancakeSwap

<figure><img src="/files/7OK2peZeZ7XZck379vb8" alt=""><figcaption><p>Press "Trade" to see "Liquidity" option  </p></figcaption></figure>

## 2. Create a Liquidity Pair on PancakeSwap

* Create a liquidity pair on: V3, Stableswap or V2.&#x20;

<figure><img src="/files/es1TtCFQGuDbxvAhhlWC" alt=""><figcaption><p>Select the "Liquidity" option, select V3 (or other) and press "Add Liquidity"</p></figcaption></figure>

## 3. Select what tokens you want to provide as liquidity.

* Deposit USDC and USDT.
* Select the Liquidity Range (Example Full Range)
* Enable USDC
* Enable USDT

<figure><img src="/files/mVsoxihonzLFXHLTDmEl" alt=""><figcaption><p>Enable USDC</p></figcaption></figure>

<figure><img src="/files/1IIbIcOJOrxPWk9FPUJN" alt=""><figcaption><p>Enable USDT</p></figcaption></figure>

## 4. Add your Liquidity

<figure><img src="/files/Xfxxalfcpcimrn3atGvu" alt=""><figcaption><p>Press "Add" to create your liquidity position</p></figcaption></figure>

After completing the steps above, users can proceed to stake their liquidity on Cakepie.

## 5. Enter Cakepie and select the Stake Tab.

<figure><img src="/files/5pIpvEKYuFaD4NuRnxLl" alt=""><figcaption><p>Press "Stake" to see Cakepie's boosted liquidity pools</p></figcaption></figure>

## 6. Select a Liquidity Pair to deposit your assets.

After providing liquidity for a specific pair on PancakeSwap, users can deposit their liquidity on Cakepie's corresponding pools to maximize their CAKE rewards.

<figure><img src="/files/Mm1GjPmG5SMD5evYjH97" alt=""><figcaption><p>Press "Approve"</p></figcaption></figure>

## 7. Stake your liquidity on Cakepie to maximize your passive income

<figure><img src="/files/MwfQc5fvw0sa89VBHhbS" alt=""><figcaption><p>Press "Stake" to deposit your assets</p></figcaption></figure>

## 8. Users can select to unstake their liquidity from Cakepie

<figure><img src="/files/1PRFt5CzBU6llhon8cDY" alt=""><figcaption><p>Press "Unstake" to withdraw your assets</p></figcaption></figure>

## 9. Users can remove their liquidity directly through Cakepie

* Users must select the amount of total funds that want to remove

<figure><img src="/files/kggMEgClb3m2n7H6avn0" alt=""><figcaption><p>Press "Remove" to receive your tokens on your wallet</p></figcaption></figure>


---

# 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://docs.cakepiexyz.io/how-to-use-cakepie/create-a-liquidity-pair-on-pancakeswap-and-deposit-on-cakepie.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.
