> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/technical-docs/ru/process-registracii.md).

# Процесс регистрации

Чтобы начать торговать на Backpack Exchange, вам необходимо:\
– создать аккаунт,\
– пройти процедуру верификации личности,\
– пополнить баланс (через фиатный онрамп или криптовалютный депозит).

***

### Создание аккаунта и прохождение процедуры KYC

Зайдите на [backpack.exchange](https://backpack.exchange/) и зарегистрируйте новый аккаунт.

После подтверждения электронной почты пройдите процедуру идентификации личности (KYC — Know Your Customer).

Посмотрите подробные инструкции ниже :

* [Верефикация персонального аккаунта](https://support.backpack.exchange/articles/verify-individual-account-identity-backpack-exchange)
* [Верефикация корпоративного аккаунта](https://support.backpack.exchange/articles/verify-institutional-and-business-account-identity)

***

### Пополните аккаунт фиатом или криптовалютой

После прохождения процедуры KYC вы можете пополнить кошелек с помощью фиатного онрампа (банковский перевод, кредитная/дебетовая карта) или путем прямого криптовалютного депозита.

Оба варианта доступны в меню **Deposit**.

* [Как совершить депозит используя Backpack Wallet](https://support.backpack.exchange/articles/deposit-crypto-on-backpack-exchange-wallet-via-backpack-wallet-browser)

***

### Начните торговать на Backpack Exchange

Пользователям Backpack доступны следующие продукты: спот-торговля, маржинальный спот, бессрочные фьючерсы и Safe. Подробные инструкции и дополнительную информацию о каждом продукте вы можете найти в [центре поддержки Backpack](https://support.backpack.exchange/).&#x20;

* Свяжитесь с поддержкой в [Discord](https://discord.gg/backpack) или написав нам на почту: <support@backpack.exchange>


---

# 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://support.backpack.exchange/technical-docs/ru/process-registracii.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.
