> For the complete documentation index, see [llms.txt](https://agent-x-1.gitbook.io/project-x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agent-x-1.gitbook.io/project-x/scripts/tempo.md).

# Tempo

{% tabs %}
{% tab title="Режимы" %}

<div data-with-frame="true"><figure><img src="/files/J3SDgBkzQdPRRs3HZ9Sg" alt=""><figcaption></figcaption></figure></div>

1. Run n accoints with n actions in n mode - запуск базы данных, для выполенения активности
2. (Re)Create database and choose mode - (пере)создание базы данных для выполнения активности, подробнее см. [Настройки](#nastroiki)

<div data-with-frame="true"><figure><img src="/files/NbcD0OwISR0IblbPN7jh" alt=""><figcaption></figcaption></figure></div>

1. **Faucet** - получение токенов с крана
2. **Set Gas Token** - изменение токена оплаты
3. **Send TX With Memo** - отправка транзакции самому себе
4. **Deploy Stablecoin** - создание стейблкоина
5. **Add Liquidity** - предоставление ликвидности&#x20;
6. **Burn Liquidity** - сжигание ликвидности
7. **Swap** - свапы
8. **Limit Order** - выставление лимитного ордера на Stablecoin DEX&#x20;
9. **GM** - выполнение дейлика на OnChainGM
10. **Mint Infinity Name** - создание домена
11. **Create NFTs** - создание нфт
12. **Custom Route** - использование созданного пути в конфиге
    {% endtab %}

{% tab title="Настройки" %}

<div data-with-frame="true"><figure><img src="/files/XBQ97Qs7NfcUUTGEvfli" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/lPFNVnragtd2y1INnvk7" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Заполнение данных" %}

<div data-with-frame="true"><figure><img src="/files/SyglwSDsc6SaBSBhrBiD" alt=""><figcaption></figcaption></figure></div>

Для работы скрипта есть папка `/user_data`, где нужно подготовить определённые файлы. Поддерживаются два формата заполнения: **TXT** или **Excel**.&#x20;
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Подробные инструкции и видео по настройке доступны в Notion-разделе сообщества.\
GitBook содержит только описание функционала и интерфейса.
{% 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://agent-x-1.gitbook.io/project-x/scripts/tempo.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.
