# Blockchain

- [Crear una dApp](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/blockchain/create-a-dapp.md): Referencia para crear tu propia Aplicación Descentralizada
- [Desplegar tu servidor de transacciones](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/blockchain/deploying-your-own-transactions-server.md): Ofrece a los usuarios transacciones sin costo
- [Operaciones blockchain de la escena](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/blockchain/scene-blockchain-operations.md): Aprende qué ofrece el SDK para realizar operaciones con la blockchain de Ethereum
- [Segunda capa](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/blockchain/second-layer.md): Usa la sidechain de Polygon en tu escena para habilitar transacciones de blockchain mucho más rápidas y económicas.


---

# 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://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/blockchain.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.
