> 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/utila-vault-step-by-step-setup.md).

# Utila Vault step-by-step setup

This guide walks through connecting your Utila vault to Brava and configuring transaction policies for secure usage.

### 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 Utila 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/41kc3RmOkPbIoqnC7kHi" 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/Xqu5SSfu0P4zn3qE4Swa" alt=""><figcaption></figcaption></figure>

### Step 3: Add the Brava Workspace address to your Utila address book

In Utila, add your Brava Workspace address to your address book.

### Step 4: Open transaction policy settings in Utila

In Utila, go to **Vault Settings -> Transaction Policy**.

### Step 5: Create an EVM Sign Typed Data policy

Create a new policy with these parameters:

* **Rule Type**: `EVM Sign Typed Data`
* **To (Verifying Contract)**: your Brava Workspace address
* **Name**: `Brava`
* **Primary Type**: `Bundle`

Set the approval scheme based on your internal policies.

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

### Step 6 (Optional): Allow stablecoin transfers to your Brava Workspace

If needed, add a transfer policy to allow stablecoin transfer transactions to your Brava Workspace.

<figure><img src="/files/WhGgpBM1CuoagraUwUxc" 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/utila-vault-step-by-step-setup.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.
