> For the complete documentation index, see [llms.txt](https://bentobatch.gitbook.io/bentobatch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bentobatch.gitbook.io/bentobatch/getting-started/faq.md).

# FAQ

<details>

<summary>What is Bento Batch?</summary>

Bento Batch is a Streamlined Transaction Layer, leveraging Account Abstraction technique to upscale blockchain efficiency, providing an easier, cheaper, and safer on-chain experience.

</details>

<details>

<summary>What is Batch?</summary>

Batch is a bundle of on-chain interactions, consolidating them into a single transaction. With just One Click on Batch, all interactions are completed, eliminating the need for multiple signs and confirmations.

</details>

<details>

<summary>How do I collect Bento Box?</summary>

1. Execute a Batch to earn Bento Boxes! With higher gas fees, more transactions per Batch, and larger volume input, you'll receive more Bento Boxes as rewards!
2. Refer your friends and receive an additional 10% of their Bento Boxes as a bonus!

</details>

<details>

<summary>How do I refer Batch to frens?</summary>

You can find a referral link on every Batch page! Just head to the Batch page, and you'll see the share link right next to the Batch title!

</details>

<details>

<summary>Which chains are Bento Batch supported?</summary>

Bento Batch supports all EVM chains! Currently, we have deployed Batch on Ethereum, Polygon, Scroll, Base, Blast, and Arbitrum One. Stay tuned for more to come!

</details>

<details>

<summary>Can I use EOA wallets (metamask, OKX wallet, etc)?</summary>

We currently only support Smart Wallets like [Blocto Wallet](https://twitter.com/BloctoApp), and we're also in the process of integrating other smart wallets (OKX AA wallet, etc). Additionally, we plan to support EOA wallets after the EIP-3074 upgrade!

</details>

<details>

<summary>Where can I track my assets?</summary>

After executing the Batch, you can monitor your assets on the protocols utilized in the Batch. You can also review them through [Debank](https://debank.com/).

For the assets in the wallet. You'll need the Blocto App to access it. [Download Blocto App](https://blocto.io/download)

</details>

<details>

<summary>How do I withdraw my funds?</summary>

Please use WalletConnect to connect your Blocto Wallet on protocols. You'll need the Blocto App to scan and log in. [Download Blocto App](https://blocto.io/download)

</details>


---

# 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://bentobatch.gitbook.io/bentobatch/getting-started/faq.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.
