# Solana 限价单

## 如何进入

* 您可以通过【首页】点击【限价单】，或者在菜单命令中选择/limit，进入限价单功能。

<figure><img src="/files/O25eqKPmot0OHmkiPZYe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5sJuUUStaJWzCyi1PJnz" alt=""><figcaption></figcaption></figure>

* 您也可以输入代币地址，在交易页面上点击【限价】，进入单个代币的限价单页。

## 创建限价单

<figure><img src="/files/6YuFysLeofOvQ53mxfcw" alt=""><figcaption></figcaption></figure>

* 限价单的预设参数：滑点、优先费Gas、闪电模式/防夹模式、钱包需要在交易页面中设置，限价单将会使用交易页面中的这些参数。
* 您可选择通过输入价格涨跌比来进行挂单，也可直接输入预期执行价格进行挂单。
* 限价单的有效时间为3天，超过3天限价单将自动取消。
* 限价单卖出时，卖出数量为百分比输入，达到执行价格触发交易时将以触发时用户持有的代币数量为基准换算百分比对应的数量进行卖出。
* 无论时买入还是卖出，如果设置的执行价高于挂单当前价格，限价单则会在大于等于执行价的时候触发交易；相反如果设置的执行价低于挂单当前价格，限价单则会在小于等于执行价的时候触发交易。

## 如何追踪已完成的限价单

限价单执行完成后，会进行信息推送，如下图所示。

<figure><img src="/files/kke7kmQKr1iJgeYarrqo" alt=""><figcaption></figcaption></figure>

如果您漏掉了推送信息，也可以通过菜单命令/trades，查看近期的交易记录，找到对应挂单代币的买入情况。

<figure><img src="/files/cpDionIF8veOhuZLJYQM" alt=""><figcaption></figcaption></figure>


---

# 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://avebotdoc.ave.ai/kuai-su-shi-yong/xian-jia-dan/solana-xian-jia-dan.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.
