# Other Features

## Viewing Scan Results

Let's go through the various bits of information and break it down!

### Wallet Distribution

Understanding the token distribution of the Top 10 wallets is critical to understanding if there could be a large supply held, which could cause unnecessary damage to a chart. We break down those holders in an easy-to-view chart.

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

### Contract View

There are cases where some more tech-savvy users will want to dive deeper into information about a token or its contract. In the contract view, we list out a few additional data points to enhance your DYOR.

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

1. (All Access Tier Feature) - View the total taxes collected by that particular token. This helps you see if a project could potentially be tax farming.
2. Links (Basic+ Tier and above) - This will display links that are embedded into the contract's code, making it a touch easier to find socials related to new projects.
3. Functions and Full Contract - Lists the functions the contract has available
4. Last 10 Owner Functions Ran - Lists the last 10 functions the owner has called.  It is typical to see taxes, liquidity add/remove, and other similar calls.


---

# 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.quickintel.io/quick-intel-scanner/get-started-guides/other-features.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.
