> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/zh/chang-jian-wen-ti/trading/orders-and-execution.md).

# 订单与执行

**我的订单没有执行。** 执行前，Minara 会检查账户余额、gas 费用和滑点设置。如果订单失败：

* 请检查你的钱包是否有足够余额（包括 gas）。
* 查看滑点容忍度——在波动较大的交易对上，过低的容忍度可能会导致无法成交。
* 请查看活动日志（Asset → Activity）以获取错误详情。

如果订单显示已执行但你在持仓中看不到，请检查是否使用了正确的钱包和链。

**Minara 如何处理失败的交易？** Minara 使用多层重试机制。如果执行过程中出现网络拥堵或价格波动，它会自动调整 gas 费用并重试。如果交易最终失败，你会在活动日志中看到详细错误。

**我可以手动停止或暂停自动化策略吗？** 可以。你可以随时暂停、修改参数或停止任何策略——包括正在运行的 Autopilot 策略或限价订单。这是有意这样设计的；Minara 的理念是“AI 自动化 + 人工控制”。

**我在哪里可以查看我的交易历史？** 前往 Asset → Activity 查看所有交易和账户活动。

**我的 Autopilot 意外停止运行了。** 常见原因：积分耗尽（Minara Call 节点会消耗积分）、钱包连接器断开，或者策略触发了配置的停止条件。请检查你的积分余额，并确认钱包连接器仍然处于活动状态。

**我手动下的订单意外被平仓了。** 请检查是否有 Autopilot 策略正在运行。Autopilot 的订单管理优先于手动下单——当它为控制风险而调整或平仓时，可能会影响你手动开立的仓位。如果你需要手动订单保持开启，请先暂停或停止任何正在运行的 Autopilot 策略。

**Minara 的交易手续费是多少？** Minara 会对每笔已执行的永续交易收取费用。当前费率表请参见 [交易手续费页面](https://minara.ai/docs/guide/managing-funds-and-trading/trading-fees) ，位于 Minara 文档中。现货交易手续费因资产和链而异。


---

# 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:

```
GET https://minara.ai/docs/support/zh/chang-jian-wen-ti/trading/orders-and-execution.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.
