> For the complete documentation index, see [llms.txt](https://docs.onchainradar.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onchainradar.ai/screeners/token-events-screeners/kols-wallets.md).

# KOLs Wallets

Скринер отображает действия кошельков инфлюэнсеров.

***

## Практическая ценность

Отслеживание кошельков инфлюэнсеров помогает понять к чему сейчас приковано внимание топ инфлюэнсеров: что они покупают, какие сделки на DEX Perps открывают, какие арбитражные маршруты используют и так далее.

***

## Screener

На главной странице отображаются кошельки инфлюэнсеров, а также данные по ним

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

### Данные

В верхней части экрана находятся суммарные данные по всем кошелькам:

* KOLs - количество отслеживаемых инфлюэнсеров
* On-chain balance - суммарный баланс кошельков
* Hyperliquid total - общее количество средств в Hyperliquid (открытые позиции или суммарно)
* Open positions - Открытые позиции на DEX Perps

В нижней части находится информация по каждому инфлюэнсеру и связанных с ним кошельков.

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

В колонках можно найти информацию:

* KOL - имя инфлюэнсера
* On-chain balance - актуальный баланс кошелька в $
* Last activity - время последней активности
* HL Total - общий размер позиций Hyperliquid
* Spot total - общая стоимость спотовых активов
* Perp usd - общая стоимость позиций Hyperliquid
* Unrealized PNL - нереализованная прибыль/убыток
* Open positions - открытые позиции

Также есть возможность посмотреть активные позиции кошельков инфлюэнсера:

<figure><img src="/files/Hsk98LrrHDhxSgUI01Jo" 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://docs.onchainradar.ai/screeners/token-events-screeners/kols-wallets.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.
