# 面向用户

### 为什么我们需要燃料费赞助？ <a href="#why-do-we-have-gas-fee-sponsorship" id="why-do-we-have-gas-fee-sponsorship"></a>

在区块链上发送代币时，始终需要支付 **Gas 费用**。对于新用户来说，这是一个很大的障碍。他们可能还没有完全理解 Gas 的概念，并且每条链都需要使用特定的原生代币来支付 Gas。如果没有在正确链上的正确代币，用户就会被困在钱包中，无法将代币转移到其他地方。

**EIP-7702 改变了这一点。它允许由其他来源代为支付 Gas 费用，消除了加密领域新用户面临的最大障碍之一。**

### 燃料费赞助的好处？ <a href="#gas-fee-sponsorship-benefits" id="gas-fee-sponsorship-benefits"></a>

从用户的角度来看，燃料费赞助移除了使用区块链应用时最大的阻力之一：支付燃料费。

当赞助处于激活状态时，用户无需在钱包中持有该网络的原生代币即可发送代币。燃料费依然会被支付 —— 但由其他人代为支付。

<figure><img src="/files/obaAGvEtzFqiCmT6LIMc" alt="" width="563"><figcaption></figcaption></figure>

这使得引导用户更快、更顺畅且更容易，尤其是对于不熟悉燃料费机制或如何获取代币的新用户而言。同时，这对于移动端优先体验也是一个改变游戏规则的存在，因为简单性是关键。

### 如何使用燃料费赞助功能？ <a href="#how-to-utilize-the-gas-fee-sponsorship-feature" id="how-to-utilize-the-gas-fee-sponsorship-feature"></a>

使用燃料费赞助功能很简单：

1. **进入 Gas 费用区域：**\
   当你准备发送代币时，向下滚动至 **Gas 费用区域**。
2. **检查是否有可用赞助：**\
   如果有可用的赞助，页面将显示“选择 Gas 费用赞助”的选项。
3. **查看可用赞助商：**\
   选择该选项后，你将看到可供选择的赞助商横幅。
4. **选择你的赞助商：**\
   选择你想使用的赞助商后，系统将分配该赞助商来支付你本次发送交易的 Gas 费用。

<figure><img src="/files/eObsaLtsoFU2efcY4PjH" alt="" width="563"><figcaption></figcaption></figure>

注意：

赞助横幅通过预先注资的燃料费池运作。如果有许多用户使用同一赞助者，且剩余资金低于所需的最低限度，则该横幅将变为不可用。

<figure><img src="/files/DNq4YoKeFdf78siC0rVZ" alt="" width="563"><figcaption></figcaption></figure>

当出现这种情况时，你会看到赞助横幅变暗或变灰，且在再次获得资金注入前将无法选择。

Gas 费用赞助功能目前仅适用于发送代币时使用。对于交换（Swap）或跨链桥接（Bridge）等需要 Gas 费用的其他操作，目前尚不支持赞助。


---

# 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.keyring.app/zh/keyring-pro/gas-fee-sponsorship/for-user.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.
