> For the complete documentation index, see [llms.txt](https://docs.brahma.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brahma.fi/brahma-accounts/brahma-pro/onboarding-to-brahma-pro.md).

# Onboarding to Brahma Pro

## Step-by-Step Guide to Onboarding on Brahma Pro

**Head to** [**https://console.brahma.fi/**](https://console.brahma.fi/) **to get started**

### 1. . **Connect or Create a Wallet**

To begin, you need to connect an existing wallet, such as MetaMask or Rabby. If you don't have a wallet set up, no problem! You can create one simply by connecting your email and add a passkey to it for extra security.

#### 2. **Select Your Brahma Version**

After connecting your wallet, choose which version of Brahma you'd like to use. In this case, select **Brahma Pro**. This will unlock enhanced controls for managing multiple accounts, advanced transactions, and team collaboration.

#### 3. **Name Your account and Choose Networks**

Next, name your new account and select the networks you'd like to deploy it on. You’ll be able to set up your account across multiple networks (such as Ethereum, Arbitrum, or Base) by signing just one transaction, and you’ll only need to pay gas fees on the chain you're currently on. At this stage, if you prefer, you can also choose to import an existing **Safe**wallet instead of creating a new one.

#### 4. **Set Ownership and Signature Threshold**

Brahma Pro is designed for collaborative teams and advanced security. Here, you can add the wallets that will act as owners of your new account. Then, configure the **signature threshold**—the number of signatures required to approve a transaction. For example, if you set a threshold of 2/3, every transaction will need two out of three owners to approve it before it can proceed.

#### 5. **Review and Proceed**

Before finalising your setup, review all the details of your account configuration. Make sure that your wallet has enough ETH to cover the deployment gas fees, which will be shown on the right side of the screen.

### 6. **Sign and Deploy**

Once you’re satisfied with the setup, sign the creation transaction using your connected wallet. This will deploy your account account across the networks you've chosen. After signing, you’ll be taken straight into your newly created account, ready to manage and automate your on-chain assets and activities.

***

#### 6. **Sign and Deploy**

Once you’re satisfied with the setup, sign the creation transaction using your connected wallet. This will deploy your account account across the networks you've chosen. After signing, you’ll be taken straight into your newly created account, ready to manage and automate your on-chain assets and activities.

***

### What’s Next?

Once your Brahma Pro account is deployed, you can immediately start:

* Setting up **Sub-Accounts** to manage permissions and streamline operations.
* Batch processing transactions to optimise gas fees and time.
* Automating routine tasks like yield farming or rebalancing.

Brahma Pro offers you the flexibility and security to handle all your crypto transactions, from individual actions to complex team operations.


---

# 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.brahma.fi/brahma-accounts/brahma-pro/onboarding-to-brahma-pro.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.
