> 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/chinese/jiao-yi-gong-ju/pancake-gifts/pancake-gifts-faq.md).

# Pancake Gifts 常见问题解答

本常见问题解答介绍 Pancake Gifts 在幕后的运作方式、在不同场景下的预期表现，以及某些设计决策背后的原因。

***

## 1. 🔐 礼物码行为与访问

### **1.1 为什么不存储礼物码？**

我们**有意不存储**礼物码于：

* 前端本地存储
* 后端数据库

这样可以保护：

* 用户隐私
* 设备被攻破时的安全性
* 防止意外或恶意领取礼物

### **1.2 我之后可以重新生成或找回礼物码吗？**

不可以。礼物码：

* 仅在创建时显示**一次**
* 被嵌入到生成的**链接**或**二维码**中
* **不会**在 UI 或历史记录中再次显示

{% hint style="warning" %}
如果礼物码丢失且你未保存链接或二维码，则无法手动领取该礼物。此时，若要取回你的礼物金额，可以手动取消它。
{% endhint %}

### **1.3 礼物码仍会嵌入到分享链接或二维码中吗？**

是的：

* 分享链接包含礼物码（例如 `pancakeswap.finance/gift#code=xxxx`）
* 二维码同样嵌入礼物码，但**之后无法重新生成。**

{% hint style="success" %}
**小贴士：** 生成后请立即下载该图片
{% endhint %}

* 手动领取需要真实的礼物码——一旦链接／二维码丢失，将没有任何后备方案

## 2. 🎁 礼物状态与过期

### **2.1 我可以查看礼物是否已被领取、取消或过期吗？**

可以。\*\*Gift History（礼物历史）\*\*部分会显示：

* 状态：Pending / Claimed / Cancelled / Expired / Unclaimable
* 礼物详情（代币、金额、类型、链、时间戳）

### **2.2 礼物过期后会发生什么？**

如果礼物在默认的 **7 天有效期**内未被领取：

* **全部礼物金额将退还**至创建者的钱包
* 固定的**领取 gas 费（约合 \~$0.05）不予退还**

## 3. 🧠 领取逻辑与限制

### **3.1 用户可以在与创建链不同的链上领取礼物吗？**

不可以。礼物是**绑定链**的：

* 在 **BSC** 上创建的礼物必须在 **BSC** 上领取
* 目前不支持跨链赠送

## 4. ⛽ Gas 费用与设计

### **4.1 礼物创建的固定 gas 金额是如何确定的？**

我们根据当前 BNB chain 的状况设定一个固定的 gas 价格（约为当前推荐 Gas 金额的 5 倍）。

这一缓冲设计：

* 可应对 gas 突然飙升
* 确保礼物在正常波动情况下仍可领取

\
示例

* **当前推荐：0.1 Gwei**（参见：[BNB Gas Tracker](https://bscscan.com/gastracker)）
* **因此，固定领取 gas 费 = 0.1 Gwei x 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/chinese/jiao-yi-gong-ju/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.
