> 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/minara-handbook/ko/trade/benchmark.md).

# 벤치마크

Benchmark는 MINARA 자체 트레이딩 전략의 실제 성과를 보여줍니다. 이는 사용자가 설정하는 기능이 아닙니다. Minara가 직접 구축하고 운영하는 전략들이 실제 시장에서 어떻게 성과를 내고 있는지 추적할 수 있게 해주는 투명성 대시보드입니다.

다음에서 접속하세요 `/app/trade` → **벤치마크** 탭.

## 보고 있는 내용

MINARA는 두 개의 활성 전략을 운영합니다:

| 전략        | 자산     |
| --------- | ------ |
| MINARA V2 | BTC가   |
| MINARA V1 | SILVER |

각 전략은 실제 시장에 배포되어 있으며, 사용자에게 제공되는 것과 동일한 Autopilot 실행 인프라를 사용해 거래합니다.

MINARA V2는 추세 추종 방식을 사용해 Hyperliquid에서 비트코인(BTC) 무기한 계약을 거래합니다. MINARA V1은 은(SILVER) 무기한 계약을 거래합니다. 두 전략 모두 실제 자본으로 실제 시장 환경에서 거래합니다.

## 대시보드 읽는 법

**총 계좌 가치**: USD로 표시된 MINARA 전략 포트폴리오의 현재 자산가치이며, 백분율 변동도 함께 표시됩니다.

**차트 보기**: 다음 간을 전환합니다 `$` (절대 손익) 및 `%` (수익률). 다음 기준으로 필터링: `72시간` 최근 성과 또는 `모두` 전체 기록.

**완료된 거래**: 모든 포지션의 개시 및 청산, 진입가, 청산가, 각 거래의 손익이 포함된 전체 거래 내역입니다.

**AI 추론**: 각 거래마다 Minara의 AI가 해당 포지션에 진입하거나 청산한 이유입니다. 이는 사용자 계정의 Autopilot을 구동하는 것과 동일한 추론 계층입니다.

**포지션**: 전략이 보유 중인 현재 미청산 포지션입니다.

**README**: 각 버전(V1, V2)에 대한 전략 로직 설명입니다.

## 존재 이유

Benchmark는 작업 증명의 역할을 합니다. 사용자가 자신의 자본으로 Autopilot을 실행하도록 요청하기 전에, Minara는 동일한 전략을 실제 자금으로 운용합니다. 손실과 낙폭을 포함한 결과가 필터링 없이 표시됩니다.

{% hint style="info" %}
Benchmark에서의 MINARA 성과는 사용자의 Autopilot 결과를 예측하지 않습니다. 사용자의 전략, 리스크 설정, 레버리지, 배분 자본은 서로 다를 것입니다.
{% endhint %}


---

# 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/minara-handbook/ko/trade/benchmark.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.
