# Security

Security audits help protocols protect against bugs and hackers, but you must keep in mind that security audits don’t guarantee 100% security.

We’ve undergone a security audit from [Pashov Group.](https://x.com/PashovAuditGrp)

{% embed url="<https://github.com/pashov/audits/blob/master/team/pdf/SharwaFinance-security-review.pdf>" %}

{% hint style="info" %}
Although we went through the audit, there were some changes in our code base after-audit. We're well aware of changes that we've made.&#x20;
{% endhint %}

* Review commit hash - [ec6beb584386f9d72f4a236e3df7cfae90678e41](https://github.com/SharwaFinance/MarginTrading/tree/ec6beb584386f9d72f4a236e3df7cfae90678e41)
* Fixes review commit hash - [74e84ef79dec39318a170221dcb7f91eaa804030](https://github.com/SharwaFinance/MarginTrading/tree/74e84ef79dec39318a170221dcb7f91eaa804030)
* Deployed Version of the protocol - [90e5610a5bb18a7693c698b4f386b1d5bb9538bc](https://github.com/SharwaFinance/MarginTrading/tree/90e5610a5bb18a7693c698b4f386b1d5bb9538bc)


---

# 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://sharwa.gitbook.io/sharwa-docs/margin-account/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.
