# FAQs

**Q: What do I receive when I withdraw from a Vault?**&#x20;

A: You will receive the same type of asset you deposited, but the quantity will have changed. Specifically, you will receive your initial LP tokens (or the equivalent underlying assets), plus all the compounded earnings that have been added to your principal.

\
**Q: How often does the vault harvest rewards and rebalance its position?**&#x20;

A: There is no fixed schedule. The vault's strategy is dynamic; it determines the optimal time to act based on market conditions, gas fees, and the amount of accumulated rewards. The goal is to maximize returns after costs, so this could happen several times a day or just once a day.<br>

**Q: Is the APY displayed for Vaults fixed? Why does it keep changing?**

&#x20;A: The APY is dynamic and not guaranteed. It is an estimated value based on historical performance (including trading fees and farming rewards) and calculated with compounding. APY fluctuates in real-time due to changes in market trading volume, token prices, and liquidity mining rewards. Past APY is not indicative of future returns.<br>

**Q: Why has the total value of my vault position decreased?**&#x20;

A: This could be due to a few reasons:

1. Impermanent Loss (IL): This is the most common reason. When the relative price of the two tokens in the pool changes significantly, the value of your LP position might be lower than if you had simply held the two tokens separately.
2. Decreased Yield: If market activity is low, the income from trading fees and farming rewards may decrease, potentially failing to offset the impermanent loss.

**Q: Are Nemo Vaults non-custodial? Can the Nemo team access my funds?**&#x20;

A: Yes, Nemo Vaults are fully non-custodial. Your assets are managed by publicly verifiable smart contract code. The Nemo team cannot unilaterally move, freeze, or access your funds. You always maintain ultimate control over your funds and can initiate a withdrawal at any time according to the contract rules.<br>

**Q: I'm from a project team. How can we partner with Nemo to launch an official vault?**&#x20;

A: We warmly welcome partnerships with outstanding projects in the Sui ecosystem! Please contact our business development team through our official Discord or Twitter. We can discuss creating dedicated vaults for your project's token or LP, potentially even with additional Sui incentives.<br>


---

# 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.nemoprotocol.com/vaults/faqs.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.
