> For the complete documentation index, see [llms.txt](https://docs.stonksnipebot.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stonksnipebot.best/cn/an-quan-yu-gui-ze/fei-yong-yu-yao-qing.md).

# 费用与邀请

### 平台手续费

平台手续费为已确认成交价值的 1%。原交易确认后异步收取。

买入按 ETH 输入额计算。卖出按实际 ETH 输出额计算。

Gas、DEX 池费、滑点和代币税不计入。

### 邀请返佣

邀请人获得受邀好友**实际支付平台服务费的 25%**。受邀用户绑定邀请关系后的前 30 天，平台服务费优惠 10%。返佣以优惠后的实际平台服务费为计算基数。

### 示例

假设一笔成功交易的成交金额为 1 ETH。标准平台服务费为 0.01 ETH。若用户处于前 30 天优惠期，实际平台服务费为 0.009 ETH，邀请人获得其中 25%，即 0.00225 ETH。Gas、DEX 费用和代币税不计入上述计算。

### 手续费托管与扩展

专用加密平台手续费托管钱包是唯一手续费收款地址。它也是未来返佣发送钱包。

可在**安全设置 → 手续费托管钱包**管理该设置。

手续费先由学习钱包验证。首笔手续费链上确认后，自动扩展至所有托管钱包。

{% hint style="info" %}
邀请返佣可以累计，但提现目前尚未开放。
{% endhint %}


---

# 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.stonksnipebot.best/cn/an-quan-yu-gui-ze/fei-yong-yu-yao-qing.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.
