# Are Nested portfolio assets rebalanced?

#### If my Nested portfolio is compounded with 2 ETH at $2K per ETH and 10 COMP at 500$, is it still compounded with 2 ETH if the ETH price rises at $2.5K and COMP price stays at 500$?&#x20;

Yes! We designed Nested so you won't ever have to bear any impermanent losses. Even if you set your portfolio with weights, initial quantities won't ever change except if you decide to update your portfolio. Rebalancing can then be done manually.


---

# 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.nested.fi/common-questions/are-nestednft-underlying-assets-rebalanced.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.
