# Seed Phrase Scams

Scammers are always inventing new ways to fraud people, and one of the most popular scams involves importing someone else’s seed phrase. They promise access to a wallet with a large balance—but it’s a trap.

### 🥷 How the Scam Works

Here's what scammers do:

{% stepper %}
{% step %}
**The Bait**

Scammers share seed phrases on social media or forums, claiming they give access to wallets with large amounts of crypto.
{% endstep %}

{% step %}
**Wallet Import**

The victim imports the wallet using the seed phrase and sees a balance.
{% endstep %}

{% step %}
**Gas Fee Trap**

To withdraw the funds, the user sends tokens to cover network fees.
{% endstep %}

{% step %}
**Automatic Withdrawal**

The wallet is set up with an auto-withdraw feature, instantly transferring the deposited funds to the scammers.
{% endstep %}

{% step %}
**Funds Lost**

Once the funds are sent, the victim loses their crypto.
{% endstep %}
{% endstepper %}

### 🕵️ How to protect yourself?

#### Warning when importing suspicious wallets

**MyTonWallet** now automatically warns users when attempting to import a suspicious wallet—this feature helps avoid such fraudulent schemes.

#### Never use someone else's seed phrase

It’s almost always a scam.

#### Avoid "easy money" offers

If something sounds too good to be true, it probably is.

#### Verify everything

Double-check addresses and contracts using [**blockchain explorers**](https://help.mytonwallet.io/intro/introduction-to-crypto-and-mytonwallet/what-is-a-blockchain-explorer-how-do-you-use-it).

{% 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**](https://help.mytonwallet.io/intro/scams/how-to-protect-yourself-from-fraud) 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/leaked-seed-phrases.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.
