> For the complete documentation index, see [llms.txt](https://docs.ironblocks.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ironblocks.com/platform/firewall/balance-guard-policy.md).

# Balance Guard policy

The Balance Guard Policy on the Ironblocks platform allows developers to define and set thresholds for acceptable balance changes within your ecosystem. It offers the flexibility to specify maximum balance change limits for individual assets, enhancing protection against unexpected asset fluctuations and potential security threats.

Deploy Balance Guard policy:

Go to “Firewall” in the side Menu on the left to access the Firewall page.

<figure><img src="/files/KXPAnGt5tWDT4u8ARrfx" alt=""><figcaption><p><strong>Policies library</strong></p></figcaption></figure>

Click “Add Policy” on the “My Policies” page or from the 'Policies Library" page.

<figure><img src="/files/zNPihFGILJBSxQd859ZK" alt=""><figcaption><p><strong>Balance Guard Policy configuration empty</strong> </p></figcaption></figure>

Set Policy Configuration: Select the Balance Guard policy, the network, and the contracts you want to protect.

Set the Policy Parameters: Select a token address and the amount threshold.

<figure><img src="/files/mU0iaFt7fs12rhCIntRm" alt=""><figcaption><p><strong>balance guard amount+token address filled in</strong> </p></figcaption></figure>

Confirm the signature, and wait for the confirmation that the policy has been activated:

<figure><img src="/files/aQ07btWEnI4dxeABrMyy" alt=""><figcaption><p><strong>balance guard deploy => balance guard signature</strong> </p></figcaption></figure>

Once activated, you will see the Balance Guard Policy active in the “My Policies” tab:

<figure><img src="/files/DwCXUYqsP9sxqe7JALXK" alt=""><figcaption><p><strong>My policies tab with active Balance Guard</strong> </p></figcaption></figure>

Expand the policy to see the policy on-chain address, the networks, and the assets it's protecting. You can also remove the policy or edit it if needed. Use the toggle to deactivate or activate the policy.&#x20;

<figure><img src="/files/ieO5HgDv4dUOWYqPexLC" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ironblocks.com/platform/firewall/balance-guard-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
