# Security

<details>

<summary>Is it ok to share my wallet address?</summary>

Yes, your wallet address, a unique sting of numbers and letters, is like a bank account number. Others can use it to send you gifts, like a Wearable, but not to take items from you.

You can find your Decentraland account wallet address by clicking on your profile in-world or when you're logged in on decentraland.org. It will be under your avatar's name.

</details>

<details>

<summary>Someone wants to send me an item for free—is it a scam?</summary>

Sending gifts of Wearables or Emotes is a common tradition in Decentraland, so this should not automatically register as a red flag. For someone to send you a gift, they will need your wallet address, a unique string of numbers and letters, but data this alone is not something that can be used to scam you. If someone sends you a gift using your wallet address, it should appear in your Backpack without any necessary action from you.

What you should **never** give out is your 'seed phrase' (this applies if your Decentraland account is linked to an external digital wallet).

</details>

<details>

<summary>What are the most common scams to look out for?</summary>

One of the most common scams are websites, social accounts, emails, and DMs impersonating Decentraland and advertising a free airdrop of MANA. This is something Decentraland will **NEVER** do.

Another common tactic is pretending to be a potential client and sending a file containing a virus. Always be very cautious with messages from people you don't know personally and **never** download files from them.

![](/files/OyKf8ZrhsqbZOHzilqZ5)

A good rule is to always take the time to verify urls and email addresses before taking any actions. True Decentraland websites will always have the base [decentraland.org](http://decentraland.org) and the weekly newsletter will only come from <hello@decentraland.org>.

Read more about [Safety Tips & Tricks](https://decentraland.org/blog/about-decentraland/how-to-keep-your-digital-assets-safe-in-the-metaverse).

</details>

<details>

<summary>What should I do if my account/digital wallet has been compromised?</summary>

If you've unfortunately been the victim of account compromise and notice your wallet has been drained, there are a few things you should do next, depending on how the hack occurred:

* If you have any remaining assets in your wallet, you can try to transfer them to a new, uncompromised account immediately and discontinue using the compromised wallet completely. Create your new wallet from a different device in case the virus is still present on your computer.
* If the hack occurred through a downloaded file, you'll want to wipe your PC completely to remove any malware.
* Regardless of how the hack occurred, you can report the incident to your local authorities. This can not only help with the investigation—given local legislation—but also assist in creating a police report, which can be useful for flagging compromised assets on platforms like Opensea.

After securing your assets and ensuring your devices are clean, you can create a new Decentraland account and get back to exploring.

</details>


---

# 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://docs.decentraland.org/faqs/security.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.
