> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/japanese/tordingutsru/pancake-gifts/pancake-gifts-faq.md).

# Pancake Gifts よくある質問 (FAQ)

このFAQはPancake Giftsの仕組み、さまざまなシナリオで何が起こるか、そしてなぜ特定の設計上の選択がなされたかを説明します。

***

## 1. 🔐 ギフトコードの動作とアクセス

### **1.1 なぜギフトコードは保存されないのですか？**

以下の場所にギフトコードを**意図的に保存していません**：

* フロントエンドのローカルストレージ
* バックエンドのデータベース

これにより以下を保護します：

* ユーザーのプライバシー
* デバイスの侵害に対するセキュリティ
* 偶発的または悪意のあるギフト請求

### **1.2 ギフトコードを後で再生成または取得できますか？**

いいえ。ギフトコードは：

* 作成時に**一度だけ**表示されます
* 生成された**リンク**または**QRコード**に埋め込まれています
* UIまたは履歴に**再表示されません**

{% hint style="warning" %}
コードが失われ、リンクやQRコードを保存していない場合、ギフトを手動で請求することはできません。ギフト金額を取り戻すには、手動でキャンセルすることができます。
{% endhint %}

### **1.3 ギフトコードはシェアリンクまたはQRコードに埋め込まれていますか？**

はい：

* シェアリンクにはギフトコードが含まれています（例：`pancakeswap.finance/gift#code=xxxx`）
* QRコードにもギフトコードが埋め込まれていますが、**後で再生成することはできません。**

{% hint style="success" %}
**プロヒント：** 生成されたら画像をダウンロードしてください
{% endhint %}

* 手動請求には実際のギフトコードが必要です — リンク/QRが失われた場合のフォールバックはありません

## 2. 🎁 ギフトのステータスと有効期限

### **2.1 ギフトが請求済み、キャンセル済み、または有効期限切れかどうかを確認できますか？**

はい。**ギフト履歴**セクションには以下が表示されます：

* ステータス：保留中 / 請求済み / キャンセル済み / 有効期限切れ / 請求不可
* ギフトの詳細（トークン、金額、タイプ、チェーン、タイムスタンプ）

### **2.2 ギフトが有効期限切れになったらどうなりますか？**

デフォルトの**7日間**以内にギフトが請求されなかった場合：

* **ギフト全額が作成者のウォレットに返金されます**
* 固定の**請求ガス手数料（約$0.05）は返金されません**

## 3. 🧠 請求ロジックと制限

### **3.1 ユーザーは作成されたチェーンとは異なるチェーンでギフトを請求できますか？**

いいえ。ギフトは**チェーン固有**です：

* **BSC**で作成されたギフトは**BSC**で請求する必要があります
* クロスチェーンギフティングは現在サポートされていません

## 4. ⛽ ガス手数料と設計

### **4.1 ギフト作成の固定ガス量はどのように決定されますか？**

BNBチェーンの現在の状況に基づいて固定ガス価格を設定しています（現在の推奨ガス量の約5倍）。

このバッファにより：

* 急なガス高騰に対して保護されます
* 通常のボラティリティ下でギフトが請求可能な状態を維持します

\
例

* **現在の推奨値：0.1 Gwei**（参照：[BNB Gas Tracker](https://bscscan.com/gastracker)）
* **したがって、固定ガス請求手数料 = 0.1 Gwei × 5 = 0.5 Gwei**


---

# 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://docs.pancakeswap.finance/japanese/tordingutsru/pancake-gifts/pancake-gifts-faq.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.
