# 链上策略

- [狙击pump](https://chainbuff.gitbook.io/tutorials/solana/lian-shang-ce-le/ju-ji-pump.md): 更新于2024/12/15
- [监控raydium v4新流动性池](https://chainbuff.gitbook.io/tutorials/solana/lian-shang-ce-le/jian-kong-raydium-v4-xin-liu-dong-xing-chi.md): 本教程实现了监听solana链上raydium dex v4的新流动性池创建，通过解析交易获得了配对代币名称和数量，可以按照类似方法获得池子更多信息。
- [聪明钱监控](https://chainbuff.gitbook.io/tutorials/solana/lian-shang-ce-le/cong-ming-qian-jian-kong.md): 聪明钱跟单指监听链上胜率高的地址后跟随买入和卖出，本文提供了一个简单的demo，教你如何监控聪明钱地址。主要内容包括：① 基于geyser grpc监听聪明钱包地址与pump和raydium交互的交易；② 解析交易中的余额变动
- [原子套利](https://chainbuff.gitbook.io/tutorials/solana/lian-shang-ce-le/yuan-zi-tao-li.md)


---

# 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://chainbuff.gitbook.io/tutorials/solana/lian-shang-ce-le.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.
