# 【セグウィット(SegWit)】

SegWitとは、Segregated Witness の短縮語で、トランザクション ID の算出対象からトランザクションに対する\
署名を削除し、トランザクションから独立した署名領域(Witness)を用いて署名を行うことを指します。

SegWitが登場した頃、ブロックサイズの飽和により伝送時の手数料がひたすら高騰してしまう状況だったため、\
取引の可変性自体を根本から遮断するセキュリティ強化という方法よりブロックサイズを縮小できる効果が\
当時話題となりました。\
\
ビットコインブロックで署名というものは大きなスペースを占めるためブロック上で署名を別に行うと、その分だけ空間が増えてしまいます。これに比べSegWitでは、電子署名の入力値(Input)を1MBのブロック上への別保存という方式を採用、\
これにより既存のBitcoinが占めていた、1MB のブロック領域から署名分が減り、より多くの取引が可能になりました。

<figure><img src="/files/zaacf2b6bDM5c4SB83iZ" alt=""><figcaption><p>参考イメージ図</p></figcaption></figure>

※SegWitの登場により主要ネットワーク上の作業処理されるまでの時短効果や手数料までもが安価になりました。


---

# Agent Instructions: 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:

```
GET https://userguide.dcentwallet.com/japanese/cryptocurrency-basic/segwit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
