# 动态气体

在新的区块链生态系统中进行入门的最令人沮丧的方面之一是获取本地代币以支付交易费用。为了为我们那些对 Sui 生态系统感到陌生的用户提供无缝体验，Aftermath 构建了 Dynamic Gas。

Dynamic Gas 允许用户使用除 SUI 之外的硬币来支付燃气费用，以执行 Aftermath 上的任何交易。这种功能是由两个 Sui 本地特性实现的：赞助交易和可编程交易。基本上它是如何工作的是 Aftermath 使用 SUI 赞助交易，并从用户选择的硬币中收取付款，所有操作都在一个动作中完成，并完全与用户隔离。

目前，Dynamic Gas 支持 afSUI、从Ethereum、Arbitrum、Solana 或 BNB 桥接过来的 USDC，以及从以太坊桥接过来的 USDT。要选择您想使用哪种燃气代币，请单击屏幕顶部菜单栏最右侧处设置按钮。它显示为齿轮图标：

<figure><img src="/files/PW0D9akaKyYuyQIIrltL" alt=""><figcaption><p>设置可通过屏幕顶部菜单栏最右侧的齿轮图标访问</p></figcaption></figure>

点击齿轮图标将展开设置下拉菜单。在这里，您会看到一个名为Gas的选项，点击后会打开一个菜单，然后让您选择要用来支付交易的硬币。

<div align="center"><figure><img src="/files/81bjlAyI4H1q3z9hsTFR" alt="" width="324"><figcaption><p>设置菜单已展开</p></figcaption></figure> <figure><img src="/files/vh4x8bYa9AUxpZKYKxcS" alt="" width="325"><figcaption><p>选择您的gas加密货币</p></figcaption></figure></div>

zkLogin和Dynamic Gas的组合使新用户顺利进入Aftermath和Sui生态系统。


---

# 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://ch-docs.aftermath.finance/kai-shi-shi-yong/dong-tai-qi-ti.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.
