> 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/transacting-in-brahma-pro.md).

# Transacting in Brahma pro

Brahma simplifies the way you manage on-chain transactions, allowing you to build and execute complex operations with ease. Whether it's a single action or multiple actions bundled together, Brahma helps you handle it all through a powerful transaction builder and smart execution system

* **Batched Transactions**: In your account, you can bundle multiple actions into a single transaction. For example, you can approve a token, swap assets, and supply liquidity—all in one go. This not only saves you time but also optimises gas usage.
* **Transaction Builder**: Think of this as your **shopping cart** for transactions. As you add actions, each is explained clearly, so you know exactly what you're doing. Once you're ready, you can simulate the outcome of your transaction before signing, ensuring that you know what will happen before you commit.
* **Smart Execution**: Brahma's Smart Execution system optimises every transaction for cost and speed. It automatically handles gas payments and chooses the best RPC and route to process your transaction. You just need to maintain some ETH in your Brahma account on the chains you use, and Brahma will take care of the rest.


---

# 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/transacting-in-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.
