# What Is DYOR and how to do it right?

**DYOR (Do Your Own Research)** is one of the golden rules in crypto. Before buying a token, connecting your wallet to a dapp, or joining a project, take a few minutes to verify the basics—this can prevent costly mistakes.

Here’s a quick checklist:

{% stepper %}
{% step %}

#### Check the fundamentals

Is the project **open source**? Does it have **reproducible builds on** **GitHub**, a **white paper**, or any public docs? This is key to transparency.
{% endstep %}

{% step %}

#### Understand the real value

Is there a real use case? If it’s just hype and vague promises, that’s a **red flag**.
{% endstep %}

{% step %}

#### Look for audits

Independent audits from reputable cybersecurity firms are strong indicators that the team takes security seriously.
{% endstep %}

{% step %}

#### Evaluate the community

A solid presence on **Telegram**, **X**, or **Discord** matters—but watch for **spammy content**, **bots**, or **inflated counts**. Look at both the size and the quality of engagement.
{% endstep %}

{% step %}

#### Cross-check multiple sources

Never rely on just one tweet or blog post. Use platforms like **CoinGecko**, **DeFiLlama**, and **Nomis Protocol** to build a full picture and make informed decisions.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Even if trusted friends or influencers recommend something—always DYOR.
{% endhint %}

***

## Related articles

* [Scams](/intro/scams.md)
* [Phishing](/intro/scams/phishing.md)
* [Fake Decentralized Applications](/intro/scams/fake-decentralized-applications.md)


---

# 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://help.mytonwallet.io/intro/introduction-to-crypto-and-mytonwallet/what-is-dyor-and-how-to-do-it-right.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.
