# Permissioned Pool

### DEPOSIT <a href="#deposit" id="deposit"></a>

1. Click the \[link] to visit the pool page.
2. Locate the pool you wish to deposit to. Expand the card and click \[Liquidity].
3. Enter the desired amount to deposit; you may also click \[MAX] to deposit all your token balance.
4. Once you have entered the amount, transaction specifics will be displayed. After inspecting all the details, click \[APPROVE] and confirm the transaction in your wallet to grant Capybara access to the asset.
5. Two options (DEPOSIT and DEPOSIT & STAKE) will be available upon approval. If you wish to provide liquidity without staking the asset, click \[DEPOSIT] and confirm the transaction in your wallet.

{% hint style="info" %}
When the coverage ratio deviates from 1, depositors will get a deposit reward as they help converge the coverage ratio.
{% endhint %}

### Withdraw <a href="#withdraw" id="withdraw"></a>

You can navigate the withdrawal page by clicking the toggle at the top of the window.

{% hint style="warning" %}
Withdrawing when a pool's coverage ratio is imbalanced might result in withdrawal fees.
{% endhint %}

### **Withdraw In Other Assets**

Capybara allows users to choose which assets they wish to withdraw from. It is equivalent to a withdrawal followed by a swap.

For example, if you have deposited USDC, you can withdraw it using the tokens of your choice, i.e., USDC or USDT.


---

# 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.capybara.exchange/english/getting-started/earn/provide-liquidity/permissioned-pool.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.
