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

# Soneium

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

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

**Soneium** - новый L2 от Sony и Startale на базе OP Stack, часть Optimism Superchain. Сейчас сеть активно пушит метрики: привлекает билдеров и ретейл через квесты с программой [**Soneium Score**](https://portal.soneium.org/en). Любое ончейн действие (свапы, ликвидность, NFT) даёт очки и бейджи. Система напоминает Abstract.\
\
**Инвестиции**: Not disclosed (Sony Block Solutions Labs)

***

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

<details>

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

* Регистрация аккаунта на площадке <https://portal.soneium.org/en>
* Пополнение сети через [BridgeLand](/docs/soft/bridgeland.md)
* Обмены на площадках: [Uniswap](https://app.uniswap.org/), [Kyo](https://www.kyo.finance/), [Sonex](https://app.sonex.so/swap)
* Покупка и продажа NFT на OpenSea
* Выполнение Campaign 1
* Сбор статистики аккаунтов

</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_proxy`:`port_proxy`:`login_proxy`:`pass_proxy:twitter_token`\
\
Гайд по созданию .txt с аккаунтами:

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

Для начала работы воспользуйтесь BridgeLand для депозита денег в сеть, а после уже можно запускать основной софт

`balance percentage range` - на какой % от баланса делать обмены. \
Формат записи: \[2, 10.2], где 2 выступает числом ОТ, а 10.2 - числом ДО. То есть если хотите от 1 до 2, то \[1, 2]. Если от 20 до 80, то \[20, 80]

`slippage` - слипаж на обменниках

`retries` - кол-во попыток при ошибках

`swap laps from/to` - кол-во кругов обмена от и до

&#x20;`chance` - с каким шансом будет активирован модуль (работает только для режима shuffle)

***

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

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

<figure><img src="/files/Pi4xOitbrfhJ7qHsKpCQ" alt=""><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://tools.oxygen.wiki/docs/soft/soneium.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.
