# Binance Smart Chain

[Binance Smart Chain](https://academy.binance.com/en/articles/an-introduction-to-binance-smart-chain-bsc) - это децентрализованная и экономичная публичная сеть, с которой разработчики Ethereum могут легко начать работу, а смарт-контракты полностью совместимы. Эта сеть использует модифицированную версию консенсуса proof-of-stake (PoS), известную как алгоритм proof-of-staked-authority (PoSA).

Вы можете использовать её через веб-интерфейс на [binance.org](https://binance.org/) или через нативную интеграцию с [Trust Wallet](https://academy.binance.com/en/articles/what-is-trust-wallet) или [Safepal](https://www.safepal.io/). (дополнительная базовая информация о Binance Smart Chain может быть найдена [здесь](https://academy.binance.com/en/articles/an-introduction-to-binance-smart-chain-bsc))&#x20;

**Block explorer:** <https://bscscan.com/>&#x20;

В данном разделе вы можете найти подборку How-To для сети Binance Smart Chain.

{% hint style="info" %}
Any inaccurate information, errors or missing HOW TO's or documentation in this section? Contact: <support@autofarm.network>
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://autofarm.gitbook.io/autofarm-network/russian/how-tos/binance-smart-chain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
