# 跟单设置

我们支持针对每个跟单钱包单独设置跟单Gas倍率和跟单Gas上限。默认情况下，跟单交易会默认复制对方的Gas配置，并提高一些确保抢跑

### 跟单Gas倍率

跟单Gas倍率默认为1.1，跟单订单使用的Gas数值为跟单Gas倍率乘以对方Gas，如对方的交易Gas为5gwei，你的跟单Gas将为1.1✖5gwei，即5.5gwei。

### 跟单Gas上限

跟单Gas上限是您在跟单交易中能接受的最大Gas数值，当跟单交易的所需的交易Gas超出跟单Gas上限时，实际交易Gas按照跟单Gas上限的数值发起。

<figure><img src="/files/Oz1n7TqPyCKxTo733KnN" alt=""><figcaption></figcaption></figure>


---

# 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.pepeboost.io/eth-jiao-yi-ji-qi-ren/gen-dan-jiao-yi/gen-dan-she-zhi.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.
