> For the complete documentation index, see [llms.txt](https://faq.tonation.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.tonation.me/en/for-viewers/how-to-donate.md).

# How to donate

#### How do you send a donation?&#x20;

1. **Your name/nickname:** \
   Enter the name or nickname that will appear in the notification. The field supports up to 64 characters.
2. **Donate Amount:** \
   Enter the amount you want to send. You can choose from the suggested values (1, 2, 5, 10, 20) or enter your amount manually.
3. **Currency:** \
   Select the currency for the donation from the drop-down list (e.g. NOT, USDT).
4. **Your Message:** \
   Write the text that will be displayed on the stream along with your donation. The message supports up to 300 characters.
5. **Message voiceover:** \
   Select a voice to voice your message (e.g. male or female).
6. **Sending Donate:**\
   Click on the “Send” button to continue the process.

***

#### What happens next?

After clicking on the “Send” button, the TON Connect window will open, where you need to bind your wallet:

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

* Scan the QR code with your cryptocurrency wallet app (e.g. Tonkeeper or Wallet on Telegram).
* If the wallet is already linked, this step will be skipped.

**Confirm the transaction in your wallet:**

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

* After linking your wallet or if it has already been connected, you will be prompted to confirm your donation.
* Confirm the transaction in your wallet.

After confirming the transaction in your wallet, you will see a message that the donation has been sent. This may take up to 5 minutes.

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

***

7. Completion:
   * After successful submission, the message “Donation has been sent” will appear. You can send another donation or return to the stream.

Your message will appear on his stream soon! 🎉


---

# 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://faq.tonation.me/en/for-viewers/how-to-donate.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.
