Skip to content

Commit

Permalink
Add notes about contract immutability
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrrg authored Oct 31, 2023
1 parent 399964f commit 7e6583f
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

0 comments on commit 7e6583f

Please sign in to comment.