> For the complete documentation index, see [llms.txt](https://lillius.gitbook.io/lillius-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lillius.gitbook.io/lillius-white-paper/english/11.-technical-overview/11.2-blockchain-polygon-chain.md).

# 11.2 Blockchain (Polygon Chain)

Polygon Chain has emerged as a prominent multi-chain platform, equipping developers and creators with essential tools to construct pioneering, secure, and scalable blockchain solutions.

As a supporter of the widely adopted Ethereum scaling ecosystem, Polygon Chain ensures EVM compatibility, offering users a seamless experience with rapid transactions at nearly zero gas fees.

<figure><img src="/files/Vhyjh5fkUlamF8Q1OlC2" alt=""><figcaption></figcaption></figure>

Polygon Chain offers developers and users the finest expansion experience with a host of remarkable benefits:

1. **Low cost:**

* Scale your project effortlessly by handling a greater number of transactions.
* Enjoy an average consumption of approximately $0.015 per transaction, thanks to Polygon's proof-of-stake architecture.
* Experience a staggering 10,000x reduction in cost per transaction compared to Ethereum.

2. **Community support:**

* Engage with an active and vibrant developer community.
* Access round-the-clock development support for your projects.
* Leverage extensive developer documentation that streamlines the building process.

3. **EVM compatible:**

* Deploy your applications on Ethereum with ease for faster development.
* Seamlessly integrate with Ethereum developer tools to enhance your workflow.

As an enterprise-ready blockchain platform, Polygon has proven to be an attractive and practical solution for businesses and development teams alike. Its scalable architecture, swift and cost-effective transactions, and flourishing ecosystem make it the perfect choice for entrepreneurs, developers, and enterprises looking to create and launch innovative blockchain solutions.


---

# 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://lillius.gitbook.io/lillius-white-paper/english/11.-technical-overview/11.2-blockchain-polygon-chain.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.
