> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/ja/stablecoin-network-data/stablecoin-network-data.md).

# ステーブルコインネットワークデータ

ステーブルコインの発行メカニズムの詳細

## ステーブルコイン発行の仕組み <a href="#stablecoin-issuing-mechanism" id="stablecoin-issuing-mechanism"></a>

個々のステーブルコインは、発行会社によって作られ、それぞれの会社は異なる発行メカニズムで運営されています。これらは数多くありますが、代表的なものは以下の2つです。

**例1**

![](https://gblobscdn.gitbook.com/assets%2F-MBHQ44vVRUAbLIaMwGN%2F-MZq7zr2CFHI27dlEK-8%2F-MZq88MSKnr8QLm0ezZJ%2Fimage.png?alt=media\&token=71d7194c-fcef-450e-9867-07ec5b8a960e)

クライアントに付与アドレスを提供する前に、発行会社は「Treasury Address」を保有しています。契約を通じて、トークンがミントされ、Treasury Addressに保持されます。クライアントがフィアット通貨を送金すると、クライアントのトークンはTreasury Addressからクライアントアドレスに移動し、トークンが発行されたと表示されます。逆に、トークンをフィアットに換金する場合は、トークンがTreasury Addressに送られ、換金されます。このトークンが発行会社のコントラクトを使ってバーンされない限り、供給量には反映されません。循環供給量は、発行会社のウォレットに保持されている供給量を無視して、顧客に発行されたトークンとして計算されます。​

**例2**

![](https://gblobscdn.gitbook.com/assets%2F-MBHQ44vVRUAbLIaMwGN%2F-MZq7zr2CFHI27dlEK-8%2F-MZq8KYOvG3TDe_cco_0%2Fimage.png?alt=media\&token=4cbeca8f-4b6e-436b-a0d1-ff2863739546)

この方法では、別のTreasury Addressは存在しません。フィアットの入金を確認した後、コントラクトアドレスからトークンがミントされ、クライアントのアドレスに直接届けられます。なお、ミントと発行は同時に行われます。クライアントがトークンを換金する際にも、バーンと償還が同時に行われます。つまり、この方式では、総供給量と流通供給量が同じになります。ステーブルコインの発行方法には様々なものがありますが、これらの要素をもとに供給量を算出し、重要な取引を特定しました。将来的には、ミント/発行/バーン/償還が利用可能なメトリクスに追加され、以下のように定義される予定です。

| 用語  | 定義                                                                |
| --- | ----------------------------------------------------------------- |
| ミント | ミントとは、供給量を増やすために新しいトークンを作ることです。トークンがミントされると、総供給量が増加します。           |
| 発行  | 発行とは、フィアットの入金が確認された後、トークンが顧客に引き渡されることです。トークンが発行されると、流通する供給量が増えます。 |
| バーン | バーンとは、現在存在するトークンを失効させ、供給量を減少させること。ミントの対義語。                        |
| 償還  | 償還とは、トークンを預かったフィアット通貨と交換することで、流通する供給量が減少することを意味します。イシューの対義語。      |

[<br>](https://dataguide.cryptoquant.com/inter-entity-flow/miner-to-exchange)


---

# 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://userguide.cryptoquant.com/ja/stablecoin-network-data/stablecoin-network-data.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.
