> For the complete documentation index, see [llms.txt](https://docs.gmgn.ai/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmgn.ai/cn/zi-dong-jiao-yi-gen-sui-dev-zi-dong-mai.md).

# 自动交易: 跟随Dev自动卖

规则：

* 不限代币种类，当代币创建者单笔卖出一定持仓百分比时，自动卖出
* 只有在有持仓，设置完成并点击确定后，在Dev卖出一定比例后才会跟随Dev自动卖
* 一个代币只有一个运行中的跟随Dev自动卖任务，并且提交一笔交易。但是可以多次提交

## 1. 跟随Dev自动卖 - web端

<figure><img src="/files/N3mji3hXQUXTBW3FZTmY" alt="" width="315"><figcaption></figcaption></figure>

1）创建跟随Dev自动卖任务：

* 在代币详情页打开自动交易，点击Dev卖，进入编辑页面
* 设置你的卖出持仓比例和Dev卖出比例
* 设置滑点、优先费、防夹，并保存
* 设置完成后，在任何你想要跟随Dev自动卖的代币中，点击确定，该代币将在Dev卖出比例≥设置比例后，自动卖出你设置的持仓比例

<figure><img src="/files/CbrOBLKWS1hKBrhdrLw8" alt="" width="375"><figcaption></figcaption></figure>

2）查看或删除你的跟随Dev自动卖任务：

* 在代币详情页-我的交易中可查看你当前的跟随Dev自动卖任务，可根据需要查看或者删除

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

3）任意代币买入时，如果同时勾选Dev卖，那么在买入的同时会自动创建跟随dev自动卖

<figure><img src="/files/H6hLUoYMroJcOLD44ztF" alt="" width="313"><figcaption></figcaption></figure>

## 2. 跟随Dev自动卖 - bot端

1）创建跟随Dev自动卖任务：

* 当你输入Dev未清仓代币合约地址给机器人时，你将看到Dev卖选项，点击后将创建跟随Dev自动卖任务，当该代币的Dev卖出一定比例后，自动卖出你设置的代币比例

<figure><img src="/files/1wANMnRpjmgOn24cloqt" alt="" width="563"><figcaption></figcaption></figure>

2）调整跟随Dev自动卖设置：

* 在设置中，设置Dev卖比例后，设置自动卖比例。当Dev卖出大于你设置的比例时，将自动按你设置的自动卖比例卖出你的持仓
* 在设置中，你可以点击Dev卖比例和自动卖比例，在回复框内输入并发送后即可完成更改&#x20;

<figure><img src="/files/noVVe4zyf2nkvalWwd5G" alt="" width="375"><figcaption></figcaption></figure>

3）查看或删除你的跟随Dev自动卖任务：

* 目前GMGN TG机器人还不支持查看Raydium开盘自动狙击任务，请到网页端自动交易看板查看


---

# 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.gmgn.ai/cn/zi-dong-jiao-yi-gen-sui-dev-zi-dong-mai.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.
