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

# 基准测试

Benchmark 展示的是 MINARA 自有交易策略的实时表现。它不是你需要配置的功能，而是一个透明度仪表盘，让你跟踪由 Minara 自身构建和运行的策略在真实市场中的表现。

可在此访问 `/app/trade` → **基准测试** 选项卡中。

## 你看到的内容

MINARA 运行两套活跃策略：

| 策略        | 资产  |
| --------- | --- |
| MINARA V2 | BTC |
| MINARA V1 | 白银  |

每个策略都已部署到实盘市场，并使用与用户可用的相同 Autopilot 执行基础设施进行交易。

MINARA V2 采用趋势跟随方法，在 Hyperliquid 上交易比特币（BTC）永续合约。MINARA V1 交易白银（SILVER）永续合约。两套策略都在真实市场条件下使用真实资金进行交易。

## 阅读仪表盘

**账户总价值**：MINARA 策略组合当前的权益，以美元和百分比变化显示。

**图表视图**：在以下之间切换 `$` （绝对盈亏）和 `%` （百分比收益）。筛选 `72h` 以查看近期表现，或 `全部` 以查看全部历史记录。

**已完成交易**：完整的交易日志，包含每笔开仓和平仓、入场价格、离场价格以及每笔交易的盈亏。

**AI 推理**：每笔交易中，Minara 的 AI 用于决定入场或离场的依据。这也是为用户账户驱动 Autopilot 的同一推理层。

**持仓**：策略当前持有的未平仓头寸。

**说明文档**：每个版本（V1、V2）的策略逻辑说明。

## 它存在的原因

Benchmark 作为工作证明。在要求用户用自己的资金运行 Autopilot 之前，Minara 会用真实资金运行同样的策略。包括亏损和回撤在内的结果都会原样展示，不做过滤。

{% hint style="info" %}
MINARA 在 Benchmark 上的表现不能预测你的 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/zh/jiao-yi/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.
