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

# Transaction Management

View, sign, execute, and track all proposals across your multisig accounts. Every payment, whether from payroll, invoicing or bills flows through this page.

> New to how transactions work on Qash? Read the [Transaction Lifecycle](/docs/transactions/transaction-lifecycle.md) first.

## Pending Transactions

All proposals awaiting action appear in the Pending tab. For each proposal, you can:

* **Sign**: Add your signature to approve the transaction
* **Execute:** Submit a fully-signed proposal on-chain (available once threshold is met)
* **Reject:** Vote against a proposal

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

## Receive (Pending Notes)

Incoming funds on Miden arrive as [notes](https://docs.miden.io/core-concepts/notes) that need to be explicitly consumed into your vault. The Receive tab shows all incoming notes waiting to be claimed.

* **View consumable notes**: See all incoming funds with sender, amount, and token details
* **Claim notes**: Select notes and create a consume proposal to receive them

> Notes that are already part of a pending proposal cannot be consumed again until that proposal is resolved.

Claiming notes follows the same multisig flow: create proposal → sign → execute. See [Transaction Lifecycle](/docs/transactions/transaction-lifecycle.md) for the full flow.
