> 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.md).

# 7. 技術アーキテクチャと拡張性

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

GETは、Cardanoブロックチェーンを基盤に、NFTやRWAの発行・取引、ガバナンス、決済など多様な機能を安全かつスケーラブルに提供するためのアーキテクチャを構築しています。本章では、GETエコシステムを支えるシステム設計、チェーン選定の技術的比較、スマートコントラクトの設計思想、将来的な拡張性について詳述します。

***

* [7.1 システム全体構成と3レイヤー構造](/ja/7-kitekuchato/71-shisutemuto3reiy.md)
* [7.2 Cardanoチェーンを選定した理由](/ja/7-kitekuchato/72-cardanochnwoshita.md)
* [7.3 非エンジニア向けの「Web3を意識させない設計思想」](/ja/7-kitekuchato/73-enjiniakenoweb3wosasenai.md)
* [7.4 スマートコントラクトの適用と範囲](/ja/7-kitekuchato/74-sumtokontorakutonoto.md)
* [7.5トークン・決済構造のセキュリティと設計方針](/ja/7-kitekuchato/75tkunnosekyuritito.md)
* [7.6 セキュリティとスケーラビリティ設計](/ja/7-kitekuchato/76-sekyurititosukrabiriti.md)
* [7.7 拡張性と外部連携構想](/ja/7-kitekuchato/77-to.md)


---

# 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.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.
