# Queue

In [Coinshift's](https://coinshift.xyz/) multi-sig Safes, queued transactions require manual execution. To maintain the state and balance of your Safe effectively, transactions must be executed in the order they are queued. If a transaction is executed out of order, it will be frozen until resolved.

To avoid this issue, examine the **Nonce** field and execute transactions with smaller nonce values before progressing to those with higher nonce values.

For additional clarification, we highly recommend watching the below GIF closely. It explains why it's important to execute the transactions in the right order.

Observe the cautionary message displayed when a user attempts to execute the most recent transaction without first processing the existing queued transactions.&#x20;

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FUQoL9CysKVkfEVeAuDUf%2FQueue%20TXN%20GIF.gif?alt=media&#x26;token=0ae67cad-bec5-4ebf-9b20-0eb189a00d19" alt=""><figcaption></figcaption></figure>

Upon receiving the necessary number of signatures, which meets Safe's threshold, a transaction is ready for execution.

Click on the transaction.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FrUDvconMrLYNd7TGpgFc%2Fimage.png?alt=media&#x26;token=cb80a875-f30f-4b8c-a70a-182d4d5390e2" alt=""><figcaption></figcaption></figure>

Locate and select the **Execute** option to submit the transaction to the network.

<figure><img src="https://4247754953-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2VHMP4lgaamA0WWdSTX%2Fuploads%2FJsJ9v6tC68O5v02TPAAu%2Fimage.png?alt=media&#x26;token=e5a58bf9-6da1-4c81-8ded-6b1e1d3b19cf" alt=""><figcaption></figcaption></figure>

Successfully executed transactions will appear in the **History** tab.

Signers who fulfill Safe's threshold with their transaction approval may utilise a streamlined command called **Approve and Execute**. This command allows the Signer to approve and execute the transaction in one step, rather than performing two separate actions.


---

# 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.coinshift.xyz/business/coinshift-walkthrough/transaction-management/queue.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.
