# Cases Study

This section focuses on specific projects, such as ERC20, NFT, DeFi, and introduces significant and common vulnerabilities, along with case explanations. Additionally, we also pay attention to security risks during smart contract migration.

## Table of contents

{% content-ref url="/pages/qCsqXHlQmXnSXPqqMlOf" %}
[ERC20](/untitled/audit/cases-study/erc20.md)
{% endcontent-ref %}

{% content-ref url="/pages/3H0TEPWwFPS327JXflBI" %}
[NFT](/untitled/audit/cases-study/nft.md)
{% endcontent-ref %}

{% content-ref url="/pages/YRMvRkVrdopEzJBBI9J8" %}
[DeFi](/untitled/audit/cases-study/defi.md)
{% endcontent-ref %}

{% content-ref url="/pages/HWJZKtsiRklEE2W38S2h" %}
[Smart Contract Migration from Ethereum to Other Chains](/untitled/audit/cases-study/smart-contract-migration-from-ethereum-to-other-chains.md)
{% endcontent-ref %}


---

# 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.salusec.io/untitled/audit/cases-study.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.
