# Yabumi NFT バーン

## １．Yabumi NFTのバーンに必要なもの

フロントエンドから引数としてToken IDを受け取ります。

## ２．アドレスのエラー処理

以下２つ以外のアドレスがバーンを実行した際はエラーとして処理します。

* 引数で受けったToken IDの保有アドレス
* ミントした際に変数へ保存したToken IDに対応したミントアドレス

## ３．初期化

２のチェックをパスできたら、ミント時に記録した各種変数情報を初期化します。

## ４．バーン処理

引数で得たYabumi NFTのToken IDに対してバーン処理を実行します。


---

# 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://doc.yabumi.xyz/readme/mi/yabumi-nft-bn.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.
