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

# Transactions

Transactions are one of the main parts of Polkasafe's payout service.&#x20;

We allow you to easily create and send transactions from the dashboard or your assets page.&#x20;

1. Click on 'Send' button next to any token in the assets page or click 'New transaction' from the dashboard.&#x20;

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

2. Enter the recipient address or select from the saved address using the drop-down.&#x20;
3. Select the token that you'd like to send and enter the amount.&#x20;
4. Add a **Note** to the transaction.&#x20;

{% hint style="info" %}
Transaction Notes help share additional contextual information with other signatories.&#x20;
{% endhint %}

5. Click on 'Make Transaction'.&#x20;
6. Tada! On approving the transaction from your wallet, your transaction will be initiated succesfully.&#x20;
7. The initiated transaction goes into the Queue, awaiting approval from other signatories.&#x20;
8. Once other signatories approve the transaction, it is executed succesfully.


---

# 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:

```
GET https://docs.polkasafe.xyz/product/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.
