# Premium billing

### Overview

Premium gives providers access to advanced features: domain management, push notifications, analytics, custom theme, and logo.

***

### Billing

| Parameter    | Value                               |
| ------------ | ----------------------------------- |
| Base rate    | **$0.06** per device per month      |
| Minimum      | 100 devices                         |
| Self-service | up to 10,000 devices                |
| Enterprise   | from 10,000+ devices (custom terms) |

#### Billing periods

| Period   | Discount |
| -------- | -------- |
| 1 month  | —        |
| 3 months | 3%       |
| 6 months | 8%       |

#### Enterprise

For providers with more than 10,000 devices, custom terms are available:

* Custom rate (below $0.06)
* Priority support

To connect: <premium@incy.cc>

***

### Payment methods

#### SBP (Overpay)

Payment via the Fast Payment System in rubles. The USD→RUB exchange rate is fixed.

#### Cryptocurrency (Heleket)

Payment in USD via cryptocurrency (USDT, BTC, etc.).

***

### Account linking

To pay through the Telegram bot, the provider links the account:

1. Go to [web panel → Billing](https://web.incy-panel.com/billing)
2. Click the button **Log in with Telegram** (Telegram Login Widget)
3. Confirm the link

After linking, payment is available through the bot: `/premium` or [t.me/incyhelperbot?start=premium](https://t.me/incyhelperbot?start=premium)

***

### Subscription management

#### Renewal

The provider selects a period (1/3/6 months) → payment method → pays. The time is added to the current term (not from the moment of payment).

#### Purchase additional devices

Available only with an active subscription. The additional charge is calculated proportionally to the remaining time:

```
additional charge = (new_devices - current_devices) × rate × (remaining_days / 30)
```

The subscription term does not change when purchasing additional devices. The number of devices cannot be reduced.

#### Expiration notifications

Automatic reminders in Telegram: 7 days, 3 days, 1 day, and on the expiration day.

***

### Web panel: billing page

Available at `/billing` in the web panel:

* Current plan (devices, cost, expiration date, rate)
* Telegram linking
* Cost calculator (slider 100–10,000 devices)
* Enterprise block (for >10,000)
* Payment history

***

### Administration

#### Via Telegram bot

`/admin` → **Provider billing** → enter Telegram ID:

* View provider card
* Set the number of devices (no limits)
* Set a custom rate
* Enable/disable Enterprise

#### Via web panel

`/admin/providers` → select a provider:

* Set Premium status and expiration date
* Set device limit
* View Telegram link
* View tariff and last payment


---

# 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://incy.gitbook.io/docs/docs-en/premium-api/premium-billing.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.
