> 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/soft/neura.md).

# Neura

{% hint style="success" %}
Совместимость: Windows
{% endhint %}

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

**Neura** - Layer 1 блокчейн от Ankr с фокусом на стейблкоинах и DeFi. Проект собирается реализовать ряд уникальных инфраструктурных решений, которых нет в других сетях, для повышения безопасности и привлечения бизнес капитала. На проект уже подписаны несколько представителей mid-tier фондов.&#x20;

**Инвестиции:** TBD (Ankr)

## 🚀 Доступные в софте активности

<details>

<summary>Краны</summary>

* Клейм нативного токена на [официальном](https://neuraverse.neuraprotocol.io/) кране

</details>

<details>

<summary>Квесты</summary>

* Claim Tokens Using Faucet
* Visit All Map Locations in a Week
* Collect all Pulses

</details>

#### **Особенности**

* Создание и сохранение своих настроек работы
* Подробные логи по каждому кошельку
* Случайный порядок выполнения квестов
* Рандомный порядок кошельков
* **Комьюнити** для отслеживания новых вариантов отработки проекта и внедрение этого в софт

{% hint style="info" %}
За дальнейшими обновлениями можно следить в нашем паблике: <https://t.me/oxygen_tools>
{% endhint %}

***

## ⚙️ Установка

#### **Требования:**

* Установка Node Js: <https://nodejs.org/>

#### **Скачивание:**

1. Перейти в нашего бота: <https://t.me/OduLandBot?start=r_oxygen_x>
2. Личный кабинет -> Доступ к софтам -> Выбрать интересующий вас продукт

<figure><img src="/files/gvVI6qVoYjQLZsWPaKGM" alt=""><figcaption><p> Скачивание продукта</p></figcaption></figure>

***

## ▶️ Первый запуск

1. Разархивируйте софт в удобное для вас место на вашем ПК
2. Запуск производится через .exe файл в корне с софтом. Первый раз может быть долгая загрузка.
3. При первом включении выберите комфортный для вас язык, введите **логин и пароль**, приступайте к настройкам:

* Выберите файл с данными от ваших кошельков
* Установите оптимальные настройки под ваши требования
* Введите License API и запускайте работу нажатием Start

<figure><img src="/files/xWGJqVNoRrNk02TbGO1H" alt=""><figcaption><p>Запуск софта</p></figcaption></figure>

{% hint style="info" %}
`Логин, Пароль, License API` — находятся в личном кабинете телеграм бота\
<https://t.me/OduLandBot?start=r_oxygen_x>\
\
Личный кабинет -> Доступ к софтам -> API Ключ
{% endhint %}

<figure><img src="/files/A8BTZUR7R4ZEDwVZltRx" alt=""><figcaption><p>Авторизация</p></figcaption></figure>

***

## ✅ Настройка и начало работы

{% hint style="info" %}

#### Формат данных для аккаунтов&#x20;

`private_key`:`ip`:`port`:`login`:`pass`

Гайд по созданию .txt с аккаунтами:

[Создание файла с данными](/docs/soft/gaidy/sozdanie-faila-s-dannymi.md)
{% endhint %}

`api licence` - api вашего аккаунт Oxygen Tools (находится в личном кабинете OduLand)

`solvium api` - api капчи от сервиса [solvium](https://t.me/solvium_crypto_bot)

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

***

{% hint style="info" %}
Все дальнейшие обновления будут публиковаться в нашем паблике: <https://t.me/oxygen_tools>

Ветка в закрытом комьюнити для обсуждени&#x44F;*:* <https://t.me/c/1908008923/98712/98715>
{% endhint %}


---

# 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/soft/neura.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.
