# Blockchain

- [Criar uma dApp](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/blockchain/create-a-dapp.md): Referência para criar a sua própria aplicação descentralizada
- [Implementar o seu Transaction Server](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/blockchain/deploying-your-own-transactions-server.md): Forneça aos utilizadores transações sem custo
- [Operações blockchain da cena](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/blockchain/scene-blockchain-operations.md): Saiba o que o SDK oferece para realizar operações com a blockchain Ethereum
- [Segunda camada](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/blockchain/second-layer.md): Use a sidechain da Polygon na sua cena para permitir transações blockchain muito mais rápidas e baratas.


---

# 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-pt/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.
