# Transaction Simulation

Chopsticks is a transaction simulation tool developed by Acala. It allows you to locally simulate a transaction execution and provides the resulting output.

We recommend performing a transaction simulation both **when initiating a multisig transaction** and **when the last member approves it**.

<figure><img src="/files/K3nsbYWW563ayVMNtiL9" alt=""><figcaption></figcaption></figure>

By running a simulation, you can:

1. Verify whether the transaction will execute successfully. If the transaction is likely to fail, further execution can be avoided, preventing unnecessary gas fees.
2. Ensure the transaction result matches expectations. If the outcome is different from what was intended, consider reconstructing the transaction and verifying frontend security before proceeding.


---

# Agent Instructions: 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://docs.mimir.global/safety/transaction-simulation.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.
