# 交易费用赞助

交易费赞助是 sBTC 中的一项功能，允许用户使用 sBTC 而不是 STX 来支付 Stacks 交易费用。

## 概述

* Stacks 上的 sBTC 交易可以通过一些 sBTC 作为回报来获得赞助。
* 该功能通过允许 sBTC 持有者使用其代币支付 gas 费来改善用户体验。

## 实现

费用赞助系统采用了以下建议的方法来实现： [stacks-network/stacks-core#4235](https://github.com/stacks-network/stacks-core/issues/4235).

{% stepper %}
{% step %}
**费用赞助支持**

sBTC 用户可以获得现有 STX 持有者对交易费用的支持。
{% endstep %}

{% step %}
**赞助者接收 sBTC**

赞助者支付 STX 费用，并作为回报获得 sBTC。
{% endstep %}
{% endstepper %}

## 用户体验

从用户的角度来看：

{% stepper %}
{% step %}
**选择加入费用赞助**

在发起 sBTC 交易时，他们可以选择费用赞助。
{% endstep %}

{% step %}
**同意赞助条款**

用户同意为该赞助支付少量 sBTC。
{% endstep %}

{% step %}
**交易已处理**

随后，该交易会由赞助者以 STX 支付费用后进行处理。
{% endstep %}
{% endstepper %}

## 优势

* 提升用户体验：用户无需持有 STX 即可使用 sBTC。
* 更低的进入门槛：新用户无需先获取 STX 就可以开始使用 sBTC。
* 灵活性：为处理交易费用提供了额外选项。


---

# 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://docs.stacks.co/learn/zh/sbtc/auxiliary-features/transaction-fee-sponsorship.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.
