# 术语表

<table data-view="cards"><thead><tr><th>术语</th><th>定义</th></tr></thead><tbody><tr><td>聚合器</td><td>一个将订单路由到外部执行场所但不提供托管或订单撮合的交易前端。</td></tr><tr><td>Hyperliquid</td><td>一个去中心化的永续合约协议，负责链上交易撮合、执行和结算。</td></tr><tr><td>HyperSolid</td><td>本文档中描述的移动原生交易前端和聚合层。</td></tr><tr><td>永续合约/Perps</td><td>没有到期日的衍生品合约，通过资金费率机制允许持续的多空敞口。</td></tr><tr><td>现货</td><td>一种数字资产用于即时交付和结算的市场，无杠杆且无到期日。</td></tr><tr><td>资金费率</td><td>在多头和空头之间定期交换的付款，以维持价格一致性并平衡未平仓合约。</td></tr><tr><td>杠杆</td><td>使用借入的敞口来增加仓位规模和潜在回报——同时放大风险。</td></tr><tr><td>托管</td><td>持有用户资产或私钥的行为。HyperSolid 不提供托管或管理用户资金。</td></tr><tr><td>延迟</td><td>从提交订单到确认之间的时间延迟，直接影响执行速度和成交质量。</td></tr></tbody></table>


---

# Agent Instructions: 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://docs.hypersolid.xyz/zh/shu-yu-biao.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.
