# Deposit

The Deposit feature enables depositing tokens to liquidity pools on WEMIX.Fi. This guide walks through the complete process of creating a liquidity position.

{% hint style="info" %}

#### Prerequisites

**Required items for Deposit:**

* Web3 wallet (WemixPLAY, MetaMask) set up for WEMIX3.0 network
* Token pairs to deposit
* Native WEMIX to pay network transaction fees

**WEMIX.Fi Pool offers two approaches for depositing liquidity:**

* **Preset Options**: Simplified deposit process using predefined range configurations
* **Manual Configuration**: Advanced setup allowing precise control over deposit range parameters

Users can choose either method based on their understanding of concentrated liquidity mechanics.
{% endhint %}

***

{% stepper %}
{% step %}

## Selecting a Pool

<figure><img src="/files/0YrilUNSUZadQIoN1Rw1" alt=""><figcaption></figcaption></figure>

* Connect a wallet to WEMIX.Fi and navigate to the Pool page.

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

* Browse available pools and select one based on liquidity depth, trading volume, and APR.
  {% endstep %}

{% step %}

## Select Range Size

<figure><img src="/files/270M0vJ5pCeA377gwC6l" alt=""><figcaption></figcaption></figure>

* Choose the size of the deposit range. The reward rate varies depending on range size. Consider the volatility characteristics of the selected token pair when choosing range size.
  {% endstep %}

{% step %}

## Select Range Position

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

* Choose where to position the deposit range. The reward rate varies depending on range position. Select the position based on anticipated exchange rate movement of the token pair.
  {% endstep %}

{% step %}

## Select Fee Tier

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

* Choose the fee tier to receive from users who swap within the deposit range.
  {% endstep %}

{% step %}

## Enter Deposit Amount

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

* Input the amount to deposit in the selected range. The amount will be automatically adjusted according to the exchange rate of the deposit range.

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

* If wallet balances are insufficient, additional tokens can be acquired through the Swap feature. The interface displays estimated rewards and total deposit value.
  {% endstep %}

{% step %}

## Executing the Transaction

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

* Review all position parameters and confirm.

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

* The wallet requests approval - first-time deposits for specific tokens require additional contract approval.

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

* After approval, the transaction processes on the blockchain.

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

* A confirmation notification appears upon successful deposit creation.
  {% endstep %}
  {% endstepper %}

***

## Depositing with Manual Configuration

{% stepper %}
{% step %}

### Set Deposit Strategy

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

* Select the fee tier to receive from users who swap. Choose from 0.01%, 0.05%, 0.25%, or 1.00%.

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

* After selecting the fee tier, manually configure the deposit range by adjusting the minimum and maximum exchange rates.
  {% endstep %}

{% step %}

### Enter Deposit Amount

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

* Input the amount to deposit in the configured range. The amount will be automatically adjusted according to the exchange rate of the deposit range.

{% hint style="info" %}
Follow the same execution and confirmation process as Preset Options
{% endhint %}
{% endstep %}
{% endstepper %}

***

## Transaction History

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

* Completed deposits appear in the Dashboard's Transaction History.

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

* Active positions can be viewed and managed in the Pool page's 'My Pools' list.


---

# 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.wemix.fi/guides/pool/deposit.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.
