> For the complete documentation index, see [llms.txt](https://docs.77.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.77.im/an-quan-zhi-shi.md).

# 安全知识

- [如何验证钱包真伪](https://docs.77.im/an-quan-zhi-shi/integrations.md)
- [版本验证](https://docs.77.im/an-quan-zhi-shi/ban-ben-yan-zheng.md)
- [常见诈骗案例](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li.md)
- [警惕自定义RPC节点骗局](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/jing-ti-zi-ding-yi-rpc-jie-dian-pian-ju.md): 最近更新于：2024年8月5日
- [远离假链接、假钱包骗局](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/yuan-li-jia-lian-jie-jia-qian-bao-pian-ju.md)
- [警惕"零金额"转账骗局](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/jing-ti-ling-jine-zhuan-zhang-pian-ju.md)
- [警惕精准伪装地址](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/jing-ti-jing-zhun-wei-zhuang-di-zhi.md)
- [假二维码诈骗](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/jia-er-wei-ma-zha-pian.md)
- [假链接/App诈骗](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/jia-lian-jie-app-zha-pian.md)
- [钓鱼网站诈骗](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/diao-yu-wang-zhan-zha-pian.md)
- [假代币诈骗](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/jia-dai-bi-zha-pian.md)
- [假客服诈骗](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/jia-ke-fu-zha-pian.md)
- [Dapp授权诈骗](https://docs.77.im/an-quan-zhi-shi/chang-jian-zha-pian-an-li/dapp-shou-quan-zha-pian.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://docs.77.im/an-quan-zhi-shi.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.
