> For the complete documentation index, see [llms.txt](https://docs.unlimited.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unlimited.trade/start-trading/or-unlimited-leverage-guide/providing-liquidity/depositing.md).

# Depositing

1. **To deposit** funds into a <mark style="color:blue;">**liquidity pool**</mark> (commonly referred as "Providing Liquidity"), please select the <mark style="color:blue;">**"Deposit"**</mark> button on <mark style="color:blue;">**the pool**</mark> of your choosing.&#x20;

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

This will bring up the <mark style="color:blue;">**deposit options**</mark> screen for that pool. :arrow\_heading\_down:

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

{% hint style="info" %} <mark style="color:blue;">**Glossary for the image above:**</mark> :arrow\_heading\_down:

**No lock, 30 days, 60 days, 90 days -** Choose the lock-in period for your liquidity or opt for no lock-in period.

**Ratio -** Displays the number of LP tokens you'll receive in exchange for depositing USDC.

**Multiplier -** This shows the multiplier that applies to the amount of time you choose to lock your liquidity.
{% endhint %}

{% hint style="info" %}
**Please note** that tokens locked for a fixed period can not be withdrawn from the smart contracts, and there is <mark style="color:blue;">**no way**</mark> for Unlimited Leverage <mark style="color:blue;">**to override**</mark> this <mark style="color:blue;">**function**</mark>. &#x20;
{% endhint %}

2. Select the options you are happy with and press <mark style="color:blue;">**the "Deposit" button**</mark> to send your tokens to <mark style="color:blue;">**the pool.**</mark>

<mark style="color:blue;">**To cancel**</mark> without depositing, <mark style="color:blue;">**press the "Back"**</mark> at the left part of the screen.&#x20;


---

# 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.unlimited.trade/start-trading/or-unlimited-leverage-guide/providing-liquidity/depositing.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.
