> 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/faq.md).

# FAQ

<details>

<summary>What is QuillCheck?</summary>

QuillCheck is an extensive due diligence tool tailored for the cryptocurrency market, focusing on preventing users from falling for scam tokens and understanding the risks associated with tokens on Ethereum, BSC, and Polygon blockchains. It analyses token code and market conditions to provide an easy-to-grasp risk score, catering to everyone from beginners and casual investors to experienced crypto enthusiasts and degens.

</details>

<details>

<summary>How does QuillCheck safeguard against DeFi fraud and scams?</summary>

QuillCheck proactively combats DeFi fraud and scams by simulating buy and sell transactions for newly listed tokens on supported decentralized exchanges (DEXs). This simulation enables the early detection and flagging of honeypot scams. It also closely monitors tokens with risky ownership permissions, quickly alerting the community via Telegram and Twitter if they turn into scams.

</details>

<details>

<summary>What are ERC-20 and BEP-20 tokens, and why are they important?</summary>

ERC-20 and BEP-20 are token standards for Ethereum and Binance Smart Chain, ensuring compatibility across wallets and exchanges, crucial for smooth DeFi transactions. As anyone can create these tokens, potentially with malicious intent, it's vital to use due diligence tools like QuillCheck before investing.

</details>

<details>

<summary>How do I use QuillCheck to analyze a token?</summary>

**Step 1:** Obtain the token's contract address from your wallet or block explorers like Etherscan, Polygonscan, or BSCScan.

**Step 2:** Paste this contract address into QuillCheck's search field and click the 'Check' button.

**Step 3:** Review the Risk Report presented by QuillCheck. Initially, you'll see key information such as Token Owner Status, Honeypot Status, and Token Age. For a deeper analysis, scroll down to examine Code-Based Risks and Market-Based Assessments.

</details>

<details>

<summary>What is the significance of ownership and distribution checks in QuillCheck?</summary>

Ownership and distribution checks are pivotal in QuillCheck for evaluating token concentration risks and potential abuses of ownership privileges. A high accumulation of tokens in a few hands, particularly with the owner, suggests an increased risk of market manipulation, such as token dumping. Analyzing ownership rights, including minting and transfer pause capabilities, allows users to assess potential misuses of power, a frequent factor in DeFi token scams. These checks offer valuable insights into the equity and integrity of a token's distribution and its governance structure.

</details>

<details>

<summary>Can you explain QuillCheck's risk rating system?</summary>

QuillCheck's risk rating system evaluates various aspects of a token, assigning scores based on the severity of potential risks and the presence of positive attributes. Code-based permissions that pose risks are given negative scores, depending on their severity, while the absence of such risky permissions earns positive scores. Similarly, market-based factors like a high number of holders, trading pairs, and liquidity contribute positively to the score.

The severity levels range from ' Critical' to ' Great to have'. 'Critical' indicates a severe risk, 'High' a substantial risk, and 'Medium' a moderate risk. On the positive side, 'Nice to have', 'Good to have', and 'Great to have' denote increasingly desirable attributes with lower risk. The final rating for each token is an aggregate of these scores, providing a comprehensive risk assessment.

</details>


---

# 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/faq.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.
