# Audits & Bug Bounties

## V1 Audits

Blend v1 audits can be found here: <https://docs-v1.blend.capital/audits-and-bug-bounties>

## V2 Audits

### Certora&#x20;

{% file src="<https://881490810-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLg1UeA72WAt02V2TIIga%2Fuploads%2FyjudpKSQT22ZBSJQhFLm%2FScript3%20-%20Certora%20-%20Blend%20v2%20-%20Formal%20Verification%20Draft%20v2%20Report%20-%20June%202025.pdf?alt=media&token=e6b17c6c-f48f-4303-a918-ea4721083707>" %}

{% file src="<https://881490810-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLg1UeA72WAt02V2TIIga%2Fuploads%2FMPArMBwCYxyNF1hQikHa%2FScript3%20-%20Certora%20-%20Blend%20v2%20-%20Security%20Assessment%20Draft%20v3%20Report%20-%20April%202025.pdf?alt=media&token=420928dc-ec35-4889-95a1-d1eab79b1f4e>" %}

### Code4rena

{% file src="<https://881490810-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLg1UeA72WAt02V2TIIga%2Fuploads%2F29UVneQBuTn8vUsKozCp%2FCode4rena%20x%20Blend%20V2%20audit%20report.pdf?alt=media&token=3e2e06f4-bee4-4501-af89-ccf2615fb1f7>" %}

## Community Bug Bounties

The blend community is also offering bug bounties. Those are listed here:

* Markus' Bug Bounty

  Markus, CEO of Script3, is personally offering a 9 million BLND bug bounty for issues found in the core Blend protocol contracts. This covers the Lending Pool contract, Backstop contract, Pool Factory contract, and Emitter contract. The bounty will not be awarded for any of the issues covered in the [#known-issues](https://docs.blend.capital/tech-docs/potential-improvements#known-issues "mention") section of the docs.

  * Criteria:
    * Critical: Vulnerabilities that immediately result in a loss of user funds with minimal preconditions
    * High: Vulnerabilities that may result in a loss of user funds but are potentially difficult to exploit.
    * Medium: Vulnerabilities that may result in denial of service scenarios or degraded usability.
    * Low: Low probability vulnerabilities, which are still exploitable but require extenuating circumstances or undue risk.
    * Info: Best practices to mitigate future security risks. These are classified as general findings.
  * Payouts:
    * Critical: 500,000 to 2,000,000 BLND
    * High: 100,000 to 500,000 BLND
    * Medium 10,000 BLND
    * Low 1,000 BLND
    * Payout amounts within ranges are up to the discretion of Markus
  * Contact Info:
    * Twitter: <https://x.com/markus_0_>


---

# 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.blend.capital/audits-and-bug-bounties.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.
