# Liquidity Providers Guide

Provide liquidity on CC Swap and earn passive income through trading fees and additional token incentives. Here’s how to get started:

### ➕ <mark style="color:blue;">Add Liquidity</mark>

By adding liquidity, you’re helping power decentralized trading while earning a portion of each transaction.

1. **Navigate to the “Pools” tab**
   * Accessible from the top menu on the homepage.
2. **Select an existing pair or create a new one**
   * Choose from available trading pairs (e.g., CORE/USDT, CORE/CCDN).
   * Don’t see your desired pair? You can create one with any supported tokens.
3. **Enter the amount for both tokens**
   * Input the amount for one token, and the second will auto-calculate based on the pool ratio.
   * Ensure you have both tokens in your wallet with sufficient balance.
4. **Approve tokens (if prompted)**
   * First-time users must approve each token for smart contract interaction.
   * Click “Approve” and confirm the transaction in your wallet.
5. **Click “Supply” and confirm**
   * Review the share of the pool you’ll receive.
   * Confirm the transaction in your wallet.
6. **Receive LP (Liquidity Provider) tokens**
   * These tokens represent your share in the pool and will be needed later to withdraw your assets.

💡 *Tip: You can add liquidity to multiple pools to diversify your fee rewards.*

***

### ➖ <mark style="color:blue;">Remove Liquidity</mark>

When you want to retrieve your deposited tokens (and earned fees), simply remove liquidity:

1. **Go to the “Pools” tab**
2. **Locate your liquidity position** under “Your Pools”
3. **Click “Remove”** on the desired pool
4. **Choose the percentage of your LP tokens to withdraw**
   * Use the slider or enter a specific amount.
   * You can withdraw partially or fully.
5. **Approve the transaction and confirm**
   * LP tokens will be burned, and your original tokens (plus earned fees) will be returned to your wallet.

📌 *Note: Your tokens will be returned in the same ratio as the current pool balance, which may differ from your original deposit due to price changes (impermanent loss).*

***

### <mark style="color:blue;">🎁 LP Rewards</mark>

Liquidity providers are rewarded for their participation in two ways:

* **0.25% of every swap trade** on the pool is distributed proportionally to all LPs.
  * The more liquidity you provide, the larger your share of the rewards.
* **LP Token Staking (Optional)**
  * Stake your LP tokens in CC Swap’s **Farms or Boosted Pools** (if available).
  * Earn additional **CCDN tokens** or partner project rewards on top of trading fees.

🧠 *Tip: Reinvest your earned rewards to compound your returns over time.*

***

#### 📊 Track Your Earnings

* Visit the **“Your Pools”** section to monitor:
  * Your current share of the pool
  * Accumulated fees
  * Unclaimed rewards (if staking)
* Use blockchain explorers like **Corescan**, **BscScan**, or **Etherscan** to view LP token balances and transaction history.

{% hint style="info" %}
Need Help?&#x20;

* Join the community on [Telegram](https://t.me/Core_Custodian)
* Follow us on [Twitter](https://x.com/core_custodian) for announcements and updates.
  {% endhint %}


---

# 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://guide-ccswap.gitbook.io/cc-swap/users-guide/liquidity.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.
