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

# Стратегии

Семейства неэффективностей. Простыми словами.

> VoltArb даёт инструменты анализа. Он **не гарантирует** прибыль. Любая стратегия ниже может терять деньги.

## Spot–Spot

Купить дешевле на A, продать на B. Нужны D/W, время перевода, сеть. Tracker: withdrawal + оба стакана.

## Spot–Futures

Спот + хедж перпом/фьючем. Маржа, funding, базис. Tracker: fee + funding + глубина.

## Futures–Futures

Long на одной, short на другой. Маржа×2, ликвидации×2, funding×2.

## DEX perp / CEX–DEX

Hyperliquid, Paradex, Lighter и др. Другой UX кошелька/латентности. «DEX» ≠ безопаснее.

## Cross-exchange

Любые ноги на разных площадках. Тип — в сканере; размер — в Tracker.

## Funding

Отдельно от ценового спреда: дифференциал **funding**. См. [Funding](/voltarb-docs/russkii/funding.md).

## TradFi (акции, нефть, индексы, металлы)

Межбиржевые дыры по **традиционным underlying**, которые листятся на крипто-биржах (токенизированные акции, WTI/Brent, NAS100/SPX500, XAU, …).

Отдельный класс в VoltArb — чип фильтра и вкладка алертов. Глава: [TradFi](/voltarb-docs/russkii/tradfi.md).

**Важно:** обычно это **синтетика / токенизация на крипто-площадке**, а не прямой fill на NYSE/CME.

## Чеклист риска

* [ ] Хватает глубины на мой size?
* [ ] D/W открыты, если нужен перевод?
* [ ] Funding на горизонте удержания?
* [ ] Ликвидация далеко?
* [ ] Это не шум lifetime в пару секунд?

→ [Web Terminal](/voltarb-docs/russkii/web-terminal.md) · [Tracker](/voltarb-docs/russkii/opportunity-tracker.md) · [Биржи](/voltarb-docs/russkii/exchanges.md)


---

# 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://voltarb.gitbook.io/voltarb-docs/russkii/strategies.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.
