> For the complete documentation index, see [llms.txt](https://docs.squads.so/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/main/navigating-your-squad/transactions.md).

# Transactions

{% embed url="<https://www.youtube.com/watch?v=_Jv1arm7Efk>" %}
How transactions work inside Squads
{% endembed %}

### How transactions work inside Squads

Transactions are a key element of the Squads platform. They are initiated whenever a Squad member performs an action requiring approval from other members.

#### Transaction States

Transactions can exist in one of three states:

1. **Active**: Pending signatures from other Squad members to reach the confirmation threshold.
2. **Ready**: Confirmation threshold met; the transaction is now executable.
3. **Canceled**: Transaction terminated by Squad members or due to changes in Squad parameters.

### **Transactions tab**

The "Transactions" tab provides a chronological display of all Squad transactions. It enables users to:

* Change [priority fees ](/main/navigating-your-squad/transactions/priority-fees.md)for transactions
* Use [batch actions](/main/navigating-your-squad/transactions/batch-actions.md) to execute transactions in bulk
* [Reclaim rent](/main/navigating-your-squad/transactions/rent-reclaim.md) for executed transactions
* [Approve/reject transactions](#how-to-approve-reject-transactions)
* [Execute/cancel transactions](#how-to-execute-cancel-transactions)

<figure><img src="/files/vTkJa6UfgzC5HJgV0m4I" alt=""><figcaption><p>Transactions tab</p></figcaption></figure>

### **How to approve/reject transactions**

Any action (e.g., member management, token transfers, program upgrades) initiates a transaction in the "Ready" state. It only executes once the Squad's confirmation threshold is met. The initiating member automatically confirms the transaction.

<figure><img src="/files/SIVyfwVV80OjIU5h2oBy" alt=""><figcaption><p>Active transaction. Expanded view</p></figcaption></figure>

Other members can approve or reject transactions by:

* Expanding the transaction in the list view
* Clicking "See details" for a comprehensive view

<figure><img src="/files/HHkSwRgXH2ysycPNnqbL" alt=""><figcaption><p>Detailed view</p></figcaption></figure>

### **How to execute/cancel transactions**

Once the confirmation threshold is met, a transaction in the "Ready" state can be executed or canceled based on the signatures of other Squad members.

* **Execution**: Once the confirmation threshold is met, any Squad member can execute the "Ready" transaction.
* **Cancellation**: Requires reaching the confirmation threshold for canceling the transaction.

<figure><img src="/files/15hQfuSud39yumQsOj6a" alt=""><figcaption><p>"Ready" transaction</p></figcaption></figure>

{% hint style="info" %}
Learn how to export your transactions as a CSV in our guide [here](broken://pages/GJz3IXqBMYqb2o2gDGYN).
{% endhint %}


---

# 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://docs.squads.so/main/navigating-your-squad/transactions.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.
