# /bids

{% hint style="info" %}
/bids will scan the last 10 accepeted bids of a given Ordinals collection symbole and showcase them together with their flip value and profit margin

This command is only available to [PRO Members](/nft-butler/products-and-services/pro-access.md)
{% endhint %}

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

<div data-full-width="true"><figure><img src="/files/IrEU2g6R9BlG9WNWcUDT" alt=""><figcaption><p>using /bids to scan recent accepeted bids and flip events</p></figcaption></figure></div>

### Required Parameters

* `collectionsymbol:` Specify the colleciton symbole / name of the Ordinals collection or copy & pase the entire link to the collection from Magic Eden.

### Optional Parameters

* None

### Examples

* /bids cents
* /bids <https://magiceden.io/ordinals/marketplace/cents>

### Output

{% hint style="info" %}
The Community bot will open a dedicated channel to send you the last 10 accepeted bids and it's corresponding flip value, profit margin and HODL duration if the asset was already sold in the meantime.

Once the output has been generated it will remain for 15 minutes before the channel gets deleted again.
{% endhint %}

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

<figure><img src="/files/43IBXewpmXKU2OHP0UZq" alt=""><figcaption><p>Receiving recent completed bids for the Ordinals collection "cents"</p></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://docs.nftbutler.io/nft-butler/products-and-services/discord-bot/bids.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.
