> For the complete documentation index, see [llms.txt](https://quillainetwork.gitbook.io/quillai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quillainetwork.gitbook.io/quillai-network/agent-swarm/quillcheck/understanding-quillcheck-report.md).

# Understanding Quillcheck Report

1\. Comprehensive Token Intelligence

* General Token Data:

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

Instantly access essential token details such as name, symbol, decimals, creation date, total supply, and contract addresses. This information is sourced directly from the blockchain, ensuring accuracy and reliability. Our risk levels range from “Critical” to “Great to Have,” with a detailed scoring system. This empowers users to make informed decisions based on clear, objective criteria.

* Social & Community Insights:

<figure><img src="/files/3Ox6hNSjazuHqslIRv4G" alt=""><figcaption></figcaption></figure>

Discover a token’s social presence, including GitHub repositories, Twitter handles, Telegram groups, and more, aggregated from trusted sources like CoinGecko. This helps you gauge the legitimacy and community backing of any project.

#### 2. Advanced Risk Scoring & Ratings

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

* Automated Risk Assessment:

Every token is evaluated across multiple dimensions: code, market, and ownership. Each check is assigned a risk score, making it easy to understand the potential dangers or strengths of a token at a glance.

* Transparent Risk Ratings:

Our risk levels range from “Critical” to “Great to Have,” with a detailed scoring system. This empowers users to make informed decisions based on clear, objective criteria.

#### 3. Market & Liquidity Analysis

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

* Holder & Ownership Analysis:

Get a breakdown of token holders, including the largest wallets, contract addresses, and dead addresses. Understand the distribution of tokens and identify potential risks like whale concentration or centralisation.

* DEX & CEX Coverage:

See where a token is traded, including supported decentralised exchanges (Uniswap, PancakeSwap, QuickSwap, etc.) and centralised exchanges. This helps you verify liquidity and trading opportunities.

* Real-Time Liquidity Tracking:

Monitor liquidity pools, LP token holders, and total liquidity using up-to-date blockchain data. Our system tracks liquidity events and lock statuses, alerting you to potential rug-pull risks or upcoming unlocks.

#### 4. Smart Contract Security Checks

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

* Automated Code Analysis:

Using advanced tools and custom logic, QuillCheck inspects smart contracts for risky patterns, such as owner privileges, minting capabilities, pausable transfers, and more. See the full list of checks and logic.

* Simulation-Based Testing:

For risks that can’t be detected by code analysis alone, we simulate real transactions to verify behaviours like pausing, balance changes, or transfer restrictions.

#### 5. Honeypot & Scam Detection

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

* Honeypot Simulation:

QuillCheck simulates buy and sell operations on DEXs to detect honeypots—tokens that can be bought but not sold, or that have excessive taxes. Tokens are flagged if:

* Buy or sell tax exceeds 60%
* Transfers fail in simulation
* No liquidity pools are found

#### 6. Developer-Friendly API

* [Unified Endpoint:](/quillai-network/agent-swarm/quillcheck/api-guide.md)

Retrieve all the above data with a single API call, making integration into wallets, DEXs, and dApps seamless and efficient.

* Clear Error Handling & Rate Limits:

Standardised response codes and robust rate limiting ensure a smooth developer experience.

***

With QuillCheck, you gain a powerful toolkit to protect your users, enhance your products, and build trust in the Web3 ecosystem.


---

# 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://quillainetwork.gitbook.io/quillai-network/agent-swarm/quillcheck/understanding-quillcheck-report.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.
