# BestMeme V2

**BestMeme V2**

**2024.12** Identified an improved solution: creating liquidity pools on Uniswap V3 and customizing price ranges when adding liquidity to effectively avoid MEV bot attacks.

Started the smart contract development.

&#x20;

**BestMeme V2 Solution**

**Step 1: Meme Coin Creation**

Users spend 50 USDT to purchase 0.01% of the total supply, equivalent to 100,000 tokens.

At the same time, users need to set an Auction Duration, ranging from 1 hour to 100,000 hours.

**Step 2: Adding Initial Liquidity**

The smart contract mints an additional 100,000 Meme Tokens and pairs them with 50 USDT to create an initial liquidity pool on Uniswap V3.

**Step 3: Distribution of Remaining Tokens**

The remaining 99.98% of tokens will be distributed linearly per block over the Auction Duration for users to purchase:

Users spend USDT to purchase tokens from the auction distribution;

The smart contract automatically adds the USDT paid by users into the Uniswap V3 liquidity pool.


---

# 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://bestmeme.gitbook.io/bestmeme/bestmeme-v2.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.
