> For the complete documentation index, see [llms.txt](https://docs.global-entertainment-token.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.global-entertainment-token.org/ja/7-kitekuchato/72-cardanochnwoshita.md).

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