> For the complete documentation index, see [llms.txt](https://awesome.makerdao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awesome.makerdao.com/japanese.md).

# MakerDAO | Dai ⬙ の概要

Makerは、Ethereumブロックチェーン上の分散型ステーブルコインであるDaiを管理する自律分散型組織（DAO）です。

分散型のステーブルコインは、デジタル金融革命を次の段階へ発展させるために不可欠な要素です。 Makerは、既存のステーブルコインの良い部分を吸収し、統合しました：DAI（ユニコードシンボル：⬙）

MakerがDAOという性質を持つことで、全ての人がMakerの一部になることができ、協力して新しい経済システムの基盤を築くことができます。

MKR保有者はMakerシステムの最高権威であり、システムの運営をサポートします。彼らは正しくコミュニティに貢献することで、プラスの恩恵を受けることができます。一方で 管理が不十分である場合にはその逆が起こるため、対処が必要となります。一つの社会集団として、DAOの運営に対する積極的な協力と注意を怠らない姿勢が必要とされています。

Daiステーブルコインシステムの最も重要な部分はCDPプラットフォームです。 CDPは、Daiの価値を保証する担保資産を預託システムであると同時に、分散証拠金取引のプラットフォームとして、既存の証拠金取引よりも低コスト・高セキュリティで機能するスマートコントラクトです。

DaiとCDPプラットフォームは、インドの農村部からウォール街まで、グローバルでオープンな分散型金融システムを提供するために不可分なソリューションです。

## 基本

* [Dai Stablecoinシステム（Whitepaper和訳）by Makerチーム](https://makerdao.com/whitepaper/Dai-Whitepaper-Dec17-ja.pdf)&#x20;
* [MakerDAOとStablecoin by Individua1](https://individua1.net/category/cryptocurrency/series/makerdao-and-stablecoin/)
* [＜仕組み解説＞Guidelines of MakerDAO\&dai by Watata Crypto Medium](https://medium.com/@souta.watatata/makerdao-dai)
* [アンチMakerDAO\&DAIになって課題を整理してみる by Watata Crypto Medium](https://medium.com/@souta.watatata/アンチmakerdao-daiになって課題を整理してみる)
* [DAIが安定している理由](https://medium.com/icovo/dai%E3%81%8C%E5%AE%89%E5%AE%9A%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E7%90%86%E7%94%B1-8b9d622bd717)

## エンジニア向け

* [Dai Stablecoinシステム（Purplepaper和訳※エンジニア向け）by Lotz84](https://github.com/lotz84/dai-in-jp/blob/master/purple-paper.md)
* [MakerDAOのコードを理解しよう その１by Takuya Fujita](https://medium.com/@takuyafujita/makerdao%E3%81%AE%E3%82%B3%E3%83%BC%E3%83%89%E3%82%92%E7%90%86%E8%A7%A3%E3%81%97%E3%82%88%E3%81%86-%E3%81%9D%E3%81%AE%EF%BC%91-46dad986b8e2)
* [複数担保型DAIのCDPライフサイクルを1周してみる](https://link.medium.com/xkQ9ejFKhY)

## よくある質問

\- [FAQ: 用語集](https://github.com/makerdao/community/blob/master/scd-faqs/ja/glossary.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://awesome.makerdao.com/japanese.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.
