> For the complete documentation index, see [llms.txt](https://autofarm.gitbook.io/autofarm-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autofarm.gitbook.io/autofarm-network/espanol/how-tos/binance-smart-chain-bsc.md).

# Binance Smart Chain (BSC)

[Binance Smart Chain](https://academy.binance.com/en/articles/an-introduction-to-binance-smart-chain-bsc) es una cadena pública descentralizada y con costos de transacción competitivos con la que los desarrolladores de Ethereum pueden empezar fácilmente ya que los contratos inteligentes son perfectamente compatibles. La red utiliza una versión modificada del consenso de Prueba de Stake (PoS) conocido como algoritmo de Prueba de Autoridad  de Stake (PoSA).

Se puede utilizar a través de una interfaz web en [binance.org](https://binance.org/) o a través de su integración nativa con [Trust Wallet](https://academy.binance.com/en/articles/what-is-trust-wallet) y [Safepal](https://www.safepal.io/). (para obtener información básica adicional sobre Binance Smart Chain, vaya [aquí](https://academy.binance.com/en/articles/an-introduction-to-binance-smart-chain-bsc))

**Explorador de bloques:** <https://bscscan.com/>

En esta sección encontrará una selección de cómo hacerlo para la red de cadena inteligente binance.

{% hint style="info" %}
Cualquier información incorrecta, errores o faltantes en estos How To’s o documentación? Contactanos: <support@autofarm.network>
{% endhint %}


---

# 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://autofarm.gitbook.io/autofarm-network/espanol/how-tos/binance-smart-chain-bsc.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.
