> 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/address-book/connect-smart-contract-to-the-firewall.md).

# Connect Smart Contract to the Firewall

Before connecting your smart contracts to the Ironblocks Firewall, it is crucial to complete the Firewall [Quick Start Guide](broken://spaces/VTn6pZZNZnPDJDcS8OO4/pages/rXEd0UujAy17GEUSvzMw) - Only after completing this integration will you be enabled to link your smart contracts through the platform UI to the firewall.

<figure><img src="/files/NyBrJ8uKsSazKgaJPHSa" alt=""><figcaption><p><strong>Start showcase on the side menu</strong></p></figcaption></figure>

After uploading assets press ‘Continue to firewall activation’&#x20;

<figure><img src="/files/CuvtfMgJy2zxpuYJd7cK" alt=""><figcaption><p><strong>Continue to Firewall" tab</strong></p></figcaption></figure>

Select Firewall Admin Multisig and Activate the Firewall

<figure><img src="/files/S9YhHf7czRuyjE6YoAyW" alt=""><figcaption><p><strong>Firewall activation page filled in with info and multisig selected</strong></p></figcaption></figure>

<figure><img src="/files/HRyRdhnnt05zxD1jWZxW" alt=""><figcaption><p><strong>Firewall activation signature screen</strong> </p></figcaption></figure>

Once the multisig is signed and ready, you will see the asset on the address book in the ‘firewall’ column state is now 'Active'.

<figure><img src="/files/7Vq0bcqVoj966UA38l3i" alt=""><figcaption><p><strong>Firewall dashboard with several contracts. examples of active,pending,dry-run,disabled</strong></p></figcaption></figure>

Next, Go to the Firewall page on the side menu to Start Configuring Policies\
\* After activation, it is important to configure specific policies tailored to your security needs.

<figure><img src="/files/ED8dcJnzzxmPID5F1I9y" alt=""><figcaption><p>Add policies to your firewall</p></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/address-book/connect-smart-contract-to-the-firewall.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.
