# 发起挂单

您可以选择两种方式发起挂单交易。

1、向交易机器人发送代币合约地址，在交易菜单中点击“挂单”。

2、向机器人发送 /limit，在菜单中点击“添加挂单”，输入代币合约地址后配置挂单。

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

### 挂单买入

挂单买入支持按照指定价格买入，也支持基于配置挂单时的代币价格涨跌比买入。输入目标价格（涨跌幅）和自动买入金额，以逗号分隔。例如，输入0.1,0.05 代表价格达到 $0.1，自动买入0.05 E。到达价格自动触发，即可实现抄底。

### 挂单卖出

挂单买入支持按照指定价格卖出，也支持基于配置挂单时的代币价格涨跌比卖出。输入目标价格（涨跌幅）和自动卖出比例，到达价格自动触发。

举例：如果想设置止盈挂单，可以选择指定涨跌比卖出，输入：30,50，则在满足价格上涨30%时，系统将自动执行卖出持仓的50%。

设置完成后，系统会返回预期执行时的价格和市值，以及卖出预期获得的收入。设置止损时，前者输入负数即可。

设置挂单卖出时，记得在钱包中保留一些余额作为Gas费用，避免因为Gas不足导致交易失败。


---

# 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.pepeboost.io/eth-jiao-yi-ji-qi-ren/xian-jia-gua-dan/fa-qi-gua-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.
