> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/chang-jian-wen-ti.md).

# 常见问题

<details>

<summary>你们的盈利模式是什么？</summary>

目前所有功能都免费开放。未来，我们计划上线内置交易功能，并借助交易手续费来创收，模式与现有的交易平台类似。

</details>

<details>

<summary>如何获得邀请码？</summary>

1. 关注点赞并转发我们的[首发推文 ](https://x.com/frontrunpro/status/1925570414702669955)
2. 加入 Telegram 社群: [t.me/frontrun\_community](https://t.me/frontrun_community)
3. 将转发截图私发给任意群管理员，即可领取邀请码

</details>

<details>

<summary><strong>邀请码会过期吗？系统提示“邀请码无效”。</strong></summary>

**答：邀请码永不过期。出现该提示通常是因为您当前登录的邮箱与申请邀请码时使用的不一致。请使用原先的账号重新登录，然后再次输入邀请码即可。如仍遇到问题，请加入我们的**[**社区**](https://t.me/c/frontrun_community)**，我们会第一时间协助解决。**

</details>

<details>

<summary>代码是否开源？</summary>

我们已**完全开源**上传至 Chrome Web Store 的 **Plasmo 构建**。这份构建包含 Frontrun 扩展在你浏览器中实际运行的全部代码。

之所以未开放整个开发仓库，是因为我们采用 **monorepo** 管理，其中还包含与浏览器扩展无关的私有包和内部工具。这些组件涉及专有逻辑及基础设施代码，保密可同时保护知识产权和安全性。

通过公开 Plasmo 构建，我们向用户提供了 **100% 透明** 的上线代码，同时合理地隔离非必要的内部模块。\
如果你想自行审计，也可以将代码粘贴到 ChatGPT，进行逐行检查：<https://chatgpt.com/c/684bb27d-5ebc-8003-acb5-58f730904425>

</details>

<details>

<summary>为什么 Frontrun 需要这些 Chrome 权限？它们真的不可或缺吗？我的数据安全吗？</summary>

Frontrun **仅申请**实现浏览器内功能所需的最小权限。每项权限都有清晰且有限的用途：

| 权限             | 我们用它做什么                                    | 对你有什么意义                 |
| -------------- | ------------------------------------------ | ----------------------- |
| **storage**    | 在本地保存你的标签、关注列表和界面偏好                        | 无需后端数据库即可保留个性化设置        |
| **scripting**  | 向 X、Solscan、GMGN 等页面注入轻量脚本，显示钱包标签、手续费减免标记等 | 支撑你安装 Frontrun 的所有页面内洞见 |
| **sidePanel**  | 显示 Frontrun 侧边控制面板                         | 随时查看持仓或快捷切换功能           |
| **webRequest** | 拦截并缓存扩展数据                                  | 降低页面加载成本，使叠加信息即时出现      |
| **windows**    | 打开和管理弹窗（如设置、登录）                            | 使用原生弹窗而非新标签，界面更简洁       |
| **identity**   | OAuth 登录，同步多设备设置                           | 若启用，可在多台设备间同步标签与偏好      |

**额外说明**

* **小于常见钱包的权限集**：比多数 Web3 插件（如 Phantom）申请的权限更少，也不涉及交易签名。
* **绝不访问剪贴板**：Frontrun 没有读取或写入剪贴板的权限。
* **隐私与安全优先**：所有逻辑均在本地运行；不会将按键、私钥或浏览历史发送至服务器。开源的 Plasmo 构建供你自行审计。

**一句话：** 每项权限都直观支撑你看得见的功能，仅此而已。

</details>


---

# 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.frontrun.pro/cn/chang-jian-wen-ti.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.
