From 1591f5197a371d972d9a8e5a5551850d81aa42a6 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 12 Sep 2024 09:53:10 +0200 Subject: [PATCH] Update README.md --- src/periphery/contracts/static-a-token/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/periphery/contracts/static-a-token/README.md b/src/periphery/contracts/static-a-token/README.md index 14e81d17..8b2668e6 100644 --- a/src/periphery/contracts/static-a-token/README.md +++ b/src/periphery/contracts/static-a-token/README.md @@ -92,3 +92,8 @@ It is important to note that: - `underlying_price` is fetched from the AaveOracle, which means it is subject to mechanisms implemented by the DAO on top of the Chainlink price feeds. - the `latestAnswer` is a scaled response returning the price in the same denomination as `underlying_price` which means the sprice can be undervalued by up to 1 wei - while this should be obvious deviations in the price - even when limited to 1 wei per share - will compound per full share + +### Security considerations + +- the code was extensively tested with both unit & fuzzing tests +- [Certora security review and property checking](https://github.com/aave-dao/aave-v3-origin/blob/067d29eb75115179501edc4316d125d9773f7928/audits/11-09-2024_Certora_StataTokenV2.pdf)