> 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/which-account-version-is-right-for-you.md).

# Which Account Version Is Right for You?

At Brahma, we offer two powerful versions of Brahma to suit different types of users: **Brahma** for everyday on-chain enthusiasts, and **Brahma Pro** for advanced users and teams who need more control and customisation. Whether you're just getting started with DeFi or you're managing a complex crypto operation, there's a version of Brahma that fits your needs.

Let’s help you decide which version is right for you. A Brahma account can always be switched to the Pro version, but the reverse isn’t possible.

## [Brahma: For Everyday On-Chain Users](/brahma-accounts/brahma.md)

If you’re an individual who wants to manage your crypto assets, interact with DeFi apps, **Brahma** is designed to be simple, intuitive, and fast. No complex setups, just a streamlined experience that gets you going in no time.

**Why choose Brahma?**

* **🔗 Quick Sign-Up**: Start using Brahma account in under 30 seconds—Simply sign in with your email to get started.
* **🔑 Passkey Security**: Say goodbye to passwords. Brahma account uses passkey security, offering seamless login and signatures to make managing your assets easier and safer.
* **🖥️ Streamlined Dashboard**: View and manage all your assets and positions from a single dashboard, giving you a clear picture of your portfolio.
* **🚨 Coming Soon: Mobile Access**: Stay in control of your crypto wherever you are with the upcoming mobile version, perfect for managing your assets on the go.

**Who is it for?**

* **Crypto Enthusiasts**: If you’re buying, holding, or interacting with DeFi apps, this version offers everything you need with minimal setup.
* **New Users**: Brahma account is perfect for those new to the crypto space, offering a simple interface that requires no technical expertise.

{% hint style="info" %}
You will be able to convert your Brahma account to a pro version at any time from the Settings page. [Converting your account to Pro](/brahma-accounts/brahma-pro/converting-your-account-to-pro.md) This is a one-time, irreversible upgrade.
{% endhint %}

## [Brahma Pro: For Advanced Users & Teams](/brahma-accounts/brahma-pro.md)

For teams, institutions, or power users managing multiple wallets and transactions, **Brahma Pro** delivers a range of advanced features that put you in full control. It’s designed for more complex setups where security, collaboration, and flexibility are key.

**Why choose Brahma Pro?**

* **👥 Multi-Sig Support**: Safeguard your assets with multi-signature wallets, allowing multiple team members to approve transactions before they are executed.
* **📬 Sub-Accounts**: Create sub-accounts and set specific permissions for each, allowing you to delegate tasks securely while maintaining control over key operations.
* **🔍 Advanced Transactions**: Execute complex batch transactions, saving time and optimising gas fees, especially useful for users who handle large volumes or need to optimise their strategy.
* **💼 Unified Management**: Manage multiple accounts and networks from a single, powerful interface, making it easier to handle cross-chain operations.

**Who is it for?**

* **Teams & Institutions**: Brahma Pro is ideal for DAOs, trading desks, and organisations that require collaboration across multiple wallets and need secure, structured control over who can do what.
* **Advanced Crypto Users**: If you’re managing complex DeFi operations, such as batch transactions, yield farming, or automated strategies, Brahma Pro gives you the tools you need to operate efficiently.

| **Feature**                           | **Brahma**                    | **Brahma Pro**               |
| ------------------------------------- | ----------------------------- | ---------------------------- |
| Sign-Up                               | Email-based, 30-second setup  | Advanced multi-wallet setup  |
| Security                              | Wallet + Passkey              | Multi-signature              |
| Account Types                         | Single Account                | Multi-Account (Sub-Accounts) |
| Batched Transactions                  | Yes                           | Yes                          |
| Best For                              | Crypto Enthusiasts, New Users | Team, DAOs, Power Users      |
| Transaction Policies                  | No                            | Yes                          |
| Custom Transactions (JSON)            | No                            | Yes                          |
| Strategies (Automation and Templates) | Yes                           | Yes                          |

{% hint style="info" %}
Did you Know? [A Brahma account can always be converted to the Pro version](/brahma-accounts/brahma-pro/converting-your-account-to-pro.md), but the reverse isn’t possible.
{% endhint %}


---

# 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/which-account-version-is-right-for-you.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.
