> For the complete documentation index, see [llms.txt](https://seasonsrich.gitbook.io/dagobang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seasonsrich.gitbook.io/dagobang/readme.md).

# 打狗棒（Dagobang）帮助中心

打狗棒（Dagobang）是一款面向 Meme 交易场景的非托管浏览器插件。它会在你正在使用的看盘、挂单、地址分析页面上叠加一个悬浮交易面板，并把限价单、自动卖出、推文监控、推文狙击、新池监控、新币狙击等能力整合到同一套工作流里。

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

## 当前版本的主要能力

* 多链支持：`BSC / Ethereum / Hyperliquid EVM / Solana`
* 非托管钱包：助记词 / 私钥仅本地加密存储
* 悬浮窗交易：在支持页面直接买入、卖出、Approve、切换参数
* 多钱包交易：支持多地址协同下单与子钱包独立金额
* 限价挂单：Low Buy / High Buy / 止盈 / 止损 / 跟踪止损
* 高级自动卖出：多档 TP / SL 与可选 trailing / rolling 逻辑
* 监控与狙击：推文监控、推文狙击、代币狙击、新币狙击、新池监控
* 执行网络：RPC、Protect RPC、私有广播、Solana SWQoS、可选 bloXroute

## 阅读顺序建议

* 第一次安装：看 [安装与快速开始](/dagobang/getting-started.md)
* 想先学会怎么在页面里交易：看 [悬浮窗交易面板](/dagobang/floating-panel.md)
* 想做挂单和自动卖出：看 [限价挂单与自动卖出](/dagobang/automation.md)
* 想使用监控、推文狙击、新币狙击：看 [监控与狙击](/dagobang/sniper-and-monitors.md)
* 想调 RPC、广播、Anti-MEV、Solana SWQoS：看 [网络、广播与执行优化](/dagobang/network-and-privacy.md)
* 想管理钱包、链、Gas、通知和界面开关：看 [Popup（弹窗）使用指南](/dagobang/popup.md)

## 风险提醒

Meme 交易、高频交易和自动化交易都具有很高风险。打狗棒只提供工具能力，不构成投资建议，也不保证收益、成交结果或第三方服务的可用性。详细说明见 [安全、隐私与免责声明](/dagobang/security-and-risks.md)。


---

# 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://seasonsrich.gitbook.io/dagobang/readme.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.
