# /scan

{% hint style="info" %}
/scan will provide you with a full scan of a given collection via the OpenSea API
{% endhint %}

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

<div data-full-width="false"><figure><img src="https://156458129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUpGMSshbhuSUXHzoKrTn%2Fuploads%2F8KpeNEOS1N8LKy30Kbya%2Fimage.png?alt=media&#x26;token=d5474ce8-95f8-427a-813b-4c9e56837ddf" alt=""><figcaption><p>Running /scan with the Butler community Bot</p></figcaption></figure></div>

### Required Parameters

* `collectionslug` can either be a collection slug or smart contract address to be scanned

### Optional Parameters

* `contractaddr` needs to be a valid smart contract address of the specified collection slug

{% hint style="info" %}
For collections hosted on a shared contract (such as art block collections) you can specify the contract address as optional parameter to get all the related collection data.
{% endhint %}

<figure><img src="https://156458129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUpGMSshbhuSUXHzoKrTn%2Fuploads%2FFXy3mt5M3yxaKYlBHSE0%2Fimage.png?alt=media&#x26;token=49d993fd-d578-41a5-aa09-bd3d7a35b8b0" alt=""><figcaption></figcaption></figure>

### Output

{% hint style="info" %}
The bot will open a new channel with you to provide the output data. It will only provide collection data if the collection was previously added to the Butler search engine with the [/add](https://docs.nftbutler.io/nft-butler/products-and-services/discord-bot/add) command.
{% endhint %}

The following output will be provided in the dedicated channel between you and the bot:

* Token Data for each asset of this collection
* Trait Data, including all token IDs per trait for this collection
* Collection stats
* Written output about KPIs

<div data-full-width="true"><figure><img src="https://156458129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUpGMSshbhuSUXHzoKrTn%2Fuploads%2FjJKghDYhwveTLRQ9YZUx%2Fimage.png?alt=media&#x26;token=57edbc6e-90c5-41bb-8ada-aaa149afa005" alt=""><figcaption><p>/scan output in the dedicated channel between you and the bot</p></figcaption></figure></div>

The output data can be used to [create a manual task](https://docs.nftbutler.io/nft-butler/task-types/token-bidding) based on token ids. After 30minutes the channel with the output will be closed again.
