# /flips

{% hint style="info" %}
/flips will provide additional filtering options for the posted flips in the different Flips channels on the Butler Discord.

This command is only available to all Butler Members
{% endhint %}

`/flips`can be used in the [Community-Bot](https://discord.com/channels/910479328746287104/947522708546134046) channel:

<figure><img src="/files/P6RbJ4f6cyAVGd1qhOK5" alt=""><figcaption><p>using /flips on Ethereum blockchain</p></figcaption></figure>

### Required Parameters

* `chain:` Specify the blockchain you'd like to scan for successful flips.

### Optional Parameters

* `collectionslug:` Optionally filter flips by a specific collection slug.
* `min_profit:` With this option you can filter for flips with a minimum profit of the specified value in dollar.
* `max_sellprice:` With this option you can limit flips by maximum sell price in USD. In combination with min\_profit above you can now filter for certain profits within a certain price range.
* `max_hold:` This filter let's you specify the maximum hold duration in hours. Can be used to filter for flips which were not hold longer than 48 hours for example.

### Examples

<figure><img src="/files/6BWJs9Mb4NcIMZxLricR" alt=""><figcaption><p>Filtering for Ethereum flips with a minimum profit of 200$ and a max hodl duration of 48 hours</p></figcaption></figure>

<figure><img src="/files/4WqxBcA0gY7rbAWhnVGA" alt=""><figcaption><p>Filtering for forgetten runes wizards with a minimum profit of 400$</p></figcaption></figure>

<figure><img src="/files/LcRc0hg8RJqHADyJx8cC" alt=""><figcaption><p>Filtering for flips with a minimum profit of 200$ but a maximum sell price of 800$ (at the time if selling)</p></figcaption></figure>

### Output

{% hint style="info" %}
Our Discord bot will open a dedicated channel to send you up to the last 40 flips matching your filters.

The dedicated channel will remain for 15 minutes before it gets cleaned up.
{% endhint %}

<figure><img src="/files/qxhr5HA5R9lfZ45BIARS" alt=""><figcaption><p>Bot will open a private channel for you first</p></figcaption></figure>

<figure><img src="/files/LXQdBqrcbQ2Lw69p8znC" alt=""><figcaption><p>Bot will be sending indexed flips immediately</p></figcaption></figure>

{% hint style="info" %}
Each Flip event will consist of different stats:

* First two rows contain general Collection Information
* Third row contains information about the Buy and Sell price
* 4th row highlights the wallet, profit (substracting royalties here) and HODL duration
* And last part contains transaction links
  {% 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://docs.nftbutler.io/nft-butler/products-and-services/discord-bot/flips.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.
