# Contract Audits

Superlend Markets are implemented as a [recognized fork of Aave V3](https://snapshot.box/#/s:aavedao.eth/proposal/0x1d9e4f068704377a7fd4d5089ae6be9d243141f742def95c7a4c0e95770040e4), inheriting the security properties of a widely audited and battle-tested codebase.

#### **Audit Coverage**

* Core lending logic is based on audited Aave V3 contracts
* Custom Superlend logic focuses on configuration and orchestration
* Vault and strategy contracts undergo additional reviews before deployment

#### **Stability Testing**

Stress testing and simulations were conducted across multiple assets, including:

* WETH
* WBTC
* USDC
* USDT
* XTZ

These simulations tested protocol behavior under extreme volatility and adverse conditions.

#### **Audit Reports**

All available audit reports and reviews are published for transparency and can be accessed via Superlend’s GitHub repository.

{% embed url="<https://github.com/Superlend/superlend-core-contracts/tree/master/audits>" %}


---

# 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.superlend.xyz/security/audits/contract-audits.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.
