# Drainers

### :thinking: What is it?

A **drainer** is a malicious script disguised as a regular wallet operation, but designed to steal your funds.

### :eyes: How to recognize a drainer?

You can recognize it by an unexpected confirmation request that includes:

• Unknown addresses you've never seen before.

• Suspicious amounts or fees.

• Unusual data that isn’t typical for standard transactions.

### 🥷 How it works?

{% stepper %}
{% step %}
Scammers **embed the drainer** into the transaction.
{% endstep %}

{% step %}
Victim **confirms** the fraudulent operation.
{% endstep %}

{% step %}
**All funds** from the wallet are **transferred** to the scammers.
{% endstep %}
{% endstepper %}

### 🕵️ How to protect yourself?

#### Don’t store all your funds in one wallet

Spread your assets across multiple wallets.

#### Use separate wallets for less-known projects

For example: games, "tap-to-earn" apps, etc.

#### Check details before confirming

Pay attention to amounts and fees.

{% hint style="danger" %}
**Never share your seed phrase with anyone.**
{% endhint %}

{% hint style="warning" %}
If an offer sounds too good to be true, it probably is. Stick to basic [**security rules**](/intro/scams/how-to-protect-yourself-from-fraud.md) to protect your funds.
{% endhint %}


---

# 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/scams/drainers.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.
