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

# Тарифы

Чтобы получить максимум от крипты — нужен инструмент, сообщество и порядок.\
**Oxygen.Tools** предлагает подписки, которые закрывают каждый из этих элементов: от комьюнити и знаний до полной автоматизации фарма и управления сотнями кошельков.

Выбирайте нужный уровень доступа — **Light**, **All In One** или подписку на продукт **Oxygen.Wallet** отдельно.

## 💎 Oxygen.Wallet

{% hint style="info" %}
Всю информацию про продукт ты можешь найти тут: [Oxygen.Wallet](/docs/products/oxygen.wallet.md)
{% endhint %}

#### **Цены** ⬇️

*50* *кошельков — 12$ / месяц*\
*100 кошельков — 20$ / месяц*\
*250* *кошельков — 40$ / месяц*\
*500 кошельков — 75$ / месяц*\
*1000* *кошельков — 125$* */ месяц*

#### **Что ты получаешь**

* Менеджер кошельков с фильтрами, тегами и адресами
* Моментальную проверку балансов во всех сетях доступных в DeBank (до 1000 адресов/5 сек)
* API-интеграции с биржами (OKX, Binance, MEXC, Bitget)
* Модуль переводов и шаблонов
* Планирование задач
* Все данные шифруются и хранятся локально на вашем ПК

## 💡 Light

#### Подписка: *120$* */ месяц (-15% при первой покупке)*

**Подходит для:**\
:small\_blue\_diamond: новичков и опытных ресерчеров\
:small\_blue\_diamond: тех, кто работает вручную\
:small\_blue\_diamond: тех, кто хочет качественное инфополе для нетворкинга

**Что получаешь:**

* Доступ в [Одуванчик Land](/docs/oduvanchik-land.md)&#x20;
* 100 кошельков в [Oxygen.Wallet](/docs/products/oxygen.wallet.md) бесплатно
* Алерты о самых важных ивентах и смарт-идеях
* Ресерчи, разборы проектов и текущих квестов
* Созвоны, инсайды и инфа без воды

## 🧠 All In One

**Подписка:**\
— *$450* */ месяц (-15% при первой покупке)*\
— *$1080 / 3 месяца (−20%, 360$ / месяц)*\
— *$3780 / 12 месяцев (−30%, 315$ / месяц)*

Подходит для:\
:small\_blue\_diamond: фармеров на десятки / сотни / тысячи кошельков\
:small\_blue\_diamond: активных участников квестов, тестнетов и ретродропов<br>

**Что получаешь:**

* Всё из [#light](#light "mention") плюс:
* 500 кошельков в Oxygen.Wallet
* Доступ в [Oxygen.Soft](/docs/oxygen.soft.md) (10+ уникальных софтов для автоматизации разных проектов)
* Быстрые обновления под горячие активности
* Возможность запросить софт под любые проекты и активности
* Техподдержка от самих разработчиков

## 🛒 Как купить

Оплата и активация через Telegram-бот:\
👉 <https://t.me/OduLandBot?start=r_oxygen_x>


---

# 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://tools.oxygen.wiki/docs/tarify.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.
