> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/chang-jian-wen-ti/security.md).

# 安全

安全建议

<details>

<summary>分享我的钱包地址可以吗？</summary>

可以，你的钱包地址是一串唯一的数字和字母，类似于银行账号。其他人可以用它给你发送礼物，比如可穿戴物品，但不能用它从你这里拿走物品。

你可以通过在世界中点击你的个人资料，或在登录 decentraland.org 后，找到你的 Decentraland 账户钱包地址。它会显示在你头像的名字下方。

</details>

<details>

<summary>有人想免费送我一个物品——这是骗局吗？</summary>

在 Decentraland 中赠送可穿戴物品或表情动作是一种常见传统，所以这不应自动被视为危险信号。要向你发送礼物，对方需要你的钱包地址，也就是一串唯一的数字和字母，但仅凭这些数据并不能用来骗你。如果有人使用你的钱包地址给你发送礼物，它应该会直接出现在你的背包中，而不需要你进行任何操作。

你应该 **绝不要** 提供的是你的“助记词”（如果你的 Decentraland 账户链接到了外部数字钱包，这一点适用）。

</details>

<details>

<summary>最常见的骗局有哪些，需要注意什么？</summary>

最常见的骗局之一是网站、社交账号、电子邮件和私信冒充 Decentraland，并宣传免费空投 MANA。Decentraland **绝不会** 这样做。

另一种常见手法是假装自己是潜在客户，并发送含有病毒的文件。对于来自你不认识的人的消息，一定要格外小心，并且 **绝不要** 不要从他们那里下载文件。

![](https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-df4f85245f9fbf3fb58a301de4d3f8116d24144c%2Fdomains.png?alt=media)

一个好的原则是在采取任何行动之前，始终花时间核实网址和电子邮件地址。真正的 Decentraland 网站始终会使用基础 [decentraland.org](http://decentraland.org) 地址，而每周通讯也只会来自 <hello@decentraland.org>。

阅读更多关于 [安全提示与技巧](https://decentraland.org/blog/about-decentraland/how-to-keep-your-digital-assets-safe-in-the-metaverse).

</details>

<details>

<summary>如果我的账户/数字钱包已被盗用，我该怎么办？</summary>

如果你不幸成为账户被盗用的受害者，并发现你的钱包资产已被清空，接下来有几件事你应该做，具体取决于黑客是如何入侵的：

* 如果你的钱包里还有剩余资产，你可以尝试立即将它们转移到一个新的、未被盗用的账户，并完全停止使用被盗用的钱包。如果病毒可能仍在你的电脑中，请务必在另一台设备上创建新钱包。
* 如果黑客是通过下载的文件入侵的，你需要彻底清除你的电脑，以移除任何恶意软件。
* 无论黑客是如何入侵的，你都可以向当地执法部门报告此事件。这不仅有助于调查——取决于当地法律——也有助于生成警方报告，这对于在 OpenSea 等平台上标记被盗用资产可能很有用。

在保护好你的资产并确保设备干净后，你可以创建一个新的 Decentraland 账户，并重新开始探索。

</details>


---

# 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.decentraland.org/player/player-zh/chang-jian-wen-ti/security.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.
