> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/japanese-aragon-user-documentation/products/aragon-client/deploying-a-dao-on-polygon.md).

# PolygonでのDAOの作り方

{% hint style="info" %}
このセクションでは、Polygonネットワーク上で Aragon Clientを使用してDAOをデプロイする方法について説明します。**ビデオ**（英語のみ）を見るか、ビデオの下の**テキスト**を読んでください。
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=NbeMilheqy0>" %}

## Polygonとは？

[Polygon（英語のみ）](https://polygon.technology/)は、Ethereumの[L2スケーリングソリューション（英語のみ）](https://ethereum.org/en/developers/docs/scaling/)です。PolygonはProof of Stakeネットワークであり、ユーザーはEthereumメインネットのトランザクションコストの何分の一かで取引することができます。

Ethereum上の資産は[ブリッジ（英語のみ）](https://support.opensea.io/hc/en-us/articles/1500012881642-How-do-I-transfer-ETH-from-Ethereum-to-Polygon-)を使ってPolygonに送受金することができます。Ethereumの手数料はトランザクションの複雑さに比例しますが、ポリゴンはEthereumのエコシステムを離れることなく、非常に低いコストで複雑なトランザクションを可能にします。

**これが、AragonがDAOインフラをPolygonに展開し、DAOのデプロイコストを500ドル以上から数セントに効果的に削減した理由です。**

## Polygonテストネットではじめる

* Web3ウォレットをPolygon Testnetに接続し、test-MATICを入金してください。

{% hint style="info" %}
[こちら](/japanese-aragon-user-documentation/products/set-up-metamask/getting-started-with-mumbai-testnet.md)のガイドを参考にしましょう
{% endhint %}

## Polygonメインネットではじめる

### Web3ウォレットをPolygonのネットワークに接続する

Web3ウォレットをPolygonネットワークに接続し、0.2MATIC以上を入金してください。

{% hint style="info" %}
[こちら](/japanese-aragon-user-documentation/products/set-up-metamask/getting-started-with-polygon.md)のガイドを参考にしましょう
{% endhint %}

### DAOをデプロイする

1. [Aragon Client](https://client.aragon.org/#/)にアクセスしましょう

![](/files/Tihm6xTgTDqf91l8ShKO)

2\. **Connect account**をクリックし、ウォレットを選択します。下の例では、MetamaskをPolygonネットワークに接続しています。ダイアログボックスで他のネットワークに接続されていると表示された場合、Polygonネットワークに切り替えてください。接続されているネットワークは、ウォレット上で選択されたネットワークから自動的に導き出されます。

3\. **Create an Organization**をクリックし、[チュートリアル](/japanese-aragon-user-documentation/products/aragon-client/how-to-create-a-dao-using-aragon-client.md)に従い作成していきましょう。

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/6139f3ebd3b029285070f569/file-MSqrvMAds0.png)

> <mark style="color:purple;">**ご質問はありますか？Aragonフォーラムであなたの考えをお聞かせください**</mark>**👇**

{% embed url="<https://support.aragon.org/t/aragon-client-create-a-dao-on-polygon/21/2>" %}


---

# 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://legacy-docs.aragon.org/japanese-aragon-user-documentation/products/aragon-client/deploying-a-dao-on-polygon.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.
