> For the complete documentation index, see [llms.txt](https://docs.bonsai.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bonsai.finance/batched-transactions.md).

# Batched Transactions

We are streamlining the user experience with batch transactions, ensuring a seamless DeFi journey. This is enabled by the capabilities of smart contract wallets. With Bonsai, approving and swapping in a single transaction is just a click away. Moreover, transactions are executed in full or reversed entirely, enhancing safety and efficiency.

```json
  {
    target: "targetAddress1",
    data: "callData1",
    value: value1,
  },
  {
    target: "targetAddress2",
    data: "callData2",
    value: value2,
  },
```
