> 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/connecting-to-onchain-applications/brahma-connect.md).

# Brahma Connect

**Brahma Connect** enhances your onchain experience by simplifying how you interact with decentralised applications (dApps). With Brahma Connect, you can batch actions across multiple dApps and execute them all at once, saving time and gas, while staying fully in control of your assets.

***

### 🧭 **Getting Started with Brahma Connect**

1. **Install the Brahma Connect Extension** - Get started by downloading the browser extension (Chrome/Brave).
2. **Open Console and Search for dApps** - Use the search bar to find top dApps on your current network or paste any dApp URL directly.
3. **Connect to dApps** - Choose **Brahma Connect** as your wallet when prompted by the dApp.
4. **Add Actions to Transaction Builder** - As you interact with the dApp, actions like swaps or approvals will appear in your Transaction Builder.
5. **Sign Once, Execute Everything** - After reviewing, sign your transaction and let Brahma Connect execute it all in one go.

{% embed url="<https://www.youtube.com/watch?v=3Jgc8C6ACV8>" %}

### ✅ **Why Use Brahma Connect?**

* **Streamlined Workflow**: Interact with multiple dApps directly within your Brahma Account.
* **Batch Actions**: Combine multiple actions from one or more dApps into a single transaction.
* **Secure & Efficient**: Brahma Connect operates fully within your account, keeping everything secure and optimised for gas costs.
* **Fully Self-Custodial**: You remain in control of your assets at all times.

***


---

# 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/connecting-to-onchain-applications/brahma-connect.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.
