# GAS（ガス）代とは？

GAS（ガス）代とはEthereumなどのブロックチェーンで取引を行う際に発生する<mark style="color:yellow;">**手数料**</mark>のことです。

下記のタイミングでGAS代が発生します。

#### ①Ethereumを送金もしくは受け取るとき

暗号資産取引所で仮想通貨を購入するときにガス代が発生します。

また、EthereumをBitcoinやPolygonといった他の仮想通貨に交換する場合も発生します。

**②NFTを売買するとき**

OpenSeaといったNFTマーケットプレイスで、NFTを売買するときにガス代が発生します。

* 固定価格で購入するとき
* ETHをWETHに交換するとき
* オファーをキャンセルするとき
* 出品したNFTの販売を取り消すとき
* オファーを承認したとき

**③NFTに対して処理を行うとき**

最終未来少女では下記のタイミングでもGAS代が発生します。

* 最終未来少女NFTをMintするとき
* ガチャチケットやカスタマイズ用のアイテムをMintするとき
* ガチャを回すとき（チケットがBurnされる）
* カスタマイズするとき（アイテムがBurnされる）


---

# 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://help.saishumiraishoujo.com/metenohe/yong-yu-ji/gasgasutoha.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.
