# Salus Gitbook

## Salus Gitbook

- [Welcome to Salus!](https://docs.salusec.io/untitled/welcome-to-salus.md): Get started quickly with detailed guides and examples.
- [Audit Overview](https://docs.salusec.io/untitled/audit/audit-overview.md)
- [Auditing Scope (Solidity)](https://docs.salusec.io/untitled/audit/auditing-scope-solidity.md)
- [Vulnerabilities Description](https://docs.salusec.io/untitled/audit/vulnerabilities-description.md): The following is a specific description of the types of vulnerabilities mentioned on the previous page.
- [Cases Study](https://docs.salusec.io/untitled/audit/cases-study.md)
- [ERC20](https://docs.salusec.io/untitled/audit/cases-study/erc20.md)
- [NFT](https://docs.salusec.io/untitled/audit/cases-study/nft.md)
- [DeFi](https://docs.salusec.io/untitled/audit/cases-study/defi.md)
- [Smart Contract Migration from Ethereum to Other Chains](https://docs.salusec.io/untitled/audit/cases-study/smart-contract-migration-from-ethereum-to-other-chains.md)
- [Web3 Penetration Test Overview](https://docs.salusec.io/untitled/web3-penetration-test/web3-penetration-test-overview.md): WEB3 penetration testing refers to the security testing of applications built using blockchain technology. The main goal is to find security vulnerabilities and provide repair suggestions.
- [Risks in GameFi](https://docs.salusec.io/untitled/web3-penetration-test/risks-in-gamefi.md): GameFi applications are considered high-risk areas for WEB3 penetration testing due to their large user base, diverse interaction scenarios, and the complexity of the games themselves.
- [Risks in DeFi](https://docs.salusec.io/untitled/web3-penetration-test/risks-in-defi.md): DeFi projects should not only pay attention to the vulnerabilities related to smart contracts, but the security risks related to non-smart contracts are also fatal to DeFi applications.
- [Risks in Cefi](https://docs.salusec.io/untitled/web3-penetration-test/risks-in-cefi.md): Penetration testing for CeFi platforms involves addressing information leakage, account security, system security, and business scenario security risks.
- [Risks in social media](https://docs.salusec.io/untitled/web3-penetration-test/risks-in-social-media.md): Decentralized blockchain products are prone to phishing attacks. Security issues in common crypto communication software require users to be more cautious.
- [Lightning Cat Overview](https://docs.salusec.io/untitled/lightning-cat/lightning-cat-overview.md): Lightning Cat - Salus's Rapid Smart Contract Detection Tool
- [Machine Learning](https://docs.salusec.io/untitled/lightning-cat/machine-learning.md)
- [DOT Diagram](https://docs.salusec.io/untitled/lightning-cat/dot-diagram.md)
- [Formal Verification](https://docs.salusec.io/untitled/lightning-cat/formal-verification.md)
- [Fuzzing Test](https://docs.salusec.io/untitled/lightning-cat/fuzzing-test.md)
- [Let·s Get Started！](https://docs.salusec.io/untitled/lightning-cat/let-s-get-started.md)
- [Common Question](https://docs.salusec.io/untitled/common-question/common-question.md)
- [Audit Process](https://docs.salusec.io/untitled/common-question/common-question/audit-process.md)
- [What is Smart Contract Expert Audit?](https://docs.salusec.io/untitled/common-question/common-question/what-is-smart-contract-expert-audit.md)
- [Why should you choose Salus for Expert Audit?](https://docs.salusec.io/untitled/common-question/common-question/why-should-you-choose-salus-for-expert-audit.md)
- [Why Salus is your best choise?](https://docs.salusec.io/untitled/common-question/common-question/why-salus-is-your-best-choise.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.salusec.io/untitled/welcome-to-salus.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.
