# Initiate Transactions

When users execute any on-chain operations with a multisig identity, the process follows the flow of initiating the transaction, approving the transaction, and then executing the transaction.&#x20;

## How to initiate transaction?

Let’s take transferring as an example.

In the Transfer Dapp, we use a multisig account to transfer 0.01 ETH to a single-signature account. Click the submit button to enter the transaction initiation page.

<figure><img src="/files/Gzoel9drNYjND5D55G4H" alt="" width="375"><figcaption></figcaption></figure>

On the transaction initiation page, you will see the following information:

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

* **Sending From**: The initiator of the transaction, usually the multisig wallet.
* **Interact With**: The contract being interacted with. For native token transfers, this will show the recipient's address.
* **Transaction Details**: Details of the transaction, including relevant parameters.
* **Safety Check**: We have integrated some third-party applications to help you assess the security of the transaction.
  * **Simulation**: We use Tenderly to simulate the transaction, helping you check if the transaction can be executed smoothly and how it will affect the account’s assets if successful.
  * **Risk**: We use Redefine to monitor transaction risk activities, helping you identify financial or fraud risks associated with this transaction.
* **Signer**: Defaults to your current address. If your multisig account is a nested multisig and the current address appears in multiple layers, you can choose the layer you wish to use.
* **Nonce**: Multisig account transactions follow a sequential order. We will recommend some options, but you can modify them according to your needs.
  * **Next Execute**: Selecting Next Execute will place the transaction at the top of the queue.
  * **In Order**: Selecting In Order will place the transaction after the one with the highest nonce in the queue.

You can also manually enter an existing transaction nonce, but this will cause the transaction under that nonce to be discarded.


---

# 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://evm-docs.mimir.global/guide/initiate-transactions.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.
