# Sending Tokens

**Simplified Transaction Execution**

Satoshi Safe simplifies the process of sending transactions. Our intuitive 'Actions' panel allows you to initiate transfers quickly and securely. Every transaction you submit is routed to the control panel, where it can be reviewed and confirmed by the required signatories.

**Initiating a Transfer**

* **Sender Details**: Your wallet information, including the current balance and token amounts, is displayed prominently for transparency and error-checking.
* **Recipient Input**: Enter the recipient's address or ENS name into the recipient field. Our system supports Ethereum Name Service (ENS) for user-friendly transactions.
* **Amount Specification**: Type in the amount you wish to send or use the 'MAX' button to send the entire balance.

**Transaction Submission and Confirmation**

* **Transaction Review**: Once you have filled out the necessary details, submit the transaction. It will then appear in the control panel.
* **Signature Gathering**: Transactions require a predefined number of signatures from authorized team members. The control panel facilitates this by notifying signatories to review and sign.
* **Execution**: After the required signatures are collected, the transaction can be executed directly from the control panel.


---

# 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.getsatoshisafe.com/wallet/features/sending-tokens.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.
