> For the complete documentation index, see [llms.txt](https://darcksdays-organization.gitbook.io/zk_era_aio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://darcksdays-organization.gitbook.io/zk_era_aio/nastroika.md).

# Настройка

### 1. Основные конфиги

1. В **config/*****.env*** **обязательно заполняем API ключи к основному и сабакам Okex** или **Bitget** так как скрипт на набивку обьема работает через одну из етих бирж. Также не забудьте **добавить ваши кошели в Whitelist .**  Все остальное по желанию и только если будете использовать выводы с других бирж.
2. **config/wallets.csv -**  вставляем ваши приватники  + есть колонки bitget\_address и okx\_address где okx\_address обязательно для заполнения если будете ганять обьемы.  \
   \&#xNAN;*<mark style="color:red;">1 кошель = 1 отдельный адрес на бирже при депозите.</mark>*
3. **config/proxies.txt - если хотите использывать прокси заполняйте в формате** [http://login:password@ip:port](https://darcksdays-organization.gitbook.io/zk_era_aio/http:/login:password@ip:port) и включаем опцию в **config/settings.py** [`USE_PROXY=True`](#user-content-fn-1)[^1]

**Настоятельно рекомендую использывать** [**https://www.moderncsv.com/**](https://www.moderncsv.com/)  **для роботы с csv** **(он бесплатный и очень удобный)&#x20;**<mark style="color:red;">**С другим csv софтом коректную роботу**</mark> <mark style="color:red;">**гарантировать не могу!**</mark>

<figure><img src="/files/4FX7fsppldWu289EXKSR" alt=""><figcaption></figcaption></figure>

### 2. Дополнительные конфигы (не обязательно):

Находяться в **config/**

1. **settings.py** там можно сменить RPC, слипы, включить/отключить шафл, поставить лимит на газ, выбрать мост,  поставить отложеный запуск скрипта в конретное время и дату и тд.
2. **swap\_routes.py -** возможность добавить или убрать дексы с [рандом свапов](https://darcksdays-organization.gitbook.io/zk_era_aio/pages/Pl3x3y1fILXc5QzFzS5q#12.-punkt-svap-v-randomnom-dex-randomnyi-token)
3. **multiple\_routes.py -** возможность добавить или отредактировать  [мультипл маршруты](https://darcksdays-organization.gitbook.io/zk_era_aio/pages/Pl3x3y1fILXc5QzFzS5q#13.-punkt-multiple-functions)
4. **volume\_routes.py -** возможность добавить или отредактировать  [маршрут на обьемы](https://darcksdays-organization.gitbook.io/zk_era_aio/pages/Pl3x3y1fILXc5QzFzS5q#11.-punkt-nabivanie-obyomov)&#x20;

[^1]:


---

# 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://darcksdays-organization.gitbook.io/zk_era_aio/nastroika.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.
