> For the complete documentation index, see [llms.txt](https://w3block.gitbook.io/w3block-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://w3block.gitbook.io/w3block-eng/start-here/integrated-blockchains.md).

# Integrated Blockchains

### What is a Blockchain? <a href="#what-is-a-blockchain-protocol" id="what-is-a-blockchain-protocol"></a>

Blockchain can be described as a ledger in which transactions can be noted, authenticated, and verified when necessary. What separates it from standard systems, such as the registry office, is that it does not belong to any authority or institution. That is, there is no central server that stores this ledger.

### Which blockchain should you choose? <a href="#which-blockchain-should-you-choose" id="which-blockchain-should-you-choose"></a>

The choice depends on the use case, the main points to remember are transaction fees, market value, adoption, level of decentralization, transaction completion time, governance model, and sustainability.

The Blockchains we currently support are :

* &#x20; Polygon <img src="/files/B4TPfxbzCNsxXwP7lnTC" alt="" data-size="line">
* &#x20; (Coming soon) Ethereum <img src="/files/CFpc0yOANRQRbGo9MFoS" alt="" data-size="line">


---

# 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://w3block.gitbook.io/w3block-eng/start-here/integrated-blockchains.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.
