> 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/ko/faq/trading/orders-and-execution.md).

# 주문 및 체결

**주문이 체결되지 않았습니다.** 체결 전에 Minara는 계좌 잔고, 가스 수수료, 슬리피지 설정을 확인합니다. 주문이 실패한 경우:

* 지갑에 충분한 잔고(가스 포함)가 있는지 확인하세요.
* 슬리피지 허용 범위를 검토하세요 — 변동성이 큰 거래쌍에서는 허용 범위가 낮으면 체결이 되지 않을 수 있습니다.
* 오류 세부 정보를 확인하려면 활동 로그(자산 → 활동)를 확인하세요.

주문이 체결된 것으로 표시되지만 포지션에서 보이지 않는다면, 올바른 지갑과 체인을 확인하세요.

**Minara는 실패한 거래를 어떻게 처리하나요?** Minara는 다층 재시도 메커니즘을 사용합니다. 체결 중 네트워크 혼잡이나 가격 변동성이 발생하면 가스 수수료를 조정하고 자동으로 다시 시도합니다. 최종적으로 거래가 실패하면 활동 로그에서 자세한 오류를 확인할 수 있습니다.

**자동화된 전략을 수동으로 중지하거나 일시 중지할 수 있나요?** 네. 활성 Autopilot 전략이나 지정가 주문을 포함해, 언제든지 어떤 전략이든 일시 중지, 수정 또는 중지할 수 있습니다. 이는 설계된 방식이며, Minara의 철학은 "AI 자동화 + 사람의 제어"입니다.

**내 거래 내역은 어디에서 볼 수 있나요?** 모든 거래와 계정 활동을 보려면 자산 → 활동으로 이동하세요.

**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/ko/faq/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.
