# Super Vaults (SV)

Super Vaults are a versatile tool for managing positions in changing markets. For example, if you're initially very bullish on an asset like wETH, you can use a Super Vault to enter a leveraged long position. If the market shifts and you're no longer confident in your position, you can reduce risk by rebalancing to less volatile collateral. You can also withdraw your capital at any time for use elsewhere. When you're done with the vault, you can use emptyVault to repay any outstanding debts and retrieve your collateral.

{% hint style="info" %}
Learn more about Super Vaults core feature :&#x20;

* [Leveraging](/products/parallel-v2/how-it-works/super-vaults-sv/leveraging.md)
* [Rebalancing](/products/parallel-v2/how-it-works/super-vaults-sv/rebalancing.md)
* [EmptyVault](/products/parallel-v2/how-it-works/super-vaults-sv/emptyvault.md)
  {% endhint %}

Super Vaults also offer additional features, such as the ability to grant others control over your vault for management purposes. The Managed Vaults feature allows you to choose from a list of approved addresses to rebalance your vault, which can include smart contracts like DAOs. The Automated Vaults feature enables automatic rebalancing of your vault based on a user-specified collateralization ratio, acting as a stop loss. This is convenient for those who don't have the time or knowledge to manage their vault, and provides an opportunity for vault operators to maximize collateral value and overall protocol health.

{% hint style="info" %}
Learn more about Super Vaults delegation features :&#x20;

* [Automated Rebalance](/products/parallel-v2/how-it-works/super-vaults-sv/automated-rebalance.md)
* [Managed Rebalance](/products/parallel-v2/how-it-works/super-vaults-sv/managed-rebalance.md)
  {% endhint %}

To ensure proper access control, all Super Vault operations must be performed through a user's [`MimoProxy`](/developers-hub/parallel-v2/super-vault-sv/proxy-design/mimoproxy.md), which is the only contract instance with the necessary permissions. All core functions, such as depositing, withdrawing, borrowing, and liquidating, are accessible through `MimoProxy`. Remember, as with vaultsCore, you must first approve the deposited amount to `MimoProxy` before calling any deposit functions.

{% hint style="info" %}
Super Vaults are only available for PAR on Polygon PoS.
{% endhint %}


---

# 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.parallel.best/products/parallel-v2/how-it-works/super-vaults-sv.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.
