> 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/jiao-yi.md).

# 交易

- [快速上手](https://docs.frontrun.pro/cn/jiao-yi/kuai-su-shang-shou.md): 用 3 个简单步骤开始使用 Frontrun 交易。
- [交易基础](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu.md): 了解如何通过不同的交易入口与执行方式，在 Frontrun 上完成交易。
- [下单交易](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/xia-dan-jiao-yi.md)
- [快速买入](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/kuai-su-mai-ru.md)
- [限价单](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/xian-jia-dan.md): 在满足价格条件时自动执行的条件交易。
- [图表订单线](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/tu-biao-ding-dan-xian.md): 当你创建限价单或设置自动交易策略（TP/SL）时，图表订单线会自动显示。
- [多钱包交易](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/duo-qian-bao-jiao-yi.md)
- [止盈 / 止损 / 跟踪止损 / Dev Sell / Migration Sell](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/zhi-ying-zhi-sun-gen-zong-zhi-sun-dev-sell-migration-sell.md): 直接通过 即时交易（Instant Trade） 面板，基于价格策略自动执行进场与出场。
- [快捷键](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/kuai-jie-jian.md): 在 即时交易（Instant Trade） 面板中使用键盘快捷键，更快速地执行交易。
- [钱包基础](https://docs.frontrun.pro/cn/jiao-yi/qian-bao-ji-chu.md)
- [交易设置](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-she-zhi.md): Frontrun 的交易设置用于控制交易的执行方式以及交易面板的行为。 你可以在交易前集中配置，也可以在交易过程中实时调整。
- [由 Turnkey 提供支持](https://docs.frontrun.pro/cn/jiao-yi/you-turnkey-ti-gong-zhi-chi.md): Frontrun 默认使用 Turnkey 创建钱包——这与 Axiom 所采用的钱包基础设施相同。
- [费用](https://docs.frontrun.pro/cn/jiao-yi/fei-yong.md): 在限时期间内，所有交易均按 0.1% 的固定费率 执行。


---

# 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/jiao-yi.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.
