# Configuring Your Policies

## Configuring Policies for OpenTrade Vaults

Fireblocks has a powerful Policy engine which sets rules governing your interactions with both internal and external addresses and contracts.&#x20;

At a minimum, most Fireblocks workspaces prohibit interactions with non-whitelisted addresses, so you must first whitelist OpenTrade contract addresses via the process above. Once whitelisted, you can configure Policies that governs interactions with those whitelisted addresses.&#x20;

Fireblocks will consider interactions with OpenTrade as Contract Calls. At a minimum, your Policies must allow for Approve Transactions and Contract Calls with the OpenTrade contract addresses you've whitelisted.&#x20;

The guide below shows a basic rule configuration for interacting with OpenTrade Loan Vaults.

{% hint style="warning" %}
There are many other possible rules and combinations of rules you could configure which depend largely on other Policies you may have already configured in your workspace. **It is your sole responsibility to ensure the safety and security of your workspace's Policies.**
{% endhint %}

{% embed url="<https://scribehow.com/shared/Configuring_Fireblocks_Policies_to_Enable_Interactions_with_OpenTrade__F6BmsHUGT8yEIjJf45X5JQ>" %}


---

# 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.opentrade.io/user-guides/fireblocks-users/configuring-your-policies.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.
