> For the complete documentation index, see [llms.txt](https://poolguide.frcan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://poolguide.frcan.com/avoid-scams.md).

# How to avoid Scams. Must read for beginners!

**1. Fake wallets** – Only download Cardano wallets from trusted sources:

Daedalus Desktop wallet : <https://daedaluswallet.io/en/download/>

yoroi mobile wallet :  <https://emurgo.io/our-products#yoroi>

{% hint style="warning" %}
`There are currently no Android or iOS versions of Daedalus wallet.`
{% endhint %}

**2. Telegram** – When joining some crypto groups you will get private messages instantly from scammers trying to get your crypto. They will pose as admins or support members from the group. Don’t even waste your time with them as admins in Cardano especially will never message you first. Scammers create accounts that look like admins.

Edit your Telegram settings:

```
Go to : 
''privacy and security''
then  : 
''Groups & channels''
and change :
''Groupe invite settings'' to ''My contacts''.
```

See [**https://cardano-community.github.io/support-faq/#/no-to-scam?id=being-added-to-a-random-groupchannels**](https://cardano-community.github.io/support-faq/#/no-to-scam?id=being-added-to-a-random-groupchannels) **for more details and pictures.**

**3. Giveaway scams** – Nobody will ever double your crypto by you sending them an amount to get        double back. There are ***no Giveaways or Airdrops*** Videos on YouTube showing Charles Hoskinson and any  other high profile people in crypto giving away free crypto are ***all fake!***

{% hint style="warning" %}
`IOHK team : “We will never ask you for money, your password, your passphrase or your secret folders. Official partnerships/affiliations will always be announced through official channels. Use caution and do your own research before transferring funds. When dealing with Cardano ADA or any other cryptocurrency, it is especially important to be extra cautious.”`
{% endhint %}

**4. Password/Passphrase** – Do not share your password, passphrase, or secrets folders with anyone. Report people who ask you to do this to [report@Cardano.org.](mailto:report@Cardano.org)

**5. YouTube Comments** – All whatsapp numbers or twitter links to investors channels (fund managers) from copies of a youtuber's account are from scammers. Name looks the same, but real comments from the channel owners name have a dark background.

**Extras:**&#x20;

{% hint style="info" %}

* Do not disclose your balance or portfolio details online. This can make you a target for hackers.
* &#x20;Always be sure to keep your Daedalus wallet recovery phrase safe and confidential.&#x20;
* Do not rush into anything, doing a little online research which can reveal a scam or something which has been flagged as negative by the community.
* Always double check website URLs.
* Use 2FA on all sites that you can.
* Don’t store crypto on exchanges
* Use hardware wallets wherever possible
* Please do report any scams directly with the relevant party as well as to [report@Cardano.org.](mailto:report@Cardano.org)
  {% endhint %}


---

# 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://poolguide.frcan.com/avoid-scams.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.
