# Security

## Audits

Pareto’s products have undergone multiple audits by both security firms and independent experts. A full list of security reports is available on the Audits page.

{% content-ref url="security/audits" %}
[audits](https://docs.pareto.credit/developers/security/audits)
{% endcontent-ref %}

## Monitoring

Pareto’s protocols are secured by the [Hypernative Platform](https://www.hypernative.io/), which provides real-time monitoring and protection to prevent fund losses. The system detects and mitigates cyberattacks, automatically pausing on-chain smart contracts (see *Pauser* under [addresses](https://docs.pareto.credit/developers/addresses "mention")) before any assets are compromised.&#x20;

Continuous surveillance extends to the front end, smart contract vulnerabilities, private keys, and multi-signature wallets.


---

# 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.pareto.credit/developers/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.
