# Understanding portfolio reshuffling

DeFi markets change constantly. Yields rise and fall, liquidity moves between protocols, and the risk profile of assets and platforms evolves over time.

Because of this, a portfolio that was optimal yesterday may no longer be optimal today.

Portfolio reshuffling is the process of periodically realigning capital so that the vault remains consistent with its intended risk–return profile.

In practice, this means that Shift may reallocate capital between strategies when the underlying conditions change.

Several types of events can trigger a reshuffle.

One common scenario is yield dilution. In DeFi, high yields often decrease as more capital enters a strategy. What initially looked like an attractive opportunity can become less efficient once liquidity grows. When this happens, the system may move capital toward strategies offering better risk-adjusted returns.

Another reason is risk re-evaluation. As described in the Risk Framework section, Shift continuously monitors protocols and assets. If new information changes the risk rating of a component — for example, a governance proposal introduces new uncertainty or a protocol’s liquidity profile weakens — the portfolio may be adjusted to reduce exposure.

Reshuffling can also occur due to allocation drift. Because asset prices change over time, the relative weight of positions inside a vault may gradually move away from their intended balance. Periodic rebalancing restores the target diversification structure.

When a reshuffle takes place, the system executes a series of transactions designed to move capital from lower-priority positions into more favorable ones. Depending on the situation, this may involve withdrawing funds from a protocol, swapping assets through decentralized exchanges, or redeploying capital into new strategies.

Importantly, users do not need to take any action when reshuffling occurs.

Reshuffling is part of the portfolio management process. It is performed automatically within the vault according to predefined risk parameters and governance oversight.

From the user’s perspective, the goal is simple: ensure that the vault continuously reflects the best available balance between yield opportunities and risk exposure in a rapidly evolving DeFi environment.

<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.shiftdefi.com/user-docs/get-started/understanding-portfolio-reshuffling.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.
