# Classic Rug-Pull

<figure><img src="https://2455052489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVceFoAMlxR1p55vDXZKa%2Fuploads%2Fw6Gukkie1sF42sTbOs4E%2Fimage.png?alt=media&#x26;token=b71c72ef-2048-4853-9f31-f38277b85ade" alt="" width="375"><figcaption><p>BLF Deep Dive</p></figcaption></figure>

So let’s break down what happens in brief before looking in more detail:

1. Scammer creates a token.
2. They then renounce and verify the contract, so initial scan on dextools says its not a honeypot.
3. They then create and then lock the liquidity pool (adding big amounts $50k+, sometimes 200k+)
4. After that they start buying with their other accounts so that volume and price goes up on dextools.
5. People/bots go crazy and start FOMOing in and buying up the supply.
6. They then blacklist all accounts but their own (they have a hidden blacklist function)&#x20;
7. They then call a function which creates (or mints) a lot more of the supply of their token.&#x20;
8. They then empty liquidity pool.
9. You’ve been fisted.

Now let's take a look at that in a little more detail.

Here we have the aptly named… [$SLUTS](https://twitter.com/search?q=%24SLUTS\&src=cashtag_click) (I mean we are called BLF) So the address that created the coin is [0x8fe1B935f76972E2BA017fe10bD173539B3d9493](https://bscscan.com/address/0x8fe1b935f76972e2ba017fe10bd173539b3d9493)

Our scammer creates a coin <https://bscscan.com/tx/0xa5275958b2bbf7fe3eef0dfd4f0d4eb9992fd5c50bc5189810cc0527cd169ee9>

They renounce and verify the contract\
<https://bscscan.com/tx/0xc49b967cdf9484d8e9413321e207fb7928e4e48daf63cddf00ccf15620dc9dd9>

They create and lock liquidity (adding big amounts 20k+)\
Adding LP: <https://bscscan.com/tx/0x27ab60aff2251c13557ff99f7395e2f4b4a3bf66cb8a1808c69a1f365fbe27f4>\
Locking LP:\
<https://bscscan.com/tx/0x37307eef095f6e93419829193d79b95910f43ee0feb158a46b52fa7387d37a3f>

They then start buying with their other accounts so that volume and price goes up, other people start to FOMO and buy in.

They then blacklist other accounts (hidden blacklist function - see screenshot)

![](https://2455052489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVceFoAMlxR1p55vDXZKa%2Fuploads%2FmJ82v5BwGpQPdyZD2vYe%2Fimage.png?alt=media\&token=518b9f21-713d-4a54-9c59-430e19fa095f)

They then simply increase their own balance by 33000x the total supply (see screenshot)

![](https://2455052489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVceFoAMlxR1p55vDXZKa%2Fuploads%2FfuriwvYI2K6kkgWW2LeV%2Fimage.png?alt=media\&token=5246a198-6e6b-46cc-a012-627be71a7325)

The scammer then empties the liquidity pool, moves the funds to another wallet and/or exchange and it’s game over 💀

This is one of the worst types of scams to be subjected to, there is no way to get your funds out once the blacklist is in place, and you are left with nothing.

Many of these functions can be found using CA scanners, but these dodgey devs keep finding new ways to get these hidden functions past the checks, properly auditing a CA is time consuming and a steep learning curve. However there are people in the space who can help.

If you are ever unsure of anything in a contract, either avoid completely, ask for help from someone in the know, or if you are feeling lucky, ape small, only play with what you can afford to lose.

Make sure to do your due diligence before jumping in, not losing money is just as important as making X's.

Check out our [toolkit ](https://black-latex-fist.gitbook.io/black-latex-fist/blf-degen-toolkit)for useful tools and tips on doing your research.

**BLF Team - Albus**


---

# 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://black-latex-fist.gitbook.io/black-latex-fist/blf-blog/classic-rug-pull.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.
