# Funding Your Account

{% hint style="info" %}
Before using Lynx, all users must fund their Lynx account. \
Tutorial: [Deposit/Withdraw to Lynx Account](/lynx-finance/for-users/tutorials/deposit-withdraw-to-lynx-account.md)
{% endhint %}

## Depositing into your Account <a href="#selecting-a-liquidity-pool" id="selecting-a-liquidity-pool"></a>

All users - whether traders or liquidity providers - must deposit funds into their Lynx account before using the platform. Funds can be deposited from any supported chain, and doing so allows all future interactions on Lynx (eg. opening trades, supplying liquidity, etc.) to be done without gas fees to the user.&#x20;

Lynx is a non-custodial exchange and users retain full ownership over their funds, which can be withdrawn by the user at any point. To learn more about funding your account, see[Cross-Chain Perpetuals](/lynx-finance/welcome-to-lynx/cross-chain-perpetuals.md).&#x20;

## Withdrawing from your Account <a href="#selecting-a-liquidity-pool" id="selecting-a-liquidity-pool"></a>

Users can withdraw funds from their accounts at any time using the same wallet they used to deposit funds. Thanks to the use of [intents](/lynx-finance/welcome-to-lynx/cross-chain-perpetuals/intent-based-order-system.md), withdrawals are done with no gas costs to the user. Upon submitting the intent to withdraw, funds are returned to a user's wallet as soon as the transaction is settled.


---

# 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/funding-your-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.
