> For the complete documentation index, see [llms.txt](https://sphynxfi.gitbook.io/document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sphynxfi.gitbook.io/document/products/contract-checker.md).

# Contract Checker

To be able to recognize rugs and scams, one must conduct extensive research. It's not just the smart contract check that gives you peace of mind.

{% hint style="warning" %}
! Scammers have become increasingly sophisticated, and they have been able to evade reputable audits in order to steal investors. It's actually one of the first things most teams do to appear safe to investors.
{% endhint %}

Most projects start with an audit to convince investors of their intentions, then ramp up the promotions to reach as many investors as possible. They are able to steal the funds and flee as more and more investors join in. This is essentially what is going on around chains right now.&#x20;

Most investors look for clues everywhere, try to talk to teams, and research the smart contract using scanners that only show the mechanics of the contract, not what the developers can do with it.

Consider the following scenario:

* Contract renouncement is extremely popular, and most investors believe it is the best way to demonstrate that a team will not steal funds.
* On the other hand, some groups fabricate a renouncement in order to fool investors.

{% hint style="success" %}
In this case, the best course of action is to determine whether the project's contract needs to be renounced. Not all projects must, because the smart contract may require changes in the future, and the project may fail as a result.
{% endhint %}

Sphynx Checker will help you verify the following:

* Swap Analysis
* Contract Analysis
* Holders Analysis
* Liquidity Analysis


---

# 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:

```
GET https://sphynxfi.gitbook.io/document/products/contract-checker.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.
