# Manage a vault

During the lifetime of the vault smart contract, the trader will be able to send **signals** in the form of a hexadecimal coded transaction (e.g. from Paraswap, 1inch or 0x API) with a uint256\[] ranging from 0 to 10000 (basis points) that indicates the exposure associated with the swap transaction, for the asset traded within the vault.

{% hint style="info" %}
There is a **minimum time interval** between two **rebalances** to prevent a malicious vault strategist from executing too many swaps.
{% endhint %}

{% hint style="warning" %}
If the swap volume is too large and costs too much in terms of **price impact** and **slippage**, the rebalancing transaction will be **reverted**, depending on the max loss swap tolerance.
{% endhint %}

## How to rebalance a vault

As a strategist, you can change the exposure of your vault.

In your vault, you can access to a rebalance section. Here the strategist decided to have his vault at 73% on ETH and 27% on BTCB. The sum of exposition must be 100% in order to rebalance. Once you are satisfied with your strategy, you can click on "next".

<figure><img src="/files/Nw6glj6EINxwGxBL4g6U" alt=""><figcaption><p>Rebalance section</p></figcaption></figure>

On the next page a recap is visible. You can see the current exposition of your assets before the rebalancing. Then you can click on rebalance and pay for your transaction on your wallet after having read and accepted the terms and conditions.

{% hint style="warning" %}
Always make sure that you are swapping **more** than **$1** for each swap. Otherwise, your swap will not be taken into account.
{% endhint %}

<figure><img src="/files/o2hnkdpoJvS7DgiwXSGU" alt=""><figcaption><p>Rebalance confirmation</p></figcaption></figure>


---

# 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.shprd.finance/guides/create-and-manage-a-vault/managing-a-vault.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.
