# Security Tips

{% hint style="warning" %}
**Security at Web3** is changing all the time, so this advice could be deprecated. These aspects of cybersecurity are not infallible.
{% endhint %}

If you have any suggestions for us to improve our security, please let us know in the suggestions!&#x20;

If there are any questions about safety, we are always here to help!

## General tips

### Security

* Never share your private key or seed phrase with anybody, no matter the reason.
* Never connect your wallet to websites out of the official ones. Always read the details before you sign any transaction in your wallet.
* Only trust official information published on announcements and cross-reference it with our official Twitter page, which you can check on our [official Social Media](/about-us/raregotchi-social-networks.md).
* **Do not click unknown links.** Phishing is one of the most common methods of fraud in the crypto space.

### Discord | Report Scams and fake impersonations

* Always turn off your Direct Messages (DM) when joining a new server. Keep in mind that the team will NEVER DM you. Never click links outside of the official links available on the discord channel or this paper.
* Please, report any suspicious activity to our mods on Discord. Our team puts all its energy and time into creating a maximum security server. However, we cannot adopt responsibility for external scams. Nonetheless, we want to go to great lengths in order to help you stay safe!&#x20;
* If you have any doubts or security concerns, please tag our @admins in Discord. If a screenshot is needed, be sure to conceal any private information and share the screenshot in the appropriate channel.


---

# 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://rarepaper.raregotchi.com/security/security-tips.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.
