# 常见问题 FAQ

常见问题 FAQ

### 1. AKBot 需要安装吗？

不需要，AKBot 是一个网页端应用，打开浏览器即可使用。

### 2. 钱包安全吗？

是的，我们的钱包系统采用**多层加密防护**，从数据传输到本地存储全方位保护资产安全：

1. **传输加密**
   * 使用 **TLS 1.3** 协议，确保数据在传输过程中不可被窃听或篡改。
2. **本地加密存储**
   * 钱包私钥在本地仅以 **AES-256** 高强度加密存储，且加密密钥不直接保存在服务器。
3. **分层密钥管理**
   * 多重密钥拆分技术（Shamir’s Secret Sharing），即使黑客获取一部分数据，也无法还原完整私钥。

### 3. Gas 费太高怎么办？

在跟单配置中可调整买入 / 卖出的 Gas 费上限。

### 4. 止盈分段

止盈分段如果只填写一段并且没有设置浮动 不管设置卖出多少仓位 我们会直接卖出百分百。

📌 **版本状态**：初版


---

# 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.akbot.pro/shi-yong-ji-qiao/chang-jian-wen-ti-faq.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.
