# Top Up FXD Position

You can use the **Manage Position** functionality to **Top Up Position.** This may be done to **manage the position risk**, or to **borrow more FXD**.

* Go to Fathom [DApp](https://dapp.fathom.fi/).
* 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)).
* Opened positions are shown in "**Your Positions"**. Click "**Manage Position"** on the position you want to top up.

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

* Enter the amount of collateral you would like to add to position.
* If you want to borrow more FXD - enter the amount of it.
  * You can also click "**Safe Max**" to borrow the maximum amount of FXD that can be considered relatively safe at the current moment.
  * Note that when you take out an FXD loan, during market volatility for your collateral assets, you should monitor the Safety Buffer because if it drops to 0 and lower, your position may be liquidated.

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

* Click "**Open this Position**"
  * You may be required to approve the collateral transfer before the actual transfer (depending on the collateral type and previously approved value).
  * 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 adjusted FXD position in "**Your Positions"** on the same page below "**Available Pools"**.

<figure><img src="/files/RBgDYoqRG5RiWBM4THk8" 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://docs.fathom.fi/fxd-stablecoin/user-guides/top-up-fxd-position.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.
