> For the complete documentation index, see [llms.txt](https://docs.nfteye.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nfteye.io/product-guides/collections/sniper.md).

# Sniper

## Auto Confirm

In order to help users sniper quickly to the desired listing, we added the **Auto Confirm** feature in Sniper.&#x20;

1️⃣ When **Auto Confirm** mode is enabled, you can buy automatically by clicking the price button with **one click**, no need to pop up metamask.&#x20;

2️⃣ Added security protection strategy. When you click the price to buy, it will detect whether it is a suspicious item again and will **NOT** submit the transaction.&#x20;

3️⃣ For better protection, when you turn on auto-confirm mode, you **MUST** input the maximum price. The system will only submit the transaction below the max price. If the price is higher than the max price, the transaction will **NOT** be submitted.&#x20;

4️⃣ Added the price double check feature, if the purchase price and the listing price not the same, a tooltip will be shown.&#x20;

<figure><img src="/files/9gw7JO37mDwgd5TlMysQ" alt=""><figcaption></figcaption></figure>

## Listings & Sales

### Marketpaces Integration

You can get all listings and sales from **Opensea, X2Y2, Looksrare and Blur**.

<figure><img src="/files/Ybkg9EiRLsPZ3XQSAQgl" alt=""><figcaption></figcaption></figure>

### User Guide

<figure><img src="/files/MxibCAtGntuciibXptFG" alt=""><figcaption></figcaption></figure>

### Token Details

Click items on sales list to get token details.

![](/files/9uHqngfNmLlrCxViVS2m)![](/files/HydNsJlMzaWmFmr6YHZ7)

## Statistics and Analysis

### Statistics

* View statistics at the top of Sniper, NBCP means percentage of owners who have at least one Blue Chip NFT.

<figure><img src="/files/nOIfVn3byxIKG4Qc9GVa" alt=""><figcaption></figcaption></figure>

### Floor Depth & Momentum

* Enter a threshold value to see changes in metrics that are below the threshold, including sales, new listings, relisted down, and listers.
* Floor Depth supports more group size options.

![](/files/6Gw4a73ZI4S1Pd5AvVNG)![](/files/xspyJv2XDahfjY6rsRL2)

### Sell Wall

* You can select group size and span to see the distribution of transaction prices

![](/files/PbuRopMFab5dZfKjOmNm)![](/files/0vgE5woFg7iwrd6ufCm5)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nfteye.io/product-guides/collections/sniper.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
