> For the complete documentation index, see [llms.txt](https://docs.sensei.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sensei.win/nft-trading-features/nft-mint-bot-mev/standard-task-setup/mint-setup.md).

# Mint Setup

## Easy Setup

<figure><img src="https://883624693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP7UYZ0UffB9oMC5gwuyH%2Fuploads%2Fg4NeIGf2O10N8MWmFVuV%2FTask%20Easy.gif?alt=media&amp;token=4deb5b79-9fbd-43a6-9d77-1a0b26a05dc7" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**`Easy`**</mark> setup allows you to quickly and easily set up a mint task without needing to set up a condition yourself.&#x20;

By simply using <mark style="color:red;">**`revert check`**</mark>, an easy task can flip your mint for you automatically as long as your gas estimates show your wallet able to mint.&#x20;

This means anyone can set up a mint task with zero knowledge on how to read contracts or search for flipstate.

## Power Setup

<figure><img src="https://883624693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP7UYZ0UffB9oMC5gwuyH%2Fuploads%2F55ZolzFbrWfJ5t4IhCiJ%2FPower%20Setup.gif?alt=media&amp;token=30e8cfcc-7f1c-41f3-8f4f-310d7acbaa3b" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**`Power`**</mark> Setup allows you to set multiple different conditions with And/Or logic operators.&#x20;

These Conditions include:

<mark style="color:red;">**`Revert Check`**</mark> (set by default) --> Constantly pings to see if your wallets can mint.&#x20;

* By default it will now simulate against the latest confirmed block --> impossible to front run the mint turning on
* You can also choose to <mark style="color:red;">**`simulate pending block`**</mark> within power mode --> slight risk you front run the flip state (but you get a slight speed advantage)

<figure><img src="https://883624693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FP7UYZ0UffB9oMC5gwuyH%2Fuploads%2Fz0Dgjt8xpnz3sKiU6OUb%2Fimage.png?alt=media&amp;token=2a1097a5-1505-4f08-9f84-ad52752ac262" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**`Flip State`**</mark>

* <mark style="color:red;">**`Match on Pending`**</mark> --> Flip State is triggered on operators pending flip transaction (this allows the user a chance of hitting a mint in the same block as the flip transaction, meaning you will get in the first block and typically have much cheaper gas)
* <mark style="color:red;">**`Custom Contract Address`**</mark>--> Allows you to monitor flip on another contract than the one you are minting on. (Most used on Art Blocks)
* <mark style="color:red;">**`Custom Hex`**</mark>--> Input custom hex for unverified contracts so that your bot can still monitor flipstate&#x20;

<mark style="color:red;">**`Contract Read Call`**</mark>

* Load read calls to trigger your mint bot. (most often used to time end of mints)

<mark style="color:red;">**`Floor Price`**</mark>

* Have your bot trigger as soon as Opensea has a minimum floor price of your specification.&#x20;

&#x20;

{% hint style="info" %}
Power mode will dynamically enable access to settings that work with your input to ensure the cleanest and most efficient UI experience as possible. For e.g, when you select <mark style="color:red;">**`Match on Pending`**</mark>, you'll automatically see backrun selected in your gas settings in the [Execution Methods](/nft-trading-features/nft-mint-bot-mev/standard-task-setup/execution-methods.md) section.&#x20;
{% endhint %}
