> For the complete documentation index, see [llms.txt](https://docs.orniton.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orniton.org/subscription-prices.md).

# Subscription prices

Subscription is not mandatory for purchase. All our services are available without a subscription! Subscription only improves your experience using Ornithon.

Subscription offers you the following features:

* Auto repeat order for NFT purchase. You will not have to place an order again every time if the attempt is unsuccessful.
* Minimum commission for purchase.
* Restart order after successful purchase.
* Up to 5 wallets with active orders.
* Purchase in several threads. This is how scripters work, increasing the chance of purchase.
* No commission for mass mailing
* Minimum commission for exchange
* Collection attributes
* Buy buttons in NFT notifications
* Ability to buy on several markets at once
* Automatic listing for sale after purchase and reduced commission. The list is constantly updated.<br>

**Subscription costs 7 TON per 3 month, 3 TON per month and 1 TON per 1 week** \
\
&#x20;Purchase is made by sending a transaction in our interface to the sniper wallet. Pro subscription can't guarantee 100% auto-purchase!\
\
Multi-send service fee table:

| **Without PRO** | **With PRO** |
| --------------- | ------------ |
| 0.15            | 0            |

NFT Auto-purchase seevice fee table:

<table data-header-hidden><thead><tr><th width="277"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Price NFT (TON)</strong></td><td><strong>Without PRO</strong></td><td><strong>With PRO</strong></td></tr><tr><td><strong>0 - 5</strong></td><td>0.3</td><td>0.1</td></tr><tr><td><strong>5 - 20</strong></td><td>0.5</td><td>0.2</td></tr><tr><td><strong>20 - 50</strong></td><td>1</td><td>0.5</td></tr><tr><td><strong>более 50</strong></td><td>2</td><td>1</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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://docs.orniton.org/subscription-prices.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.
