# 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="https://4042996663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp22VZjhas5Bq2OgV9HzX%2Fuploads%2FL1dbz4I48jHOYlEtJ46A%2FCapture%20d%E2%80%99e%CC%81cran%202022-10-13%20a%CC%80%2014.07.20.png?alt=media&#x26;token=6b07fa87-ca31-4d14-af0a-141e61928f62" 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="https://4042996663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp22VZjhas5Bq2OgV9HzX%2Fuploads%2FDskynJDFDk7TrFT0FrUw%2FCapture%20d%E2%80%99e%CC%81cran%202022-10-13%20a%CC%80%2014.07.45.png?alt=media&#x26;token=5e1f8409-f3aa-49e2-b206-44eb08ac8fdc" alt=""><figcaption><p>Rebalance confirmation</p></figcaption></figure>
