> For the complete documentation index, see [llms.txt](https://docs.jaspervault.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jaspervault.io/zhong-wen-wen-dang/he-yue-jiao-yi/bao-jia-hua-dian-yu-jia-ge-yuan.md).

# 报价、滑点与价格源

Jasper Vault 的交易体验依赖报价、价格源和市场流动性。

用户在交易前应理解报价与滑点的基本概念。

***

### 什么是报价？

报价是用户在下单时看到的交易价格或预估交易价格。

报价可能受到市场价格、流动性、仓位规模和平台风控参数影响。

***

### 什么是滑点？

滑点是指用户最终成交价格与预期价格之间的差异。

在市场波动较大或交易规模较大时，滑点可能增加。

***

### 价格源是什么？

价格源用于提供市场参考价格。

Jasper Vault 可能使用外部价格源和相关市场数据来支持交易、风控、结算和保护费用计算。

***

### 哪些情况可能影响报价？

报价可能受到以下因素影响：

* 市场波动
* 流动性变化
* 订单规模
* 价格源更新
* 极端行情
* 风控参数
* 链上确认延迟

***

### 用户应注意什么？

下单前请确认：

* 预估成交价格
* 可能滑点
* 仓位大小
* 永续合约保护（PP）费用
* 保护范围
* 当前市场波动情况


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.jaspervault.io/zhong-wen-wen-dang/he-yue-jiao-yi/bao-jia-hua-dian-yu-jia-ge-yuan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
