# Add Liquidity

Tapio integrates with [Pike](https://docs.pike.finance/), a modular, multi-chain lending protocol with built-in DEX functionality, designed to maximize capital efficiency for lenders, borrowers, and traders. The following tutorials will show you how you can add/remove liquidity in Tapio SPA pools by utilizing Pike’s interface.

### **How to Add Liquidity**

**Step 1: Connect Your Wallet**

* Visit Pike dApp
* Ensure your crypto wallet is connected to the protocol.
* Verify that you have the assets.

**Step 2: Select an asset to provide liquidity**

* Go to the ‘**Liquidity’** section of the navigator.
* Click the **Add Liquidity** button for the asset you want to deposit.

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

**Step 3: Enter the Deposit Amount**

* Choose the deposit type (proportional for depositing two assets, single for one asset).
* Enter the amount you want to deposit.
* Review the pool share, price impact, and the wSPA tokens you will receive.
* You can use those wSPA tokens to supply in the lending market.

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

**Step 4: Confirm the Add Liquidity Transaction**

* Click the **Add Liquidity** button.
* Approve the transaction in your wallet.
* Wait for blockchain confirmation.

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

**Step 5: Monitor Your Deposited Liquidity**

* Once the transaction is confirmed, your deposited liquidity will be displayed in the **'My Position'** section in the pool details page.
* Track your projected earnings and pool share over time.

<figure><img src="/files/vKqCVDrEKALIEgJfQlU9" 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.tapio.finance/user-docs/user-guide/add-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.
