> For the complete documentation index, see [llms.txt](https://docs.fathom.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fathom.fi/vaults/user-guides/deposit-and-withdraw-in-vault.md).

# Deposit and Withdraw in Vault

To deposit and then withdraw your FXD in the Vault, follow the steps below:

* Go to Fathom [DApp](https://dapp.fathom.fi/#/vaults).
* Connect your Web3 wallet (such as [MetaMask](https://metamask.io/)) and make sure your network is set to the intended chain (i.e., [XDC](https://chainlist.org/chain/50)).

<div data-full-width="true"><figure><img src="/files/QD3FR14Hw1ZKtnbcHpqD" alt=""><figcaption></figcaption></figure></div>

* Check your desired Vault by clicking the arrow icon at the right.

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

* It is also better to check the Strategies this Vault is utilizing.

<div data-full-width="true"><figure><img src="/files/wqLRN8xR8HZ3uvXJvrUd" alt=""><figcaption></figcaption></figure></div>

* Click "**Deposit**".

<div data-full-width="true"><figure><img src="/files/NJRYRG02D4vrNdV20bYg" alt=""><figcaption></figcaption></figure></div>

* Enter the amount you would like to deposit. The shares token you will receive represents your part of the Vault pool. It does not equal your deposit by one-to-one.
* Click "**Deposit**"
  * You may be required to approve the FXD transfer before the actual transfer (depending on your previous deposits).
  * Sign and send the transaction in your Wallet.
  * Wait for the transaction to be processed.
  * Once the transaction has gone through, you'll see your deposit in "**Your Position"** on the same page, and the Vault will be marked as "**Earning"**.

<div data-full-width="true"><figure><img src="/files/YxBMkiJ5t9Os7kA02vyW" alt=""><figcaption></figcaption></figure></div>

* To withdraw your deposit and earnings, click the "**Manage**" button. Please be aware that, based on the Vault and its Strategies, you may face losses and withdraw less than you deposited.

<div data-full-width="true"><figure><img src="/files/JexiC2EhYInvwQ2W3MlX" alt=""><figcaption></figcaption></figure></div>

* Enter the amount you would like to withdraw. The shares token you will burn represents your part of the Vault pool. It does not equal your deposit by one-to-one.
* Click "**Withdraw**"
  * You may be required to approve the shares token transfer before the actual transfer (depending on your previous withdrawals).
  * Sign and send the transaction in your Wallet.
  * Wait for the transaction to be processed.
  * Once the transaction has gone through, you'll see your "**Your Position"** on the same page to have fewer assets or disappear if you return all the money.


---

# 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.fathom.fi/vaults/user-guides/deposit-and-withdraw-in-vault.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.
