> For the complete documentation index, see [llms.txt](https://academy.horizonprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.horizonprotocol.com/russian/horizon-academy.md).

# Horizon Academy

{% hint style="danger" %}
Эта версия Horizon Academy устарела! Чтобы найти последнюю версию, пожалуйста, посетите: [English V2](https://academy.horizonprotocol.com/) (в данный момент доступна только на английском языке)
{% endhint %}

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

Horizon Academy - это база знаний для всего, что связано с Horizon Protocol. Определения, объяснения, учебные пособия, часто задаваемые вопросы - все это будет добавлено и привязано к Horizon Academy для облегчения доступа.

Чтобы начать, пожалуйста, перейдите по ссылке [Horizon Protocol](broken://pages/YzHKHIUcG965QjyUUvsa) .

### Ресурсы

* [Сайт Horizon Protocol](https://horizonprotocol.com/)
* [Horizon Protocol Litepaper v1.7](https://static.horizonprotocol.com/Horizon-Litepaper-v1.7.pdf)
* [Horizon Medium](https://horizonprotocol.medium.com/)
* [Twitter](https://twitter.com/HorizonProtocol)
* [Официальный Телеграм-канал](https://t.me/HorizonProtocol)
* [Официальный Телеграм-канал анонсов](https://t.me/HorizonAnnouncements)
* [Discord](https://discord.gg/SaDKvkbQF2)
* [Reddit](https://www.reddit.com/r/HorizonProtocol/)
* [CoinGecko](https://www.coingecko.com/en/coins/horizon-protocol)
* [Coin Market Cap](https://coinmarketcap.com/currencies/horizon-protocol/)
* Контракт токенов HZN: [0xc0eff7749b125444953ef89682201fb8c6a917cd](https://bscscan.com/token/0xc0eff7749b125444953ef89682201fb8c6a917cd)
* Контракт токенов zUSD: [0xF0186490B18CB74619816CfC7FeB51cdbe4ae7b9](https://bscscan.com/token/0xF0186490B18CB74619816CfC7FeB51cdbe4ae7b9)

### Подкаст Horizon DeFi

Недавно мы начали вести Подкаст Horizon DeFi, в котором мы исследуем DeFi, цифровые активы и потенциальное значение, которое они окажут на нашу экономику. Мы также подробно рассказываем о том, чем занимается Horizon Protocol. Ссылки доступны ниже:

* [Anchor.fm](https://anchor.fm/horizonprotocol)
* [Apple Podcasts](https://podcasts.apple.com/us/podcast/defi-horizon-podcast/id1641743282)
* [Spotify](https://open.spotify.com/show/1x4ipif0fqSWu18kkVmCp4)
* [YouTube](https://youtu.be/-CysJsF2Xwg)


---

# 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://academy.horizonprotocol.com/russian/horizon-academy.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.
