> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/russian/torgovlya/perpetual-trading/perpetual-trading-v2/perpetual-trading-faq/arbitrum/alp-syrup-pool-arbitrum.md).

# ALP Syrup Pool (Arbitrum)

ALP — это токен, обеспечивающий ликвидность на PancakeSwap Perpetuals V2. Пользователи чеканят/покупают ALP, используя залоговые токены: USDC, USDT, DAI, ETH и BTC. Эти токены обеспечивают ликвидность для торгового движка PancakeSwap Perpetuals, работающего на ApolloX. Токены ALP **нельзя переводить между кошельками** — их можно только **чеканить/продавать через контракт ALP и стейкать в пуле ALP**.

### Пошаговое руководство

#### Покупка/Чеканка ALP

1. Перейди на страницу [PancakeSwap ALP Pool (V2)](https://perp.pancakeswap.finance/en/ALP) и подключи кошелёк.
2. После подключения кошелька нажми **Buy ALP**. Можно использовать любой актив из пула ALP для покупки ALP.
3. После подтверждения информации нажми **Buy ALP** для завершения транзакции.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Buy%20ALP%20Module.png" alt=""><figcaption></figcaption></figure>

**Стейкинг ALP (Arbitrum)**

1. Нажми **Stake Now** на странице Pancake ALP Dashboard или нажми [здесь](https://pancakeswap.finance/pools?chain=arb)

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/png%20%284%29.png" alt=""><figcaption></figcaption></figure>

2. Выбери syrup pool CAKE-ALP
3. **Разреши** ALP и нажми **Stake**
4. Выбери количество ALP для стейкинга и нажми **confirm**

**Продажа ALP**

1. Перейди на страницу ALP Pool (V2) и подключи кошелёк
2. После подключения кошелька нажми **Sell ALP**.

Условия продажи ALP:

* Пользователь может продать ALP через 48 часов с момента покупки
* Количество токенов ALP, которые можно продать: min\[(Стоимость пула ликвидности − Стоимость позиций пользователя)\*50%]/Рыночная цена ALP. Например, если стоимость пула ликвидности составляет 10 000 000 USDT, стоимость позиции пользователя — 5 000 000 USDT, а рыночная цена ALP — 2 USDT, максимальное количество ALP, которое пользователь может продать, составляет 1 250 000.
* При этом сумма активов, получаемых пользователями после продажи токенов ALP, не может превышать пул ликвидности ALP. Например, если в пуле ликвидности только 1 000 USDT, максимальная сумма USDT, получаемая пользователями, составит 1 000 USDT, а оставшиеся ALP можно продать за другие криптовалюты.


---

# 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.pancakeswap.finance/russian/torgovlya/perpetual-trading/perpetual-trading-v2/perpetual-trading-faq/arbitrum/alp-syrup-pool-arbitrum.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.
