> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/ru/nachat/subscribe.md).

# Подписаться

Платный тариф повышает ваш кредитный лимит, открывает больше активных рабочих процессов и предоставляет полный набор функций. См. [Кредиты](/docs/minara-handbook/ru/spravka/credits.md) состав каждого тарифа и как учитываются кредиты.

Вы можете оплатить двумя способами: криптовалютой из вашего кошелька Minara Spot или картой через Stripe. Оба варианта начинаются с одного и того же выбора тарифа.

## Выберите тариф

Нажмите на название тарифа или `Обновить` в верхней панели.

<figure><img src="/files/259ac8b9a5619cbe3fb5dd9f158163776c1e9a90" alt="Manage dialog showing the Lite, Starter, and Pro plans with prices, a Pay annually toggle, and a Subscribe button on each"><figcaption></figcaption></figure>

В `Управление` в диалоговом окне переключайтесь между `Индивидуальный` и `Бизнес`, включите `Оплата за год` если вам нужна ежегодная оплата, и нажмите `Подписаться` на нужном тарифе.

<figure><img src="/files/86e39a535919ddb6c89b14a05cb61aa434d79c99" alt=""><figcaption></figcaption></figure>

Откроется диалог подтверждения с тарифом и ценой. Выберите способ оплаты: `Оплатить через Minara Wallet` (криптовалюта) или `Оплатить через Stripe` (карта). Тариф вступает в силу немедленно, а Minara рассчитывает стоимость пропорционально за оставшуюся часть текущего расчетного периода.

## Оплата криптовалютой (Minara Wallet)

Криптоподписки списываются с вашего **Спот** баланса кошелька, а не кошелька Perps. Пополните Spot-кошелек перед оформлением подписки.

### 1. Внесите USDC на свой Spot-кошелек

Нажмите на свой аватар, выберите `Кошелёк`, и откройте `Спот` вкладку. Нажмите `Депозит`.

<figure><img src="/files/fba859885cd4568b4d4e8ce80cad517e6b0d9c30" alt="Wallet panel on the Spot tab showing the balance, holdings, and the highlighted Deposit button"><figcaption></figcaption></figure>

Выберите сеть и отправьте USDC на указанный адрес. Отсканируйте QR-код или нажмите `Копировать` чтобы получить адрес.

{% hint style="warning" %}
Для оплаты подписки внесите USDC в сети, не относящейся к EVM. Мы рекомендуем **Solana**Зачисление депозитов на ваш Spot-кошелек может занять около 15 минут.
{% endhint %}

<figure><img src="/files/2d21d844fd6163f8cf441e1895d188f06865bff3" alt="Deposit dialog with Solana selected as the chain, a QR code, and the deposit address with a Copy button"><figcaption></figcaption></figure>

<figure><img src="/files/2ca510f87d33ec5bb707bc3b34157c50ace74af7" alt=""><figcaption></figcaption></figure>

### 2. Оплатите балансом кошелька

После зачисления депозита снова откройте выбор тарифа, нажмите `Подписаться` на свой тариф и выберите `Оплатить через Minara Wallet`. Проверьте сумму и стоимость выполнения платежа, затем нажмите `Подтвердить`.

<figure><img src="/files/eee1ed27357c6ad37a5f4259d6422ff05369e998" alt="Pay with Minara Wallet dialog showing the plan, price, payment execution cost, and an Insufficient Payable Balance message"><figcaption></figcaption></figure>

{% hint style="info" %}
`Недостаточно средств для оплаты` означает, что на вашем Spot-кошельке недостаточно USDC. Пополните его еще или дождитесь зачисления ожидающего депозита, затем попробуйте снова.
{% endhint %}

## Оплатить картой (Stripe)

В диалоговом окне подтверждения нажмите `Оплатить через Stripe` и завершите оплату картой. Для оплаты картой пополнять кошелек не нужно.

<figure><img src="/files/2596a5e181ee2b02bbca74d118198a28d8ad2616" alt="Subscribe confirmation dialog showing the plan and price, with the Pay with Stripe button highlighted next to Pay with Minara Wallet"><figcaption></figcaption></figure>


---

# 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://minara.ai/docs/minara-handbook/ru/nachat/subscribe.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.
