# Deposit/Withdraw to Lynx Account

{% hint style="info" %}

#### Skip Down to [Withdraw Funds from Your Lynx Account](#how-to-withdraw-funds-from-your-lynx-account)

{% endhint %}

## How to Deposit Funds into your Lynx Account

### 1. Go to the Lynx application

Firstly, visit the Lynx [dApp](https://app.lynx.finance/leverage?chainId=42220\&sa=celo) and connect your wallet.

<figure><img src="https://cdn-images-1.medium.com/max/2000/0*R50GkkcTtcsyOq5Y" alt=""><figcaption></figcaption></figure>

### 2. Select the blockchain you want to connect to.

Each blockchain supports different collateral assets. In this example, we will connect to Celo.

{% hint style="info" %}
To see the full list of supported collateral assets across all blockchains, visit [Portfolio](https://app.lynx.finance/portfolio?chainId=250).
{% endhint %}

<figure><img src="https://cdn-images-1.medium.com/max/2000/0*HPkYKSFKNLCo7r3s" alt=""><figcaption><p>Selecting Celo as the blockchain I want to connect to</p></figcaption></figure>

### 3. Select the collateral you want to deposit

Click the dropdown arrow to view all supported collateral assets on the connected blockchain. Select the asset you want to deposit into your account. In this example, we will choose $CELO.

<figure><img src="/files/63jRbL6VD6RN6QU6L8xc" alt=""><figcaption></figcaption></figure>

### 4. Deposit funds into your Lynx account

To fund your Lynx account, click either of the green plus buttons to bring up the deposit screen.

Funding your Lynx account costs gas, but all transactions afterward are **gas-free.**

<figure><img src="https://cdn-images-1.medium.com/max/2000/0*sFP1APB04NU2f-5q" alt=""><figcaption></figcaption></figure>

### 5. Enter the amount you want to deposit

On the deposit screen, enter the amount you want to deposit.

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

### 6. Approve token contract

If it’s your first time depositing the selected token on Lynx, you will need to approve the token contract in your wallet. You only need to do this your first time.

Click approve and then follow the steps in your wallet.

<figure><img src="https://cdn-images-1.medium.com/max/2000/1*qBlTgrXfRna04Oyvql-PoA.png" alt=""><figcaption></figcaption></figure>

### 7. Submit Transaction

After approving the token contract, finish your deposit by clicking ‘Deposit’. Follow the instructions in your wallet to confirm.

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

## How to Withdraw Funds from your Lynx Account

### 1. Go to the Portfolio page

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

### 2. Select the 'Withdraw' button&#x20;

Click the 'Withdraw' button next to the asset you want to withdraw. In this example, we will withdraw $CELO.

{% hint style="info" %}
If you don't see the 'Withdraw' button next to the asset you want, you must first click the 'Change Chain' button to connect to the right blockchain.
{% endhint %}

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

### 3. Enter the amount you want to withdraw &#x20;

<figure><img src="/files/5lB9MqXZjWODsFcjNRzP" alt=""><figcaption></figcaption></figure>

### 4. Submit Transaction

Finish your withdraw by clicking ‘Withdraw’. Follow the instructions in your wallet to confirm.

<figure><img src="/files/dSO4p7GyJ73SHi9rKT74" 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://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials/deposit-withdraw-to-lynx-account.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.
