# О сервисе

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

**Tonation.me** — это современный сервис, который помогает стримерам принимать донаты в криптовалюте. Мы сделали процесс максимально простым, быстрым и безопасным, используя блокчейн-технологии и удобные инструменты для работы.

**Наши преимущества:**

1. **Моментальные переводы:**\
   Криптовалюта поступает на ваш кошелек сразу после совершения доната.
2. **Минимальные комиссии:**\
   Чем больше вы зарабатываете, тем меньше будет ваша комиссия.
3. **Простота интеграции:**\
   Настройка виджетов занимает пару минут — и вы готовы к работе на любых стриминг-платформах.
4. **Прозрачность:**\
   Мы не храним ваши деньги. Все средства отправляются напрямую в ваш кошелек.
5. **Работа с TON и другими популярными токенами:**\
   Принимайте популярные криптовалюты TON.
6. **Озвучка сообщений**\
   **П**оддержка озвучивания донатов на нескольких языках (английский, русский, французский, немецкий, испанский, итальянский, португальский).

{% hint style="info" %}
Новости сервиса: <https://t.me/tonationme_rus>\
Твиттер (X): [https://twitter.com/tonationme](https://x.com/tonationme)\
Поддержка: <support@tonation.me>\
Сотрудничество: <cooperation@tonation.me>
{% endhint %}


# Quickstart

<figure><img src="https://gitbookio.github.io/onboarding-template-images/quickstart-hero.png" alt=""><figcaption></figcaption></figure>

Beautiful documentation starts with the content you create — and GitBook makes it easy to get started with any pre-existing content.

{% hint style="info" %}
Want to learn about writing content from scratch? Head to the [Basics](https://github.com/GitbookIO/onboarding-template/blob/main/getting-started/broken-reference/README.md) section to learn more.
{% endhint %}

### Import

GitBook supports importing content from many popular writing tools and formats. If your content already exists, you can upload a file or group of files to be imported.

<div data-full-width="false"><figure><img src="https://gitbookio.github.io/onboarding-template-images/quickstart-import.png" alt=""><figcaption></figcaption></figure></div>

### Sync a repository

GitBook also allows you to set up a bi-directional sync with an existing repository on GitHub or GitLab. Setting up Git Sync allows you and your team to write content in GitBook or in code, and never have to worry about your content becoming out of sync.


# Publish your docs

Once you’ve finished writing, editing, or importing your content, you can publish your work to the web as a docs site. Once published, your site will be accessible online only to your selected audience.

You can publish your site and find related settings from your docs site's homepage.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/publish-hero.png" alt=""><figcaption></figcaption></figure>


# Editor

GitBook has a powerful block-based editor that allows you to seamlessly create, update, and enhance your content.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

### Writing content

GitBook offers a range of block types for you to add to your content inline — from simple text and tables, to code blocks and more. These elements will make your pages more useful to readers, and offer extra information and context.

Either start typing below, or press `/` to see a list of the blocks you can insert into your page.


# Markdown

GitBook supports many different types of content, and is backed by Markdown — meaning you can copy and paste any existing Markdown files directly into the editor!

<figure><img src="https://gitbookio.github.io/onboarding-template-images/markdown-hero.png" alt=""><figcaption></figcaption></figure>

Feel free to test it out and copy the Markdown below by hovering over the code block in the upper right, and pasting into a new line underneath.

```markdown
# Heading

This is some paragraph text, with a [link](https://docs.gitbook.com) to our docs. 

## Heading 2
- Point 1
- Point 2
- Point 3
```

{% hint style="info" %}
If you have multiple files, GitBook makes it easy to import full repositories too — allowing you to keep your GitBook content in sync.
{% endhint %}


# Images & media

GitBook allows you to add images and media easily to your docs. Simply drag a file into the editor, or use the file manager in the upper right corner to upload multiple images at once.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/images-hero.png" alt=""><figcaption><p>Add alt text and captions to your images</p></figcaption></figure>

{% hint style="info" %}
You can also add images simply by copying and pasting them directly into the editor — and GitBook will automatically add it to your file manager.
{% endhint %}


# Interactive blocks

In addition to the default Markdown you can write, GitBook has a number of out-of-the-box interactive blocks you can use. You can find interactive blocks by pressing `/` from within the editor.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/interactive-hero.png" alt=""><figcaption></figcaption></figure>

### Tabs

{% tabs %}
{% tab title="First tab" %}
Each tab is like a mini page — it can contain multiple other blocks, of any type. So you can add code blocks, images, integration blocks and more to individual tabs in the same tab block.
{% endtab %}

{% tab title="Second tab" %}
Add images, embedded content, code blocks, and more.

```javascript
const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};
```

{% endtab %}
{% endtabs %}

### Expandable sections

<details>

<summary>Click me to expand</summary>

Expandable blocks are helpful in condensing what could otherwise be a lengthy paragraph. They are also great in step-by-step guides and FAQs.

</details>

### Drawings

<img alt="" class="gitbook-drawing">

### Embedded content

{% embed url="<https://www.youtube.com/watch?v=YILlrDYzAm4>" %}

{% hint style="info" %}
GitBook supports thousands of embedded websites out-of-the-box, simply by pasting their links. Feel free to check out which ones[ are supported natively](https://iframely.com).
{% endhint %}


# OpenAPI

You can sync GitBook pages with an OpenAPI or Swagger file or a URL to include auto-generated API methods in your documentation.

### OpenAPI block

GitBook's OpenAPI block is powered by [Scalar](https://scalar.com/), so you can test your APIs directly from your docs.

{% openapi src="<https://petstore3.swagger.io/api/v3/openapi.json>" path="/pet" method="post" %}
<https://petstore3.swagger.io/api/v3/openapi.json>
{% endopenapi %}


# Integrations

GitBook integrations allow you to connect your GitBook spaces to some of your favorite platforms and services. You can install integrations into your GitBook page from the *Integrations* menu in the top left.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/integrations-hero.png" alt=""><figcaption></figcaption></figure>

### Types of integrations

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Analytics</strong></td><td>Track analytics from your docs</td><td><a href="https://www.gitbook.com/integrations#analytics">https://www.gitbook.com/integrations#analytics</a></td><td></td><td></td></tr><tr><td><strong>Support</strong></td><td>Add support widgets to your docs</td><td><a href="https://www.gitbook.com/integrations#support">https://www.gitbook.com/integrations#support</a></td><td></td><td></td></tr><tr><td><strong>Interactive</strong></td><td>Add extra functionality to your docs</td><td><a href="https://www.gitbook.com/integrations#interactive">https://www.gitbook.com/integrations#interactive</a></td><td></td><td></td></tr><tr><td><strong>Visitor Authentication</strong></td><td>Protect your docs and require sign-in</td><td><a href="https://www.gitbook.com/integrations#visitor-authentication">https://www.gitbook.com/integrations#visitor-authentication</a></td><td></td><td></td></tr></tbody></table>


# Создание аккаунта

**Шаг 1. Перейдите на сайт Tonation.me**

Откройте браузер и введите в адресной строке [**tonation.me**](https://tonation.me). На главной странице вы увидите кнопку **"Войти"**.\
\
**Шаг 2. Выберите способ регистрации**

Сервис предлагает несколько удобных вариантов:

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

* **Через социальные сети:**
  * Войдите через Google, Twitch, Discord или другие поддерживаемые платформы, выбрав нужную опцию.
* **Через TON Connect:**
  * Нажмите на кнопку **"TonConnect"**.
  * Используйте свой криптовалютный кошелек, поддерживающий TON Connect (например, Tonkeeper, Wallet, и т.д.).
  * Отсканируйте QR-код, появившийся на экране, и подтвердите вход через приложение кошелька.

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

{% hint style="info" %}
**ВАЖНО!**\
Если вы создатие аккаунт через Ton Connect, то этот кошелек будет выбран в качестве кошелька, куда будут поступать донаты
{% endhint %}


# Настройка аккаунта

https\://tonation.me/app/settings

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

На этой странице вы можете управлять своими данными, подключать сторонние аккаунты и при необходимости удалить учетную запись.

***

**1. Персональные данные**

* **Никнейм:**\
  Введите или измените ваш никнейм, который будут видеть зрители. Для редактирования нажмите кнопку **"Редактировать"**.

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

* **Электронная почта:**

  Если вы регистрировались через социальные сети, почта сохраняется автоматически и указывается здесь.

  * На данный момент изменить почту невозможно.
  * Мы нигде не используем вашу электронную почту — она хранится исключительно для отображения в вашем аккаунте.

***

**2. Подключенные аккаунты**

Здесь вы можете подключить сторонние сервисы для удобной работы.

* **Twitch, Google, Discord, Telegram:**\
  Нажмите на иконку нужного сервиса, чтобы подключить его к аккаунту. Это упрощает вход и синхронизацию данных.
* **TonConnect:**\
  Если кошелек уже подключен, его адрес будет отображаться здесь. Вы можете подключить новый кошелек через кнопку **TonConnect**.

***

**3. Удаление аккаунта**

* Если вы решили больше не пользоваться сервисом, нажмите **"Удалить аккаунт"**.
* Внимание! После удаления восстановить учетную запись будет невозможно.

***

**Рекомендации:**

* Убедитесь, что ваш никнейм уникален и легко запоминается.
* Подключите как можно больше аккаунтов, чтобы повысить удобство работы с сервисом.


# Панель управления

https\://tonation.me/app

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

Панель управления — это главное место работы с сервисом. Здесь собраны все основные инструменты, статистика и настройки.

***

**Динамика**

* Отображает активность донатов за выбранный период (например, за день, неделю или месяц).
* Используйте фильтр **"за день"**, чтобы переключать временные интервалы.

**Последние сообщения**

* Показывает список всех донатов, которые вы получили.
* Нажмите кнопку **"Все"**, чтобы открыть полный список сообщений.

**Комиссия**

* Указывает текущий размер комиссии сервиса.

**Укажите никнейм**

* В этом разделе отображаются подсказки по работе с сервисом.
* Если вы указали никнейм, здесь появится ссылка для получения донатов, а панель будет называться **"Ссылка для донатов"**.

***

#### Боковое меню

**Главное**

* **Панель управления:** возвращает на главный экран.
* **Сообщения:** открывает полный список донатов с детализацией каждого сообщения.

**Виджеты**

* **Конструктор:** создание и настройка виджетов, которые отображаются на стриме.
* **Встраивание:** ссылка для интеграции виджетов в стриминговое ПО (например, OBS).

**Донаты**

* **Настройка:** раздел для управления параметрами донатов (минимальная сумма, модерация, синтез речи и т.п.).
* **Страница донатов:** ссылка на публичную страницу для получения донатов.

**Боковое меню**

* **Свернуть:** скрывает меню, чтобы увеличить рабочую область.


# Конструктор виджетов

https\://tonation.me/app/widgets

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

Эта страница позволяет создавать, редактировать и настраивать виджеты для отображения донатов на вашем стриме. Всё сделано максимально просто и удобно.

***

#### **Разделы страницы**

**1. Настройка виджета**

* **Цвет фона:**\
  Выберите цвет фона для вашего виджета. Нажмите на цветной квадрат, чтобы открыть палитру и выбрать нужный оттенок.
* **Ссылка на встраивание:**\
  Уникальная ссылка, которую можно использовать для интеграции виджета в стриминговое ПО (например, OBS). Чтобы скопировать ссылку, нажмите на неё.

**2. Список виджетов**

* **Название:**\
  Имя виджета, которое вы задаёте при его создании.
* **Сумма от, USD:**\
  Минимальная сумма доната, с которой будет виджет отображаться.
* **Статус:**\
  Ползунок для включения или отключения виджета.
* **Обновлено:**\
  Показывает дату и время последнего обновления виджета.
* **Создано:**\
  Отображает дату и время создания виджета.
* **Действия:**
  * **Редактировать (иконка карандаша):** позволяет изменить настройки виджета.
  * **Удалить (иконка мусорной корзины):** удаляет виджет. Внимание: восстановить удалённый виджет нельзя!
  * **Просмотр (иконка глаза):** показывает, как виджет выглядит на странице для встраивания.

**3. Управление списком виджетов**

* **Кнопка "Добавить виджет":**\
  Создаёт новый виджет. Нажмите кнопку, заполните форму и сохраните настройки.
* **Количество элементов на странице:**\
  Выберите, сколько виджетов отображать на одной странице (например, 10 или 20).
* **Навигация по страницам:**\
  Используйте стрелки внизу таблицы для перехода между страницами виджетов.

***

#### **Как создать новый виджет**

1. Нажмите кнопку **"Добавить виджет"**.
2. В форме заполните:
   * Название виджета (опционально).
   * Минимальную сумму доната (опционально).
   * Настройки внешнего вида.
3. Сохраните настройки — виджет появится в списке.

***

#### **Как встраивать виджет**

1. Скопируйте ссылку из поля **"Ссылка на встраивание"**.
2. Вставьте ссылку в вашу стриминговую программу (например, OBS) как **Браузерный источник (Browser Source)**.
3. Настройте размеры и расположение виджета в вашей программе.


# Основные настройки

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

#### Вкладка "Основные настройки"

Вкладка **"Основные настройки"** позволяет управлять временем отображения оповещений и текста в виджете. Это помогает сделать донаты более заметными и синхронизировать их с другими элементами.

***

#### **Описание настроек**

1. **Длительность оповещения в секундах:**
   * Задает общее время отображения оповещения (доната) на экране.
   * Максимальное значение: **60 секунд**.
2. **Задержка отображения текста в секундах:**
   * Определяет паузу между появлением оповещения и началом отображения текста.
   * Вы можете указать время с помощью ползунка или ввести его вручную. Значение по умолчанию: **0 секунд**.
3. **Длительность отображения текста в секундах:**
   * Устанавливает, как долго текст доната будет виден на экране.
   * Настройка позволяет синхронизировать текст с другими элементами, чтобы он исчезал одновременно или немного раньше.
   * Значение можно задать с помощью ползунка или вручную.

***

#### **Пример настройки**

Если вы хотите, чтобы:

* Оповещение длилось **10 секунд**.
* Текст появлялся через **2 секунды** после начала оповещения.
* Текст отображался на экране **8 секунд**.

Настройте параметры следующим образом:

1. Установите **"Длительность оповещения"** на **10 секунд**.
2. Укажите **"Задержка отображения текста"** на **2 секунды**.
3. Настройте **"Длительность отображения текста"** на **8 секунд**.

{% hint style="info" %}
Чтобы применить настройки не забудьте нажать кнопку "Сохранить".
{% endhint %}


# Вид

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

Вкладка **"Вид"** позволяет настроить расположение элементов (изображения и текста) в оповещениях, чтобы они выглядели стильно и соответствовали вашему стриму.

***

#### **Как выбрать расположение**

1. Нажмите на нужный вариант расположения — он выделится синим контуром.
2. Нажмите **"Сохранить"**, чтобы применить изменения.
3. Если вы передумали, нажмите **"Отмена"**, чтобы вернуться к предыдущим настройкам.

***

#### **Рекомендации по выбору**

* **Для акцента на тексте:**\
  Используйте варианты с текстом сверху или на переднем плане, чтобы донат был максимально читаемым.
* **Для акцента на изображении:**\
  Выбирайте размещение с изображением сверху или на заднем фоне, чтобы сделать оповещения визуально эффектными.

{% hint style="info" %}
Чтобы применить настройки не забудьте нажать кнопку "Сохранить".
{% endhint %}


# Изображения

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

Вкладка **"Изображения"** предназначена для добавления и управления графическим контентом, используемым в вашем виджете.

**Кнопка "Выбрать":**

* Нажмите на кнопку **"Выбрать"**, чтобы открыть окно **"Медиатека"**, где вы сможете загрузить или выбрать уже имеющееся изображение.

<figure><img src="/files/5Ooy73rneyj70apIxtpX" alt=""><figcaption></figcaption></figure>

#### Окно "Медиатека"

**Медиатека** — это место, где вы можете управлять изображениями для ваших виджетов. Здесь отображаются все ранее загруженные файлы, которые можно использовать.

#### **Что можно сделать в медиатеке**

1. **Прогресс загрузки:**
   * Показывает, сколько места уже использовано, например: **"0.17 MB / 1 GB"**.
2. **Загрузка нового файла:**
   * Нажмите кнопку **"Выберите файл"**, чтобы загрузить изображение с вашего устройства.
   * Поддерживаемые форматы: **PNG, JPG, GIF**.
   * Максимальный размер файла: **128 MB**.
3. **Использование загруженного изображения:**
   * После загрузки файл появится в списке медиатеки.
   * Выберите его, чтобы использовать в вашем виджете.

<figure><img src="/files/0QMRc84vGm8mXkMHOB70" alt=""><figcaption></figcaption></figure>

**Выбор изображения:**

* Нажмите на загруженное изображение в медиатеке, чтобы выбрать его для использования в вашем виджете.

<figure><img src="/files/6vIJisQ4UkTmpR6AjH2S" alt=""><figcaption></figcaption></figure>

Готово! Вы настроили визуальную составляющую своего виджета, используя изображения!

{% hint style="info" %}
Чтобы применить настройки не забудьте нажать кнопку "Сохранить".
{% endhint %}


# Звук

Вкладка **"Звук"** позволяет выбрать или загрузить звуковые файлы для использования в вашем виджете. Звук будет воспроизводиться перед озвучкой текста сообщения, если такая настройка включена.

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

**Кнопка "Выбрать звук":**

* Нажмите на кнопку **"Выбрать звук"**, чтобы открыть окно **"Медиатека звуков"**, где вы можете выбрать или загрузить звуковой файл.

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

**Окно "Медиатека звуков":**

* Здесь отображаются все ранее загруженные звуковые файлы.
* **Информация в медиатеке:**
  * **Прогресс загрузки:** показывает, сколько места уже использовано в вашей медиатеке (например, "0.00 MB / 1 GB").
  * **Выбор файла:** нажмите кнопку **"Выберите файл"**, чтобы загрузить звуковой файл с вашего устройства.
    * Поддерживаемый формат: **MP3, WAV, OGG, WEBM**.
    * Максимальный размер файла: **128 MB**.
* После загрузки файл появится в списке доступных звуков.

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

**Выбор звука:**

* Нажмите на загруженный звуковой файл в медиатеке, чтобы выбрать его для вашего виджета.

<figure><img src="/files/4DN4Ybq6CuKUEI3ahyOS" alt=""><figcaption></figcaption></figure>

Готово!

{% hint style="info" %}
Чтобы применить настройки не забудьте нажать кнопку "Сохранить".
{% endhint %}


# Текст

<figure><img src="/files/6u1S658iDoe4870H8WWn" alt=""><figcaption></figcaption></figure>

Вкладка **"Текст"** позволяет настроить фразу, которая будет отображаться между именем пользователя (донатера) и суммой его доната. \
\
Пример: если вы введете слово **"задонатил"**, то оповещение будет выглядеть следующим образом:\
**Anonymous задонатил 100 USD.**

{% hint style="info" %}
Чтобы применить настройки не забудьте нажать кнопку "Сохранить".
{% endhint %}


# Настройка донатов

https\://tonation.me/app/donation-settings

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

Эта страница позволяет управлять параметрами приема донатов, делая процесс более удобным и безопасным для стримера.

***

#### **Элементы настройки**

1. **Минимальная сумма доната (USD):**
   * Укажите минимальную сумму, которая будет приниматься вашим виджетом.
   * Донаты с меньшей суммой не будут отображаться.
   * Значение можно ввести вручную.
2. **Громкость речи (0–100):**
   * Ползунок регулирует громкость озвучивания сообщений.
   * Значение по умолчанию: **50**. Вы можете изменить его ползунком или вручную.
3. **Опции модерации:**
   * **Включить модерацию:** Сообщения будут отображаться на стриме только после ручной проверки.
   * **Удалять ссылки:** Все ссылки в текстах донатов будут автоматически удалены.
   * **Включить синтез речи:** Автоматическая озвучка сообщений донатов.
4. **Черный список (слова через запятую):**
   * Введите слова, которые нужно заблокировать.
   * Если в сообщении есть слова из списка, оно будет удалено или замаскировано.
   * Пример: **"спам, обман, реклама"**.
5. **Кнопка "Сохранить настройки":**
   * После внесения изменений нажмите эту кнопку, чтобы сохранить параметры.
   * Настройки будут применяться к новым донатам.

***

#### **Рекомендации**

* **Минимальная сумма доната:** Установите значение, чтобы исключить спам и мелкие транзакции.
* **Громкость речи:** Настройте уровень, чтобы он был комфортным для зрителей.
* **Черный список:** Регулярно обновляйте слова в зависимости от активности в чате.
* **Синтез речи:** Используйте, чтобы добавить удобство и интерактивность в донаты.


# Кошелек

https\://tonation.me/app/wallet

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

На этой странице вы настраиваете адрес криптокошелька для приема донатов и выбираете, какие криптовалюты хотите принимать.

***

#### **Элементы настройки**

1. **Адрес кошелька:**
   * Введите адрес вашего криптокошелька в указанное поле.
   * Проверьте, чтобы адрес был корректным, так как все донаты поступают именно на этот кошелек.
   * Пример: **EQD5...nXU9** (адрес кошелька TON).
2. **Страница оплаты:**
   * Это ссылка, которую вы отправляете зрителям для отправки донатов.
   * Нажмите на значок копирования, чтобы быстро скопировать ссылку.
   * Пример: **<https://tonation.me/tonate/\\[ваш\\_ник>]**.
3. **Валюты:**
   * Отметьте криптовалюты, которые вы хотите принимать:
     * **TON:** токен экосистемы TON.
     * **USDT:** стабильная монета, привязанная к доллару США.
     * **NOT:** дополнительная поддерживаемая валюта.
   * Вы можете выбрать одну или несколько валют.
4. **Кнопка "Сохранить":**
   * Нажмите кнопку, чтобы сохранить изменения.
   * Убедитесь, что данные введены корректно перед сохранением.

***

#### **Советы**

* Убедитесь, что адрес кошелька введен правильно — это важно для получения ваших средств.
* Выберите популярные валюты, чтобы зрителям было удобнее отправлять донаты.


# Как создать TON кошелек

Для приема донатов через [Tonation.me](https://tonation.me) вам потребуется TON-кошелек. Создать его можно легко и быстро, выбрав один из доступных вариантов. Мы рекомендуем использовать **Tonkeeper** или встроенный кошелек в Telegram, но вы можете выбрать любой удобный вам из списка <https://ton.org/ru/wallets>.

***

**Вариант 1. Создание кошелька с помощью Tonkeeper**

1. Перейдите на официальный сайт TON-кошельков: <https://ton.org/ru/wallets>.
2. Выберите **Tonkeeper** и нажмите на ссылку для скачивания.
   * Приложение доступно для Android и iOS.
3. Установите приложение на ваше устройство.
4. Откройте Tonkeeper и следуйте инструкциям для создания нового кошелька:
   * Вам будет предложено сохранить **секретную фразу (seed-фразу)**. Обязательно запишите ее и храните в надежном месте. Это единственный способ восстановить доступ к вашему кошельку.
5. После завершения регистрации ваш кошелек готов к использованию. Вы найдете адрес вашего кошелька в приложении.

***

**Вариант 2. Создание кошелька в Telegram**

1. Перейдите в Telegram-бот [**@wallet**](https://t.me/wallet).
2. Нажмите кнопку **"Start"** (или **"Запустить"**) для начала работы с ботом.
3. Следуйте инструкциям бота для создания кошелька:
   * Бот автоматически создаст для вас TON-кошелек.
   * Вы получите доступ к своему адресу кошелька и сможете управлять средствами прямо через Telegram.
4. Для удобства добавьте бота в закрепленные чаты или на главный экран.

***

**Рекомендации:**

* Мы рекомендуем **Tonkeeper** для максимально удобного управления средствами и расширенных функций.
* Если вы активно используете Telegram, встроенный кошелек **@wallet** станет простым и быстрым решением.
* Всегда сохраняйте свою seed-фразу в надежном месте и никогда не делитесь ею с другими.


# Как рассчитывается комиссия

Комиссия платформы зависит от дохода и составляет:

* 8% для дохода от 0 до 999 USD
* 7% для дохода от 1000 до 7999 USD
* 6% для дохода от 8000 до 19999 USD
* 5% для дохода от 20000 USD и выше.

Комиссия закерпляется навсегда!


# Что делать с криптовалютой

После того как вы начали получать донаты в криптовалюте, перед вами открывается множество возможностей для управления средствами. В этом разделе мы расскажем, как вы можете продать крипту или увеличить её количество с помощью доступных инструментов.


# Продать криптовалюту

Существует несколько удобных способов обмена криптовалюты на фиатные деньги (рубли, доллары, евро и т.д.). Выберите тот, который лучше подходит для вас.

***

#### **1. Продажа через биржи**

Биржи — это крупные платформы для торговли криптовалютой, которые позволяют продавать крипту через торговые пары или P2P.

**Шаги:**

1. Зарегистрируйтесь на бирже, например, [Binance](https://www.binance.com/activity/referral-entry/CPA/together-v4?hl=ru\&ref=CPA_00E834L0J7\&utm_source=Lite_web_account) или [Bybit](https://www.bybit.com/invite?ref=PQKYRX).

**Способ 1: Торговые пары**

* Пополните свой аккаунт, переведя криптовалюту на адрес кошелька биржи.
* Обменяйте крипту на фиат через торговую пару (например, TON/USD).
* Выведите деньги на банковскую карту или электронный кошелек.

**Способ 2: P2P-трейдинг**

* Зайдите в раздел P2P-трейдинга на бирже.
* Найдите покупателя или создайте свое объявление.
* Совершите сделку, следуя инструкциям биржи.
* **Преимущество:** P2P позволяет обойти комиссии на ввод и вывод средств.

***

#### **2. Продажа через обменники**

Обменники предлагают быстрый и простой способ обмена криптовалюты.

**Шаги:**

1. Зайдите на сайты-агрегаторы, например, [BestChange](https://www.bestchange.com/?p=1326570).
2. Выберите надежный обменник с выгодным курсом.
3. Укажите, какую криптовалюту вы хотите продать (например, TON или USDT), и куда вывести деньги.
4. Следуйте инструкциям обменника для завершения сделки.

***

#### **3. P2P-продажа через кошелек Telegram**

Кошелек Telegram имеет встроенный P2P-сервис, позволяющий совершать сделки напрямую с другими пользователями.

**Шаги:**

1. Зайдите в бота [@wallet](https://t.me/wallet).
2. Выберите раздел **P2P-трейдинг**.
3. Создайте объявление на продажу криптовалюты или выберите готовое предложение.
4. Укажите сумму и валюту.
5. Подтвердите сделку и получите средства.

***

#### **Вывод**

* Биржи подойдут, если вы хотите гибкости в выборе курсов или работаете с крупными суммами.
* Обменники — это быстрый способ для небольших операций.
* P2P в Telegram — простой вариант для пользователей, активно использующих эту платформу.


# Как увеличить доход от криптовалюты

#### Как увеличить доход от криптовалюты

Если вы хотите не просто хранить крипту, но и получать дополнительный доход, есть проверенные способы сделать это.

***

#### **1. Стейкинг через Tonstakers**

Стейкинг — это пассивный способ заработка, при котором вы получаете вознаграждение за поддержку работы сети.

**Шаги:**

1. Перейдите на сайт [Tonstakers](https://tonstakers.com/).
2. Подключите ваш TON-кошелек.
3. Выберите валидатора из доступного списка.
4. Делегируйте свои токены TON в пул.
5. Получайте проценты от общей прибыли.
   * Вознаграждение начисляется регулярно.
   * Ваши средства остаются под вашим контролем, вы можете отозвать их в любое время.

***

#### **2. Добавление ликвидности через Ston.fi**

Ston.fi позволяет зарабатывать на предоставлении ликвидности для торгов и получать долю от комиссий.

**Шаги:**

1. Зайдите на платформу [Ston.fi](https://ston.fi/).
2. Подключите ваш кошелек.
3. Выберите пул ликвидности (например, TON/USDT).
4. Добавьте свои токены в пул.
5. Зарабатывайте на комиссиях от сделок.
   * Ваш доход зависит от объема торгов и размера пула.

***

#### **Вывод**

* Стейкинг подойдет для тех, кто хочет стабильный пассивный доход без необходимости активного участия.
* Добавление ликвидности выгодно для тех, кто готов работать с DeFi-платформами и получать больше прибыли от торговли.


# Как отправить донат

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

#### Как отправить донат?

1. **Ваше имя/ник:**\
   Введите имя или ник, который будет отображаться в оповещении. Поле поддерживает до 64 символов.
2. **Сумма доната:**\
   Укажите сумму, которую хотите отправить. Вы можете выбрать из предложенных значений (1, 2, 5, 10, 20) или ввести свою сумму вручную.
3. **Валюта:**\
   Выберите валюту для доната из выпадающего списка (например, NOT, USDT).
4. **Ваше сообщение:**\
   Напишите текст, который будет отображаться на стриме вместе с вашим донатом. Сообщение поддерживает до 300 символов.
5. **Озвучка сообщения:**\
   Выберите голос для озвучивания вашего сообщения (например, мужской или женский).
6. **Отправка доната:**
   * Нажмите на кнопку **"Отправить"**, чтобы продолжить процесс.

***

**Что произойдет дальше?**

После нажатия на кнопку **"Отправить"** откроется окно **TON Connect**, где нужно привязать ваш кошелек:

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

* Сканируйте QR-код с помощью приложения вашего криптокошелька (например, Tonkeeper или Wallet в Telegram).
* Если кошелек уже привязан, этот шаг будет пропущен.

**Подтвердите транзакцию в кошельке:**

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

* После привязки кошелька или если он уже был подключен, откроется запрос на подтверждение доната.
* Подтвердите транзакцию в вашем кошельке.

После подтверждения транзакции в кошельке вы увидите сообщение о том, что донат отправлен. Это может занять до 5 минут.

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

***

7. **Завершение:**
   * После успешной отправки появится сообщение "Донат отправлен". Вы можете отправить еще один донат или вернуться к стриму.

Скоро ваше сообщение появится на его стриме! 🎉


# About

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

**Tonation.me** is a modern service that helps streamers accept donations in cryptocurrency. We've made the process as simple, fast and secure as possible, using blockchain technology and user-friendly tools to get the job done.

**Our benefits:**

1. **Instant transfers:**\
   Cryptocurrency arrives to your wallet as soon as a donation is made.
2. **Minimal commissions:**\
   The more you earn, the lower your commission will be.
3. **Easy integration:**\
   Setting up widgets takes a couple minutes - and you're ready to work on any streaming platforms.
4. **Transparency:**\
   We don't keep your money. All funds are sent directly to your wallet.
5. **Work with TON and other popular tokens:**\
   Accept popular cryptocurrencies from the TON ecosystem.
6. **Message voicing:**\
   Support for donation message voicing in several languages (English, Russian, French, German, Spanish, Italian, Portuguese).

{% hint style="info" %}
Service news: <https://t.me/tonationme>\
Twitter (X): [https://twitter.com/tonationme](https://x.com/tonationme)\
Support: [support@tonation.me](mail:support@tonation.me)\
Cooperation: [cooperation@tonation.me](mail:cooperation@tonation.me)
{% endhint %}


# Quickstart

<figure><img src="https://gitbookio.github.io/onboarding-template-images/quickstart-hero.png" alt=""><figcaption></figcaption></figure>

Beautiful documentation starts with the content you create — and GitBook makes it easy to get started with any pre-existing content.

{% hint style="info" %}
Want to learn about writing content from scratch? Head to the [Basics](https://github.com/GitbookIO/onboarding-template/blob/main/getting-started/broken-reference/README.md) section to learn more.
{% endhint %}

### Import

GitBook supports importing content from many popular writing tools and formats. If your content already exists, you can upload a file or group of files to be imported.

<div data-full-width="false"><figure><img src="https://gitbookio.github.io/onboarding-template-images/quickstart-import.png" alt=""><figcaption></figcaption></figure></div>

### Sync a repository

GitBook also allows you to set up a bi-directional sync with an existing repository on GitHub or GitLab. Setting up Git Sync allows you and your team to write content in GitBook or in code, and never have to worry about your content becoming out of sync.


# Publish your docs

Once you’ve finished writing, editing, or importing your content, you can publish your work to the web as a docs site. Once published, your site will be accessible online only to your selected audience.

You can publish your site and find related settings from your docs site's homepage.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/publish-hero.png" alt=""><figcaption></figcaption></figure>


# Editor

GitBook has a powerful block-based editor that allows you to seamlessly create, update, and enhance your content.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

### Writing content

GitBook offers a range of block types for you to add to your content inline — from simple text and tables, to code blocks and more. These elements will make your pages more useful to readers, and offer extra information and context.

Either start typing below, or press `/` to see a list of the blocks you can insert into your page.


# Markdown

GitBook supports many different types of content, and is backed by Markdown — meaning you can copy and paste any existing Markdown files directly into the editor!

<figure><img src="https://gitbookio.github.io/onboarding-template-images/markdown-hero.png" alt=""><figcaption></figcaption></figure>

Feel free to test it out and copy the Markdown below by hovering over the code block in the upper right, and pasting into a new line underneath.

```markdown
# Heading

This is some paragraph text, with a [link](https://docs.gitbook.com) to our docs. 

## Heading 2
- Point 1
- Point 2
- Point 3
```

{% hint style="info" %}
If you have multiple files, GitBook makes it easy to import full repositories too — allowing you to keep your GitBook content in sync.
{% endhint %}


# Images & media

GitBook allows you to add images and media easily to your docs. Simply drag a file into the editor, or use the file manager in the upper right corner to upload multiple images at once.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/images-hero.png" alt=""><figcaption><p>Add alt text and captions to your images</p></figcaption></figure>

{% hint style="info" %}
You can also add images simply by copying and pasting them directly into the editor — and GitBook will automatically add it to your file manager.
{% endhint %}


# Interactive blocks

In addition to the default Markdown you can write, GitBook has a number of out-of-the-box interactive blocks you can use. You can find interactive blocks by pressing `/` from within the editor.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/interactive-hero.png" alt=""><figcaption></figcaption></figure>

### Tabs

{% tabs %}
{% tab title="First tab" %}
Each tab is like a mini page — it can contain multiple other blocks, of any type. So you can add code blocks, images, integration blocks and more to individual tabs in the same tab block.
{% endtab %}

{% tab title="Second tab" %}
Add images, embedded content, code blocks, and more.

```javascript
const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};
```

{% endtab %}
{% endtabs %}

### Expandable sections

<details>

<summary>Click me to expand</summary>

Expandable blocks are helpful in condensing what could otherwise be a lengthy paragraph. They are also great in step-by-step guides and FAQs.

</details>

### Drawings

<img alt="" class="gitbook-drawing">

### Embedded content

{% embed url="<https://www.youtube.com/watch?v=YILlrDYzAm4>" %}

{% hint style="info" %}
GitBook supports thousands of embedded websites out-of-the-box, simply by pasting their links. Feel free to check out which ones[ are supported natively](https://iframely.com).
{% endhint %}


# OpenAPI

You can sync GitBook pages with an OpenAPI or Swagger file or a URL to include auto-generated API methods in your documentation.

### OpenAPI block

GitBook's OpenAPI block is powered by [Scalar](https://scalar.com/), so you can test your APIs directly from your docs.

{% openapi src="<https://petstore3.swagger.io/api/v3/openapi.json>" path="/pet" method="post" %}
<https://petstore3.swagger.io/api/v3/openapi.json>
{% endopenapi %}


# Integrations

GitBook integrations allow you to connect your GitBook spaces to some of your favorite platforms and services. You can install integrations into your GitBook page from the *Integrations* menu in the top left.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/integrations-hero.png" alt=""><figcaption></figcaption></figure>

### Types of integrations

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Analytics</strong></td><td>Track analytics from your docs</td><td><a href="https://www.gitbook.com/integrations#analytics">https://www.gitbook.com/integrations#analytics</a></td><td></td><td></td></tr><tr><td><strong>Support</strong></td><td>Add support widgets to your docs</td><td><a href="https://www.gitbook.com/integrations#support">https://www.gitbook.com/integrations#support</a></td><td></td><td></td></tr><tr><td><strong>Interactive</strong></td><td>Add extra functionality to your docs</td><td><a href="https://www.gitbook.com/integrations#interactive">https://www.gitbook.com/integrations#interactive</a></td><td></td><td></td></tr><tr><td><strong>Visitor Authentication</strong></td><td>Protect your docs and require sign-in</td><td><a href="https://www.gitbook.com/integrations#visitor-authentication">https://www.gitbook.com/integrations#visitor-authentication</a></td><td></td><td></td></tr></tbody></table>


# Account creation

**Step 1: Go to the Tonation.me website**

Open your browser and type [tonation.me](https://tonation.me) in the address bar. On the home page, you will see a “Sign In” button.\
\
**Step 2: Choose how you want to sign up**

The [Tonation.me](https://tonation.me) service offers several options for creating an account:

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

* **Via social networks:**
  * You can choose to authorize via Google, Twitch, Discord, or other supported platforms.
* **Via TON Connect:**
  * Click on the **“TonConnect”** button.
  * Use your cryptocurrency wallet that supports TON Connect (e.g. Tonkeeper, Wallet, etc.).
  * Scan the QR code and confirm login via the wallet app.

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

{% hint style="info" %}
**IMPORTANT!**\
If you create an account via Ton Connect, this wallet will be selected as the wallet where donations will be received.
{% endhint %}


# Account settings

https\://tonation.me/app/settings

<figure><img src="/files/3W0i3jm61V9MO1S5MvP4" alt=""><figcaption></figcaption></figure>

On this page, you can manage your data, connect third-party accounts, and delete your account if necessary.

***

**1. Personal Data**

* **Nickname:**\
  Enter or change your nickname that viewers will see. Click the “Edit” button to edit.

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

* **Email:**\
  If you registered via social media, the email is saved automatically and is listed here.
  * It is not possible to change your email at this time.
  * We do not use your email anywhere - it is stored solely for display in your account.

***

**2. Connected accounts**

Here you can connect third-party services for convenient work.

* **Twitch, Google, Discord, Telegram:** \
  Click on the icon of the desired service to connect it to your account. This makes it easy to sign in and synchronize your data.
* **TonConnect:** \
  If the wallet is already connected, its address will be displayed here. You can connect a new wallet via the TonConnect button.

***

**3. Deleting an account**

* If you decide not to use the service anymore, click “Delete account”.
* Attention! After deletion it will be impossible to restore the account.

***

**Recommendations:**

* Make sure your nickname is unique and easy to remember.
* Connect as many accounts as possible to increase the usability of the service.


# Dashboard

https\://tonation.me/app

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

The control panel is the main place of work with the service. All basic tools, statistics and settings are collected here.

***

**Stats**

* Displays donate activity for a selected period (for example, a day, week, or month).
* Use the “per day” filter to toggle time intervals.

**Recent messages**

* Displays a list of all donations you have received.
* Click “All” to open the full list of messages.

**Fee**

* Indicates the current commission amount of the service.

**Set your nickname**

* This section displays hints on working with the service.
* If you specify a nickname, a link for receiving donations will appear here, and the panel will be called “Donation link”.

***

**Side menu**&#x20;

**Main**

* **Dashboard:** returns to the main screen.
* **Messages:** opens the full list of donations with details of each message.

**Widgets**

* **Constructor:** create and customize widgets that are displayed on the streamer.
* **Embedding:** link to integrate widgets into streaming software (e.g. OBS).

**Donations**

* **Settings:** section for managing donation settings (minimum amount, moderation, speech synthesis, etc.).
* **Donations page:** a link to the public page for receiving donations.

**Account**

* **Wallet:** page where you set up a cryptocurrency wallet address to accept donations and choose which cryptocurrencies you want to accept.
* **Settings:** account settings page

**Side menu**

* **Collapse:** hides the menu to maximize the working area.


# Widget constructor

https\://tonation.me/app/widgets

<figure><img src="/files/89t3CtCJQpMCaXEodEHK" alt=""><figcaption></figcaption></figure>

This page allows you to create, edit and customize widgets to display donations on your stream. Everything is made as simple and convenient as possible.

***

#### Sections of the page:

1. **Widget settings**

* **Background Color:** \
  Select the background color for your widget. Click on the colored square to open the palette and select the desired shade.
* **Embed Link:** \
  A unique link that you can use to integrate your widget into streaming software (such as OBS). To copy the link, click on it.

2. **Widget List**

* **Name:** \
  The name of the widget that you specify when you create it.
* **Min amount, USD:** \
  The minimum amount of donation with which the widget will be displayed.
* **Status:** \
  A slider to enable or disable the widget.
* **Updated:** \
  Shows the date and time when the widget was last updated.
* **Created:** \
  Displays the date and time the widget was created.
* **Actions:**
  * **Edit (pencil icon):** Allows you to change the widget's settings.
  * **Delete (trash can icon):** deletes the widget. Attention: you cannot restore a deleted widget!
  * **Preview (eye icon):** shows how the widget looks on the embed page.

3. **Managing the list of widgets**

* **Add Widget button:** Creates a new widget. Click the button, fill in the form and save the settings.
* **Number of elements per page:** Select how many widgets to display on one page (e.g. 10 or 20).
* **Page Navigation:** Use the arrows at the bottom of the table to navigate between widget pages.

***

#### How to create a new widget&#x20;

1. Click the “Add Widget” button.
2. In the form, fill in:
   * Name of the widget (optional).
   * Minimum donation amount (optional).
   * Appearance settings.
3. Save the settings - the widget will appear in the list.

***

#### How to embed a widget&#x20;

1. Copy the link from the Embed Link field.
2. Paste the link into your streaming program (e.g. OBS) as a Browser Source.
3. Adjust the size and location of the widget in your program.


# General Settings

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

#### General Settings tab&#x20;

The “General Settings” tab allows you to control the display time of alerts and text in the widget. This helps to make donations more visible and synchronize them with other elements.

***

**Settings Description**&#x20;

1. **Notification duration in seconds:**
   * Sets the total time the alert (donation) is displayed on the screen.
   * Maximum value: 60 seconds.
2. **Text display delay in seconds:**
   * Specifies the pause between the appearance of the alert and the start of text display.
   * You can specify the time using the slider or enter it manually. Default value: 0 seconds.
3. **Text display duration in seconds:**
   * Sets how long the donation text is visible on the screen.
   * The setting allows you to synchronize the text with other elements so that it disappears at the same time or slightly earlier.
   * The value can be set using the slider or manually.

***

#### Customization example&#x20;

If you want the:

* The alert lasts for 10 seconds.
* The text appears 2 seconds after the alert starts.
* The text appears on the screen for 8 seconds.

Configure the settings as follows:

* Set “Notification duration” to 10 seconds.
* Set “Text Display Delay” to 2 seconds.
* Set “Text Display Duration” to 8 seconds.

{% hint style="info" %}
Be sure to click the “Save” button to apply the settings.
{% endhint %}


# View

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

The “**View**” tab allows you to customize the layout of elements (image and text) in your alerts to make them look stylish and match your stream.

***

#### How to select layout

1. Click on the desired layout option - it will be highlighted with a blue outline.
2. Click “**Save**” to apply your changes.
3. If you change your mind, click “**Cancel**” to return to the previous settings.

***

#### Recommendations for selection&#x20;

* **To emphasize text**: \
  Use options with text on top or in the foreground so that the donut is as readable as possible.
* **For image emphasis**: \
  Choose placement with the image on top or in the background to make alerts visually impactful.

{% hint style="info" %}
Be sure to click the “Save” button to apply the settings.
{% endhint %}


# Image

The “**Images**” tab is for adding and managing the graphic content used in your widget.

The “**Choose image**” button:

* Click on the “Select” button to open the “Media Library” window where you can upload or select an existing image.

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

#### **Image Media Library window**&#x20;

The Media Library is where you can manage images for your widgets. All previously uploaded files that you can use are displayed here.

#### What you can do in the media library&#x20;

1. **Upload Progress:**
   * Shows how much space has already been used, for example: “0.17 MB / 1 GB”.
2. **Uploading a new file:**
   * Click “Choose File” button to upload an image from your device.
   * Supported formats: PNG, JPG, GIF.
   * Maximum file size: 128 MB.
3. **Using the uploaded image:**
   * Once uploaded, the file will appear in your media library list.
   * Select it to use it in your widget.

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

#### Selecting an image:

Click on a downloaded image in your media library to select it for use in your widget.

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

Done! You've customized the visual component of your widget using images!

{% hint style="info" %}
Be sure to click the “Save” button to apply the settings.
{% endhint %}


# Sound

The Sound tab allows you to select or upload sound files for use in your widget. The sound will be played before the message text is voiced, if this setting is enabled.

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

#### Select Sound button:

* Click the “**Choose sound**” button to open the “**Sound Media Library**” window where you can select or load a sound file.

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

#### The “Sound Media Library” window:

* All previously downloaded sound files are displayed here.
* Information in the Media Library:
  * **Download progress:** shows how much space has already been used in your media library (e.g. “0.00 MB / 1 GB”).
  * **Select File**: Click the “Select File” button to download an audio file from your device.
    * Supported format: MP3, WAV, OGG, WEBM.
    * Maximum file size: 128 MB.
* After downloading, the file will appear in the list of available sounds.

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

#### Selecting a sound:

Tap a downloaded sound file in the media library to select it for your widget.

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

Done!

{% hint style="info" %}
Be sure to click the “Save” button to apply the settings.
{% endhint %}


# Text

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

The “**Text**” tab allows you to customize the phrase that will be displayed between the name of the user (donater) and the amount of their donation.\
\
Example: if you enter the word “tonated”, the alert will look like this: Anonymous has tonated 100 USD.

{% hint style="info" %}
Be sure to click the “Save” button to apply the settings.
{% endhint %}


# Donation Settings

https\://tonation.me/app/donation-settings

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

This page allows you to manage the parameters of accepting donations, making the process more convenient and safe for the streamer.

***

#### Customization Elements&#x20;

1. Minimum donation amount, USD:
   * Specify the minimum amount that will be accepted by your widget.
   * Donations with a lower amount will not be displayed.
   * The value can be entered manually.
2. Speech Volume (0-100):
   * The slider adjusts the volume at which messages are voiced.
   * The default value is 50. You can change it with the slider or manually.
3. Moderation Options:
   * Enable moderation: Messages will be displayed on the stream only after manual moderation.
   * Remove links: All links in donate texts will be automatically removed.
   * Enable speech synthesis: Automatically voice donate messages.
4. Blacklist (words separated by commas):
   * Enter the words you want to block.
   * If a message contains words from the list, it will be masked.
   * Example: “spam, scam, advertisement”.
5. Save Settings button:
   * After making changes, click this button to save the settings.
   * The settings will be applied to new donations.

***

#### Recommendations&#x20;

* Minimum donation amount: Set a value to exclude spam and small transactions.
* Speech volume: Adjust the level to be comfortable for viewers.
* Blacklist: Update the words regularly based on chat activity.
* Speech Synthesis: Use to add convenience and interactivity to donations.


# Wallet

https\://tonation.me/app/wallet

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

On this page, you set up a cryptocurrency wallet address to accept donations and choose which cryptocurrencies you want to accept.

***

#### Customization Elements&#x20;

1. **Address:**
   * Enter the address of your cryptocurrency wallet in the field provided.
   * Make sure that the address is correct, as all donations go to this wallet.
   * Example: EQD5...nXU9 (TON wallet address).
2. **Donation page:**
   1. This is the link you send to viewers to send donations.
   2. Click on the copy icon to quickly copy the link.
   3. Example: <https://tonation.me/tonate/\\[your\\_nik>].
3. **Currencies:**
   * Check the cryptocurrencies you want to accept:
     * TON: TON ecosystem token.
     * USDT: a stable coin pegged to the US dollar.
     * NOT: an additional supported currency.
   * You can select one or more currencies.
4. **Save button:**
   * Click the button to save your changes.
   * Make sure the data is entered correctly before saving.

***

#### Recommendations&#x20;

* Make sure your wallet address is entered correctly - this is important for receiving your funds.
* Choose popular currencies to make it easier for viewers to send donations.


# How to create TON wallet

To accept donations via [Tonation.me](https://tonation.me), you will need a TON wallet. You can create one quickly and easily by choosing one of the available options. We recommend using Tonkeeper or the built-in wallet in Telegram, but you can choose any one you like from the list below <https://ton.org/ru/wallets>

***

#### Option 1: Creating a wallet using Tonkeeper

1. Go to the official TON-wallets website: <https://ton.org/ru/wallets>
2. Select Tonkeeper and click on the download link.
   * The app is available for Android and iOS.
3. Install the app on your device.
4. Open Tonkeeper and follow the instructions to create a new wallet:
   * You will be prompted to save a secret phrase (seed phrase). Be sure to write it down and keep it in a safe place. This is the only way to regain access to your wallet.
5. After registration is complete, your wallet is ready for use. You will find your wallet address in the application.

***

#### Option 2. Creating a wallet in Telegram

1. Go to the Telegram bot [@wallet](https://t.me/wallet)
2. Click the “Start” (or “Run”) button to get started with the bot.
3. Follow the bot's instructions to create a wallet:
   * The bot will automatically create a TON wallet for you.
   * You will have access to your wallet address and will be able to manage your funds directly through Telegram.
4. For convenience, add the bot to your pinned chats or to your home screen.

***

#### Recommendations:

* We recommend Tonkeeper for the most convenient fund management and advanced features.
* If you actively use Telegram, the built-in [@wallet](https://t.me/wallet) will be an easy and fast solution.
* Always keep your seed phrase in a safe place and never share it with others.


# How commission is calculated

#### The platform commission depends on the income and is:

* 8% for income from 0 to 999 USD
* 7% for income from 1000 to 7999 USD
* 6% for income from 8000 to 19999 USD
* 5% for income from 20000 USD and above.

The commission is locked forever!


# What to do with cryptocurrency

Once you have started to receive donations in cryptocurrency, a lot of opportunities for managing funds open up in front of you. In this section, we will tell you how you can sell crypto or increase its amount using the available tools.


# Sell cryptocurrency

There are several convenient ways to exchange cryptocurrency for fiat money (rubles, dollars, euros, etc.). Choose the one that suits you best.

***

#### 1. Selling through exchanges&#x20;

Exchanges are large cryptocurrency trading platforms that allow you to sell crypto via trading pairs or P2P.

**Steps:**

1. Sign up for an exchange, such as [Binance](https://www.binance.com/activity/referral-entry/CPA/together-v4?hl=ru\&ref=CPA_00E834L0J7\&utm_source=Lite_web_account) or [Bybit](https://www.bybit.com/invite?ref=PQKYRX).

**Method 1: Trading Pairs**

* Fund your account by transferring your cryptocurrency to an exchange's wallet address.
* Exchange the crypto for fiat via a trading pair (for example, TON/USD).
* Withdraw the money to your bank card or e-wallet.

**Method 2: P2P trading**

* Go to the P2P-trading section of the exchange.
* Find a buyer or create your own ad.
* Complete the transaction by following the exchange's instructions.
* **Benefit:** P2P bypasses deposit and withdrawal fees.

***

#### 2. Selling through exchanges Exchangers offer a quick and easy way to exchange cryptocurrency.

**Steps:**

1. Go to aggregator sites, such as [BestChange](https://www.bestchange.com/?p=1326570)
2. Choose a reliable exchanger with a favorable exchange rate.
3. Specify which cryptocurrency you want to sell (for example, TON or USDT) and where to withdraw the money.
4. Follow the exchanger's instructions to complete the transaction.

***

#### 3. P2P sales via Telegram Wallet&#x20;

Telegram Wallet has a built-in P2P service that allows you to make transactions directly with other users.

**Steps:**

1. Log into the [**@wallet**](https://t.me/wallet) bot.
2. Select the P2P trading section.
3. Create an ad to sell cryptocurrency or select a ready-made offer.
4. Specify the amount and currency.
5. Confirm the transaction and receive the funds.


# How to maximize your cryptocurrency income

If you want to not just store crypto but also earn extra income, there are proven ways to do so.

***

#### Staking through Tonstakers&#x20;

Staking is a passive way of earning money where you get paid to keep your network running.

**Steps:**

1. Go to the [Tonstakers](https://tonstakers.com/) website.
2. Connect your TON wallet.
3. Choose a validator from the available list.
4. Delegate your TON tokens to the pool.
5. Receive a percentage of the total profit.
   * Remuneration is accrued on a regular basis.
   * Your funds remain under your control, you can withdraw them at any time.

***

#### 2. Adding liquidity through Ston.fi&#x20;

[Ston.fi](https://ston.fi/) allows you to earn money by providing liquidity for trades and get a share of the commissions.

**Steps:**

1. Log in to the [Ston.fi](https://ston.fi/) platform.
2. Connect your wallet.
3. Select a liquidity pool (for example, TON/USDT).
4. Add your tokens to the pool.
5. Earn commissions from trades.
   * Your income depends on the volume of trades and the size of the pool.

***

#### Conclusion&#x20;

* Staking is suitable for those who want a stable passive income without the need for active participation.
* Adding liquidity is beneficial for those who are ready to work with DeFi platforms and get more profit from trading.


# 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! 🎉


# Whitepaper

On-chain monetization stack for streamers & their communities on TON

### 1. Abstract

Tonation.me is a non-custodial donation platform that helps streamers receive crypto support directly to their wallets on The Open Network (TON). Today, Tonation powers on-chain donations in TON, USDT and approved jettons, real-time alerts, and multi-language text-to-speech (TTS) overlays, with a transparent fee model and no custody of user funds.

This whitepaper describes:

* The market context and problems with existing donation tools
* Tonation’s design principles and current implementation
* Our roadmap: on-chain supporter identity (SBTs/NFTs), “any token in” donations via TON DeFi, NFT-powered alerts, a Telegram mini app with play-to-earn mechanics, tournaments, and the $NATION token
* How we plan to use protocol revenue to reinforce the token and ecosystem (buybacks, liquidity, and potentially burns governed by the community)

No part of this document is investment advice. It describes an existing product and a realistic roadmap based on work that is either already shipped or actively planned.

***

### 2. Market Context

#### 2.1 Creator & live streaming growth

The creator economy and live streaming are among the fastest-growing segments of digital media. Estimates place the global live streaming market around **$90–100B in 2024**, with projections of **$345–600B+ by 2030–2033** at roughly **14–24% CAGR**.

At the same time, the broader creator economy is already above **$200B** and projected to exceed **$1T** in the 2030s, as direct fan monetization becomes a core revenue channel for individual creators rather than platforms.

#### 2.2 Web3 gap in streaming

Despite this growth, most tools that power donations and tipping are:

* **Fiat-first and geo-limited**: They rely on traditional payment processors, suffer from chargebacks, and often exclude entire regions.
* **Custodial**: Platforms hold creator funds, exposing them to platform risk and withdrawal delays.
* **Web2 by design**: Even “crypto-friendly” services usually treat blockchains as a payment rail, not as a way to build verifiable, on-chain relationships between creators and their communities.

Web3-native streaming and tipping experiments exist, but they are still rare compared to the scale of the streaming market. Most are niche products or focus on speculative token economies rather than solving daily problems of streamers (stable income, simple setup, community engagement).

***

### 3. Problem Statement

For streamers who want to use crypto today, the main issues are:

1. **Custodial & region-locked tools**\
   Traditional donation platforms control payouts, may freeze funds, and often don’t support TON or Web3-native workflows at all.
2. **Manual token swaps for viewers**\
   Viewers and creators hold many different tokens. In most setups, fans must manually swap into a specific coin before sending a donation. This extra step breaks spontaneity, lowers conversion, and makes small donations less likely.
3. **Fragmented asset management for creators**\
   Streamers who do accept multiple tokens end up with a “basket” of assets and no unified on-chain view of who their real supporters are or how engaged those supporters remain over time.
4. **No on-chain fan identity**\
   There is rarely a simple, verifiable system of statuses, achievements, or “passports” that links a supporter’s on-chain activity (donations, participation) with their identity in the community.
5. **Complex UX for non-crypto natives**\
   Many Web3 tools assume users are comfortable with seed phrases, networks, and gas. For large audiences (especially on mobile), this is a non-starter.

Tonation is built to solve these problems specifically for streamers and their communities on TON.

***

### 4. Tonation Overview

#### 4.1 Mission

Tonation’s mission is to **turn creator support into a verifiable on-chain relationship** between streamer and fan - not just a transaction.

We do this by:

* Keeping donations **non-custodial** and on-chain
* Minimizing friction for both streamers and viewers
* Using NFTs, SBTs, and on-chain data to reflect identity, loyalty, and status in a way that is actually useful to streamers and fun for supporters

#### 4.2 What exists today

The live product already provides:&#x20;

* **Non-custodial donations on TON**
  * Donations are processed by smart contracts on the TON blockchain.
  * Funds go directly to the streamer’s wallet; Tonation never holds user funds.
* **Token support**
  * TON (native coin), USDT on TON, and a list of approved jettons.
* **Transparent commission**
  * A clear fee is automatically taken by the smart contract at the moment of donation.
  * Historically this has been structured around a 5% fee on donations; exact fee levels can be adjusted via protocol parameters and campaigns.
* **Customizable alerts & TTS**
  * Real-time overlays for streams (Twitch, Kick, etc.)
  * Multi-language text-to-speech (currently English, Russian, French, German, Spanish, Italian, Portuguese) delivered via SSE-based infrastructure.
* **Instant setup**
  * Streamer registers, connects a TON wallet, configures donation settings (minimum amounts, moderation, filters), and drops a single link into their stream.
* **Organic traction**
  * Over 110 registered users and real on-chain donations with almost zero marketing spend at the time of the pitch deck.

***

### 5. Design Principles

1. **“Blockchain for relationships, not just payments”**\
   We use smart contracts not only to move money, but also to represent supporter status, achievements, and community membership on-chain.
2. **Radical simplicity**\
   Every step - from connecting a wallet to sending a donation - is designed to be as simple as possible. If a feature makes onboarding harder, it must pay for itself in clear user value.
3. **Non-custodial by default**\
   Tonation does not hold user funds; all donations go directly to streamer wallets via smart contracts on TON.
4. **TON-first**\
   TON combines low fees, fast finality, and deep integration into Telegram. This gives Tonation access to a massive existing user base and extremely easy wallet onboarding.
5. **Composable & open**\
   On-chain supporter data is designed to be reusable by future mini apps, analytics tools, and other ecosystem projects.

***

### 6. Why TON

#### 6.1 Telegram distribution

Telegram passed **1 billion monthly active users in 2025**, making it one of the largest messaging platforms in the world.

TON is deeply integrated with Telegram:

* A TON-based wallet is built directly into Telegram for hundreds of millions of users globally; over 100M users had activated the wallet as of 2024.
* Wallet access is available inside the app without browser extensions or complex setup, which dramatically lowers the barrier to first-time crypto use.

For Tonation, this means:

* Potential access to **hundreds of millions to \~1 billion** people already using Telegram
* A path where “create a crypto wallet” becomes a **single tap** inside a familiar messenger, aligning with our “the simpler, the better” principle

#### 6.2 Technical & economic fit

TON offers:

* Low and predictable transaction fees
* High throughput and fast finality
* Native support for smart contracts and tokens (jettons)

This makes it suitable for high-frequency micro-donations and real-time interactions during streams.

***

### 7. Current Architecture (High-Level)

*(This section intentionally stays high-level and non-implementation-specific.)*

#### 7.1 On-chain layer

* **Donation contracts on TON**
  * Receive donations in supported tokens
  * Instantly forward funds to streamer wallets
  * Apply protocol fees automatically at the smart contract level
* **Token support**
  * TON and approved jettons (including stablecoins like USDT) are supported today.
* **Future**
  * Integration with TON DeFi swaps so viewers can donate in any token while streamers receive a preferred asset.

#### 7.2 Off-chain & application layer

* **Backend services**
  * Handle user accounts, widget configuration, moderation rules, and mapping streamers ↔ donation contracts.
  * Connect to TON nodes for transaction monitoring and event handling.
* **Alert & TTS pipeline**
  * Uses server-sent events (SSE) to deliver real-time donation and voice events to browser-based overlays.&#x20;
* **Frontend & widgets**
  * Next.js-based web app for streamer dashboards, donation pages, and alert overlays.
  * Simple setup: single link / browser source added to streaming software.
* **Security model**
  * Streamers connect wallets via TON Connect; Tonation cannot move funds on their behalf.

***

### 8. Roadmap & Planned Features

All items in this section are **planned** features already reflected in our pitch deck and internal roadmap. They are not live yet at the time of writing.

#### 8.1 Donate in any token

**Goal:** Viewers can donate from any popular token on TON; streamers receive their preferred asset (e.g., TON or a stablecoin), with swaps happening under the hood via TON DeFi.

Planned approach:

* Integrate leading TON DEX aggregators
* Implement “any token in, chosen token out” flows with clear routing and slippage controls
* Preserve non-custodial design: swaps occur within contracts or via audited routing, not via Tonation-held funds

#### 8.2 On-chain supporter identity (SBTs & “supporter passport”)

**Goal:** Give every supporter a persistent on-chain “passport” that reflects their history of supporting a specific streamer and the broader Tonation ecosystem.

Planned components:

1. **Soulbound achievement tokens (SBTs)**
   * First donation
   * Cumulative support tiers (Bronze, Silver, Gold, and higher)
   * Non-transferable tokens representing real support, not speculation.
2. **On-chain supporter passport**
   * Aggregates SBTs across campaigns and streamers
   * Can be used by streamers to recognize core supporters, gate benefits, or invite them into private communities.
3. **Tiered perks & visual hierarchy**
   * Different supporter levels unlock different perks (priority in message display, specific alert styles, access to private content, etc.).
   * Donation messages reflect SBT tier with colors, animations, and priority placement in “top supporter” rankings.

#### 8.3 NFT-powered donations & alert images

**Goal:** Turn donations into unique visual moments on stream.

Planned mechanics:

* **NFT alert attachments**
  * Donors holding specific NFTs will be able to attach them to a donation.
  * The alert on stream displays the NFT image, making the donation visually unique.

This directly implements “donations via NFTs in the form of alert images”.

#### 8.4 Helping streamers build communities

Tonation’s roadmap is explicitly community-focused:

* On-chain supporter identities and SBT tiers help streamers **identify and reward core fans** instead of relying only on anonymous usernames.
* NFT passes and achievements enable creators to **run their own membership and loyalty programs**, using Tonation as infrastructure.
* Planned tournament mini apps (see 8.7) will give creators new formats (competitions, events) to keep their audiences engaged.

The goal is not just to move money, but to give streamers tools to structure and grow their community around verifiable on-chain engagement.

#### 8.5 $NATION token

The $NATION token is designed as a **utility and coordination layer** for the Tonation ecosystem, not as a speculative standalone product.

Planned utility:

* **Reduced or zero donation fees** when donating in $NATION
* **Staking by creators** to unlock better fee terms and pro features

Planned value capture:

* A share of protocol revenue (donation fees, mini-app boosters, NFT/SBT services) directed toward **buybacks and liquidity provision** for $NATION
* Reward pools for top supporters and active community members
* Possibility of additional value-accretive mechanisms (including burns) to be specified transparently

No token supply, sale, or allocation details are included here intentionally: those will be published separately once finalized. At this stage, $NATION is a **planned** ecosystem token closely tied to real protocol usage.

#### 8.6 Tap-to-earn mini app (play-to-earn mechanics for airdrop)

Tonation plans a Telegram-based mini app that leverages the existing TON wallet integration and Telegram’s huge user base.

Planned mechanics:

* **Tap-to-earn donations**
  * Users send virtual “taps” (micro-donations) with strict limits and quest-based progression to reduce bots and farming.
* **NATION squads**
  * Verified creators form squads (their communities).
  * Fans join their streamer’s squad and farm points collaboratively.
* **Competitive leaderboards**
  * Squads compete for rankings, driving ongoing engagement.
* **Smart airdrop model**
  * $NATION distribution is based on a combination of:
    * On-chain SBT/NFT supporter data
    * Mini-app activity
  * Real donations through Tonation grant in-app bonuses, creating a feedback loop between “real money” support and gamified engagement.

This directly matches the requested “mini app with play-to-earn mechanics for airdrop”.

#### 8.7 Tournaments & creator NFT infrastructure

Further out on the roadmap:

* **Tournament mini app**
  * Creators host community competitions directly in Telegram channels with smart contract prize pools.
  * Entry fees accumulate on-chain; contracts automatically distribute rewards to winners.
* **Tournament rewards via SBTs**
  * Participation and victories are reflected as on-chain achievements feeding back into fan profiles.
* **Creator NFT launch tools**
  * Simple infrastructure for drops, seasonal passes, and collectible rewards managed through Tonation.

These tools extend the core idea: Tonation provides the **on-chain monetization stack** for streamers, from tips to tournaments.

***

### 9. Business Model

Tonation is designed as a **revenue-generating platform**, not a one-off token.

Current and planned revenue streams include:

1. **Donation fee**
   * Automatically collected by the donation smart contracts.
   * Historically modeled around a 5% fee on donations, with the potential for promotional reductions (e.g., lower fees during campaigns) and special conditions for $NATION usage.
2. **Mini app monetization**
   * Boosters and multipliers in the tap-to-earn mini app, purchased with TON or Telegram Stars.
3. **Premium creator services**
   * Launching NFT/SBT collections
   * Advanced analytics and pro tools for larger creators and agencies

A share of protocol revenue is planned to flow back to $NATION via buybacks, liquidity, and reward pools, aligning token holders with ecosystem growth.

***

### 10. Team & Execution

Tonation is built by a small, senior team:

* **Founder / CEO & Lead Backend** – Senior Go engineer with multi-chain DeFi and real-time systems experience. Architect of Tonation’s backend, smart contracts, jetton support, and alert infrastructure.
* **DevOps Lead** – Manages Kubernetes and DigitalOcean infrastructure, monitoring, and secure node operations.
* **Frontend Lead** – 12+ years of frontend experience, responsible for Next.js app, dashboards, and overlay widgets.

***

### 11. Conclusion

Tonation sits at the intersection of three trends:

1. A rapidly growing live streaming and creator economy
2. The rise of Web3 tools that give creators real ownership and programmable monetization
3. TON’s unique distribution via Telegram and its embedded wallet, which makes crypto accessible to hundreds of millions of users with minimal friction

Most existing tools treat blockchains as a payment gateway. Tonation’s goal is different: **use the full power of blockchain to build long-term, verifiable relationships between streamers and fans**, while keeping the user experience as simple as Web2.

This whitepaper describes only what already exists and what is concretely planned. There are no promises of “magic future features” - just:

* A live, non-custodial donation platform on TON
* A clear roadmap: any-token donations, SBT-based supporter passports, NFT alerts, a Telegram tap-to-earn mini app, tournaments, and the $NATION token
* A business model where protocol revenue and token economics are tied directly to real usage

You can already start accepting donations with Tonation today at **tonation.me**. The rest of this roadmap is what we are building next, step by step, on-chain.


