> For the complete documentation index, see [llms.txt](https://guide.ston.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.ston.fi/ru/s-chego-nachat.md).

# С чего начать?

- [Добро пожаловать в полный гайд по STON.fi!](https://guide.ston.fi/ru/s-chego-nachat/dobro-pozhalovat-v-polnyi-gaid-po-ston.fi.md): Здесь собраны самые полезные ссылки гайда по продукту STON.fi.
- [Что такое блокчейн и криптовалюта](https://guide.ston.fi/ru/s-chego-nachat/chto-takoe-blokchein-i-kriptovalyuta.md): Узнайте, как работает блокчейн, что такое криптовалюта и почему важно знать об этих понятиях, когда вы пользуетесь STON.fi и другими DeFi-протоколами в сети TON.
- [Что такое DEX и как он работает](https://guide.ston.fi/ru/s-chego-nachat/chto-takoe-dex-i-kak-on-rabotaet.md): Узнайте, что такое децентрализованная биржа (DEX), чем она отличается от централизованных платформ и как STON.fi позволяет напрямую обменивать токены в блокчейне TON.
- [Что такое криптокошелек](https://guide.ston.fi/ru/s-chego-nachat/chto-takoe-kriptokoshelek.md): Узнайте, что такое криптокошелёк, почему для работы со STON.fi нужен некастодиальный кошелёк, чем горячие кошельки отличаются от холодных и как безопасно хранить свои ключи.
- [Как создать TON-кошелек](https://guide.ston.fi/ru/s-chego-nachat/kak-sozdat-ton-koshelek.md): Следуйте этому гайду, чтобы создать свой первый TON-кошелёк для работы со STON.fi.
- [Где взять адрес своего кошелька?](https://guide.ston.fi/ru/s-chego-nachat/gde-vzyat-adres-svoego-koshelka.md): Узнайте, как найти адрес своего TON-кошелька и безопасно делиться им при использовании STON.fi и других приложений в экосистеме TON.
- [Как подключить TON-кошелек к STON.fi](https://guide.ston.fi/ru/s-chego-nachat/kak-podklyuchit-ton-koshelek-k-ston.fi.md): Узнайте, как подключить TON-кошелёк к STON.fi и начать обменивать, предоставлять ликвидность, участвовать в программах фарминга и использовать другие DeFi-возможности.
- [Как купить Gram (ex. Toncoin) в Telegram](https://guide.ston.fi/ru/s-chego-nachat/kak-kupit-gram-ex.-toncoin-v-telegram.md): Узнайте, как купить GRAM прямо в Telegram и отправить его в свой некастодиальный кошелёк, чтобы безопасно пользоваться STON.fi и другими приложениями в экосистеме TON.
- [Комиссии блокчейна и DEX](https://guide.ston.fi/ru/s-chego-nachat/komissii-blokcheina-i-dex.md): Этот текст рекомендован продвинутым пользователям STON.fi.
- [Как добавить собственный токен по адресу контракта](https://guide.ston.fi/ru/s-chego-nachat/kak-dobavit-sobstvennyi-token-po-adresu-kontrakta.md): Этот текст рекомендован продвинутым пользователям STON.fi.


---

# 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://guide.ston.fi/ru/s-chego-nachat.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.
