# 7.2 Cardanoチェーンを選定した理由

<figure><img src="/files/2msMHVrEkiFiaa3SgZS9" alt=""><figcaption></figcaption></figure>

GETでは、複数のパブリックブロックチェーン（Ethereum、Polygon、Solanaなど）を比較検討した結果、以下の観点からCardanoを選定しました。

| 評価軸         | Cardano                    | Ethereum              | Polygon          |
| ----------- | -------------------------- | --------------------- | ---------------- |
| トランザクション手数料 | ◎ 安定・低コスト                  | × 変動性大・高騰傾向あり         | ○ 比較的安定          |
| スケーラビリティ    | ◎ PoSで高スループット              | △ 現在は制限あり             | ○ 中程度の対応可        |
| ネイティブトークン対応 | ◎ スマートコントラクト不要             | × ERC-20必須            | × ERCベース依存       |
| セキュリティ・形式検証 | ◎ Formal Methods採用（Plutus） | △ Solidityベース（脆弱性リスク） | △ 同上             |
| RWA／NFT適性   | ◎ 軽量かつ透明な発行・取引が可能          | ○ 実装中のプロジェクト多数        | ○ 速度はあるが混雑リスクも存在 |

Cardanoは、セキュリティ、コスト効率、RWAへの適応性の面で特に優れており、GETの設計思想と最も親和性が高いプラットフォームであると判断しました。

<br>


---

# 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.global-entertainment-token.org/ja/7-kitekuchato/72-cardanochnwoshita.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.
