# Scam

<figure><img src="/files/LkLfdVcXeEcTSMFJHfAD" alt="Scam page image"><figcaption></figcaption></figure>

On [scam page](https://www.openstreamnft.com/app/scam) you'll find all the scam collections, buy with confidence knowing that we have taken the time to protect you from scams or fraud

{% hint style="info" %}
**Premium feature**

The feature is available by holding the [OpenStream Founder Pass](/openstream/openstream-pass/founder-pass.md)
{% endhint %}

### Characteristics

* **ERC721 -->** Does it have a lot of duplicate tokens and it transferred a token to more than one recipient
* **Honeypots -->** Honeypots are popular addresses like vitalik.eth
* **Total supply -->** Running totalSupply() on the contract is vastly different from the empirical number of tokens in circulation
* **Erc721TooManyOwners -->** A single token in the ERC721 collection has been transferred to multiple owners indicating fraudulent transfers
* **Erc721TooManyTokens -->** This collection has a lot of duplicate tokens indicating spammy behaviour
* **Erc721DishonestTotalSupply -->** The contract lies about its own token supply. Running totalSupply() on the contract is vastly different from the empirical number of tokens in circulation
* **MostlyHoneyPotOwners -->** Most or all of the owners of the NFT collection are Honeypots i.e. popular addresses like vitalik.eth. So these are probably unwarranted airdrops
* **OwnedByMostHoneyPots -->** A significant chunk of the usual Honeypot addresses own this collection. Again signifying unwarranted airdrops


---

# 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://openstream.gitbook.io/openstream/features/scam.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.
