# Security

Asset Chain's integration with SolidityScan on our Advanced Explorer's, provides users with enhanced security insights into the contracts they interact with on Asset Chain.

This feature helps protect users from interacting with malicious Smart Contracts and fosters a safer ecosystem.

### How to Use

1. Visit an address that has a contract deployed to it.
2. Ensure that the contract is verified.
3. Click on the shield icon located at the top right corner.

<figure><img src="/files/3CSCSJHpHnoEBrYtOuAo" alt=""><figcaption></figcaption></figure>

4. This action will display a dropdown containing a general audit report for the contract.

<figure><img src="/files/XeQXeBsNi7lKoIXL0zO0" alt="" width="346"><figcaption></figcaption></figure>

5. To view a more detailed report, click on "View Full Report." which redirects you to an overview page below.

<figure><img src="/files/9i8rVzqiMocCjrP9aEip" alt=""><figcaption></figcaption></figure>

6. You can scroll down for additional insights into the vulnerabilities identified.

<figure><img src="/files/pkr8lEEFlLcLm4NtVxmG" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Congratulations! Thats how you get started with protecting yourself from Malicious smart contracts on Asset Chain.
{% endhint %}


---

# 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.assetchain.org/general-info/security.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.
