> For the complete documentation index, see [llms.txt](https://docs.ipor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipor.io/fusion-for-depositors/user-guide/depositing/faq-why-is-my-position-worth-less-than-my-deposit.md).

# FAQ: Why is my position worth less than my deposit?

A position in a Fusion Vault trading below its initial deposit is typically an exception rather than the norm. Under normal market conditions, the vault’s share price tends to appreciate over time as the underlying strategy generates yield. That said, temporary deviations can occur.

The most common reason is the vault's strategy, which can cause short-term fluctuations in Net Asset Value (NAV). This is particularly true for strategies involving borrowing and swapping assets, especially those with leveraged looping. For instance, even minor shifts in a stablecoin's peg can lead to small, yet measurable, NAV fluctuations. Consider a scenario where the vault has borrowed USDC and swapped it for USDe. If the USDC/USDe exchange rate, as reported by the market price oracle, drops from 1.00 to 0.999, the vault's NAV will decrease. Consequently, the share price and the value of each user's position will also fall. The extent of this fluctuation depends on the vault's leverage. Historically, such exchange rate imbalances tend to normalize over time, as illustrated in the following example:

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

See also:&#x20;

[Share Price Dynamics](/build-on-fusion/atomists/curating-a-fusion-vault/share-price-dynamics.md)

[Understanding Performance of a Vault](/build-on-fusion/atomists/curating-a-fusion-vault/understanding-performance-of-a-vault.md)


---

# 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.ipor.io/fusion-for-depositors/user-guide/depositing/faq-why-is-my-position-worth-less-than-my-deposit.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.
