> For the complete documentation index, see [llms.txt](https://bladeswap.gitbook.io/bladeswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bladeswap.gitbook.io/bladeswap/blades-edge/native-batch-transaction.md).

# Native Batch Transaction

BladeSwap introduces a Singleton Vault structure to support native batch transactions.&#x20;

It means you can **chain** actions like ***Swap, Add/Remove LP, Vote, Lock, Bribe, Claim Reward, and ETH Wrap***, sending them as one atomic transaction instead of individual ones.&#x20;

This innovation, unseen on any other platform, simplifies the previously complex, gas, and time-consuming DeFi process. Just a few examples below show how much simpler life has become!

<figure><img src="/files/q7in9vjb7LWPS6nem3d3" alt=""><figcaption><p>Add &#x26; Stake USDC-USDT LP with your ETH holdings</p></figcaption></figure>

<figure><img src="/files/3erUBKA0WG0eYVSguddp" alt=""><figcaption><p>Vote for ETH-USDC gauge</p></figcaption></figure>

<figure><img src="/files/c60J219180swLuXcIcLB" alt=""><figcaption><p>Claim rewards and compound to ETH</p></figcaption></figure>

Claiming all kinds of external bribe rewards and LP rewards drove people crazy in conventional ve DEXes. It required around 20 transactions if you were a whale needing to spread votes across multiple pools.


---

# 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:

```
GET https://bladeswap.gitbook.io/bladeswap/blades-edge/native-batch-transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
