# Audits / Security

The security of the 88mph protocol is our highest priority; our development team, alongside third-party auditors and consultants, has invested considerable effort to create a protocol that we believe is safe and dependable. All contract code and balances are publicly verifiable, and security researchers are eligible for a [bug bounty](https://immunefi.com/bounty/88mphv3/) for reporting undiscovered vulnerabilities.

The current version of 88mph has been reviewed & audited by [Trail of Bits](https://github.com/trailofbits/publications/blob/master/reviews/88mph.pdf), [Code423n4](https://code423n4.com/reports/2021-05-88mph/), and [PeckShield](https://github.com/peckshield/publications/blob/master/audit_reports/PeckShield-Audit-Report-88mphv3-v1.0.pdf).

Previous versions have been audited by [PeckShield](https://github.com/peckshield/publications/blob/master/audit_reports/peckshield-audit-report-88mph-v1.0.pdf) and [Quantstamp](https://certificate.quantstamp.com/full/88-mph). Additional features were audited by [Certik](https://www.certik.org/projects/88mph) and [PeckShield](https://github.com/peckshield/publications/blob/master/audit_reports/peckshield-audit-report-88mph%20Zero%20Coupon%20Bonds-v1.0.pdf). We don't ship unaudited code.

### Additional security analysis

* [Defi safety](https://docs.defisafety.com/finished-reviews/88mph-v3.0-process-quality-review)
* [Defiyield](https://defiyield.info/assets/pdf/88mph.pdf)

{% hint style="danger" %}
Please exercise caution, and make your own determination of security and suitability.
{% 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.88mph.app/developer-docs/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.
