# Getting Started

## Start Menu

{% hint style="info" %}
**To begin using FlashMEV’s publicly available set of MEV tools,  go to:** [**https://t.me/flashmevbot**](<https://t.me/flashmevbot&#xA;>) **and click the “Start” button.**
{% endhint %}

## Create a Wallet

{% hint style="success" %}
Before beginning to use the FlashMEV Bot, you must first generate and fund a Flash Wallet. To do this, start by clicking the “Wallets” Button on the Home Menu.
{% endhint %}

<figure><img src="/files/rOdhEn3FN34UFwBCYzQy" alt=""><figcaption></figcaption></figure>

## Funding your wallet with ETH

Once you have **clicked the wallet button, your wallet will be generated and assigned.**

{% hint style="info" %}
If you would like to import your newly generated Flash Wallet to an external wallet such as MetaMask, you may **access your private key by clicking the “Reveal Private Key” button in the Wallets Section.**
{% endhint %}

<figure><img src="/files/qGwuNjbkTgimt9T4jIcp" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
&#x20;**Fund your wallet by copying your wallet (text is monospaced), and sending ETH (ERC-20) to the wallet.**
{% endhint %}

To permanently delete your Flash Wallet from the Bot, click the “Delete Wallet” button, then click the “Confirm” button.

## Withdrawing ETH

### Configuring your withdraw wallet.

1. **Firstly, click the "Withdraw ETH" Button under the wallet section.**&#x20;

<figure><img src="/files/WC2XzdhYqQ4RUYEXbL3P" alt=""><figcaption></figcaption></figure>

2. **You will then be prompted to set a withdrawal wallet,  enter a wallet and click send.  (View Image Below)**&#x20;

<figure><img src="/files/bXxtLR1AeQHasDPYy4mh" alt=""><figcaption></figcaption></figure>

Once Completed you will be prompted with the following **(View Image Below)**&#x20;

<figure><img src="/files/b7ZC9EFA97wMqKv1aFpQ" alt=""><figcaption></figcaption></figure>

3. ### Moving/ Withdrawing

Once your withdraw wallet is configured, re click the wallet button, this will open the withdraw panel.&#x20;

{% hint style="info" %}
&#x20;**Use the +/- buttons to set a withdrawal percentage then click "confirm".**

**Example:** If you wish to withdraw 30% of your balance, click +5% and +25%. (% being withdrawn is live updated at the top) **- View Image Below**
{% endhint %}

<figure><img src="/files/GpvbgFW50cZAPDMDTKQF" alt=""><figcaption></figcaption></figure>

Once you have clicked confirm, a final overview of your transaction will be shown. After reviewing , click "Sign Tx" and your funds will be immediately withdrawn.&#x20;

<figure><img src="/files/WVV41iqNnqAvsbi1iiaL" alt=""><figcaption></figcaption></figure>


---

# 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://flashmev-docs.gitbook.io/flashmev-docs/flashmev-guide/getting-started.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.
