# Security and Stability Tools

#### Rebalancing Locks

You can lock rebalancing entirely during uncertain times, such as high volatility or potential exploits, to prevent any adjustments that could harm the portfolio—this gives you full control to pause operations until conditions improve.

<div data-with-frame="true"><figure><img src="/files/r5sf292xw8JWRQAtKFzu" alt="" width="563"><figcaption></figcaption></figure></div>

#### Price Limits for Underlying Assets

Set a minimum price threshold for each underlying token relative to the protocol token ($BUN).\
If an asset's price falls below this level (e.g., due to a sudden dump to near zero from a rug pull or failure), rebalancing involving that token is blocked.

This acts as a hedge, protecting the overall bundle from total value loss by isolating the bad asset and preserving the integrity of the rest.

#### **Threshold Cool-down Period**

When certain critical changes are made to a bundle, a 7-day cool-down period is automatically triggered for security.

**When it applies:**

* Creating a new bundle
* Modifying price floors (setFloors)
* Deactivating the rebalancing lock

**How it works:**

* The rebalancing threshold is temporarily set to 2000%
* This effectively "blocks" any rebalancing activity
* Over 7 days, the threshold gradually decreases to reach your target/current threshold value
* Users can still mint and burn bundle tokens normally during this period

**Why it matters:** This cool-down mechanism ensures bundle stability after critical parameter changes. It gives the market time to adjust and protects bundle holders during transitions.


---

# 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.bundles.fi/managed-bundles-grow-your-bundle-and-earn-from-it/security-and-stability-tools.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.
