> 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/faqs/brahma-connect-faqs.md).

# Brahma Connect FAQs

1. **What is Brahma Connect?**&#x20;

Brahma Connect integrates dApps within your account, streamlining transaction execution and enabling secure batch processing via the Safe wallet.

2. **Is Brahma Connect available on all networks?**&#x20;

Yes, Brahma Connect is live on Mainnet, Arbitrum, Blast, and Mode, compatible with most dApps.

3. **Why choose Brahma for dApp interaction?**&#x20;

Brahma Connect simplifies navigating dApps, batches transactions, saves time, and reduces gas costs across multiple protocols.

4. **Which browsers does the extension work with?**&#x20;

Brahma Connect seamlessly functions with Chrome and Chromium-based browsers like Brave, offering users flexibility.

5. **Is Connect secure and what does it entail?**&#x20;

Yes, Brahma Connect ensures security by eliminating private key management and utilizes secure communication with dApps.

6. **Which dApps can I use with Connect on Blast?**&#x20;

Compatible with various dApps such as Juice Finance, Ambient Finance, with more support on the way.

7. **What if a dApp is unsupported?**&#x20;

Unsupported dApps direct users to Wallet Connect as an alternative, with Brahma Connect continuously testing compatibility for future dApp support.

8. **Why does it need a separate browser extension?**&#x20;

The extension utilizes Chrome's secure runtime to efficiently monitor and manipulate RPC requests, optimizing transaction execution and dApp interaction.


---

# 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/faqs/brahma-connect-faqs.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.
