Skip to content

Commit

Permalink
Merge pull request #163 from balancer/gerrrg-patch-1
Browse files Browse the repository at this point in the history
Add notes about contract immutability
  • Loading branch information
mikemcdonald authored Oct 31, 2023
2 parents 0d56205 + 7e6583f commit bdc4cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/contracts/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Balancer has completed full audits with Certora, OpenZeppelin, Trail of Bits, an

Audit reports can also be found in the [Balancer V2 Core repository](https://github.com/balancer/balancer-core-v2/tree/master/audits).

## Code Immutability
The core contracts that make up the Balancer V2 Protocol, such as the Vault and Pools (Weighted, Stable, LBP, Managed, Linear, etc), are immutable by design. Any pool updates are made by deploying brand new factories/pools and require users to electively migrate.

## Balancer x Certora Accelerator

On the 10th [of October 2022](https://medium.com/balancer-protocol/balancer-and-certora-launch-security-accelerator-420d3b839a37), Balancer launched the Balancer Certora Security Accelerator in partnership with [Certora](https://www.certora.com/). The Security Accelerator helps projects building on Balancer increase their code security.
Expand Down

1 comment on commit bdc4cb4

@vercel
Copy link

@vercel vercel bot commented on bdc4cb4 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.