> For the complete documentation index, see [llms.txt](https://docs.brava.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brava.finance/platform/getting-started/fireblocks-vault-step-by-step-set.md).

# Fireblocks Vault step-by-step set

This guide walks through connecting your Fireblocks vault to Brava and configuring the required whitelists and policies.

### Pre-requisites

1. You have set up your account on Brava and completed onboarding.
2. You have created a new Workspace in Brava.

### Step 1: Link your Fireblocks vault to your Brava Workspace

In Brava, open the workspace selector in the top-left corner and click **Link** next to your workspace.

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

### Step 2: Copy your Brava Workspace address

Open your profile menu in the top-right corner and copy your **Brava Workspace Address**.

This address is important. Keep it available if you want to manually verify that you are signing a legitimate Brava transaction.

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

### Step 3: Add Brava to Fireblocks whitelists

In Fireblocks:

1. Go to **Whitelisted Addresses**.
2. Click **Add -> Whitelisted address wallet**.
3. Choose **Contract** and paste your Brava Workspace address.
4. Click **Add -> Whitelisted dApp wallet** and add `https://app.brava.finance`.

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

<figure><img src="/files/4QnRRbwHBTw9uvJkkzWt" alt=""><figcaption></figcaption></figure>

### Step 4: Configure dApp connection policy

In Fireblocks, go to **Policies -> Unconfigured Policies -> dApp connection** and add a new rule that allows connecting your Fireblocks wallet to the Brava dApp.

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

### Step 5: Configure typed message policy

From **Policies**, open **Typed message** and add a rule that allows signing typed data.

* Select the vault you use to connect to Brava.
* Set approval conditions according to your internal policies.

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

### Step 6 (Optional): Configure transfer policy

If needed, add a transfer rule to allow outgoing transfers from your vault to the whitelisted Brava Workspace address.

<figure><img src="/files/AcN0Cpm9AEAtJMn3LDmr" 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.brava.finance/platform/getting-started/fireblocks-vault-step-by-step-set.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.
