> 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/japanese/how-tos/polygon-chain-matic.md).

# Polygon Chain (MATIC)

&#x20;Polygon（旧MATICネットワーク）は、イーサリアムネットワークと互換性を持ち、ブロックチェーンネットワークを構築・接続するためのプロトコルとフレームワークです。スケーラブルなソリューションをイーサリアム上に集約し、マルチチェーンのエコシステムをサポートします。\
\
&#x20;Polygon は、イーサリアムと自身のブロックチェーンの長所を組み合わせて、本格的なマルチチェーンシステムを構築します。\
\
&#x20;Polygonは高いセキュリティを保ちつつ、ガス代や遅延などブロックチェーンにまつわる様々な問題を解決します。このマルチチェーンシステムは、Polkadot、Cosmos、Avalancheなどと似ていますが、少なくとも3つの大きな利点があります。

* イーサリアムネットワークの効力を十分に受けている
* イーサリアムの高いセキュリティを引き継いでいる
* よりオープン（公共）で強力である

Polygonチェーンに関するその他の情報については[こちら](https://polygon.technology/)をご覧ください。Polygonチェーンの付加的情報は<https://awesomepolygon.com/>を参照ください。\
\
&#x20;**ブロックエクスプローラー：**[https://explorer.matic.network/\ <br>](https://explorer.matic.network/) このセクションではPolygon Network の使用方法をご紹介します。

{% hint style="info" %}
HowToのセクションで誤情報、エラー、また抜けている部分がございましたら、<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/japanese/how-tos/polygon-chain-matic.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.
