> For the complete documentation index, see [llms.txt](https://whitepaper.akiverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.akiverse.io/ja/tekunoroj.md).

# テクノロジー

AKIVERSEは、あらゆる活動を行う際にトークンの所有権を記録し、所有者が制限なくトークンを譲渡、販売、使用できることが大前提となるため、ブロックチェーン技術を採用、活用しています。

その上で、汎用性、堅牢性、相互運用性に優れているイーサリアムネットワーク、そしてトークンを送信する際に必要となるガス代、ならびにブロックの承認時間の課題を解決するために、そのレイヤー2上に構築された、Polygonを採用します。

なお、当プラットフォーム上で用いる各種トークンは以下の規格を採用しています。\
ERC-20：AKVトークン、AKIRトークン\
ERC-721：Game Centerトークン、Arcade Machineトークン、Arcade Partsトークン

また、プラットフォームとGameでは以下を採用します。\
Web Platfrom：JavaScript, Solidity\
Game Engine, Flamework, Tools：Cocos Creater or Phaser

![](https://lh3.googleusercontent.com/mxs4PM_bujVQs5VzhdsJTbDr4jS7Js9MTm3fcsWUiXykqCh_cn6WeEAQL46tqlxm7wPuXBuCOsUtNHRPWRT0FIBi4YTTzCdzDXYcNqNhW4WmhBgeZd8fjt5ZYniYCg)


---

# 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://whitepaper.akiverse.io/ja/tekunoroj.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.
