[certora] allocation at groupId is greater than equal leafId#905
Open
bhargavbh wants to merge 35 commits into
Open
[certora] allocation at groupId is greater than equal leafId#905bhargavbh wants to merge 35 commits into
bhargavbh wants to merge 35 commits into
Conversation
…of allocations at MarketId
renamed Signed-off-by: Bhargav Bhatt <40268131+bhargavbh@users.noreply.github.com>
renamed Signed-off-by: Bhargav Bhatt <40268131+bhargavbh@users.noreply.github.com>
bhargavbh
marked this pull request as ready for review
March 17, 2026 21:27
lilCertora
reviewed
Mar 18, 2026
lilCertora
reviewed
Mar 18, 2026
lilCertora
reviewed
Mar 18, 2026
QGarchery
reviewed
Mar 18, 2026
…ubsumed by invariant
…ubsumed by invariant
…rketIdAllocations
bhargavbh
force-pushed
the
certora/allocationsSumOfMarketIdAllocations
branch
from
May 7, 2026 07:03
63a56b5 to
7141ba8
Compare
…mOfMarketIdAllocations
QGarchery
approved these changes
May 7, 2026
lilCertora
reviewed
May 7, 2026
lilCertora
reviewed
May 7, 2026
lilCertora
reviewed
May 7, 2026
lilCertora
approved these changes
May 7, 2026
lilCertora
left a comment
Collaborator
There was a problem hiding this comment.
LGTM with some comments for clarity
QGarchery
reviewed
May 10, 2026
improved comment Co-authored-by: Quentin Garchery <garchery.quentin@gmail.com> Signed-off-by: Bhargav Bhatt <40268131+bhargavbh@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds invariants that allocation at AdapterId and CollateralId is sum of MarketId allocations.as a result, proves:- adapter allocation >= any individual market allocation- collateral allocation >= any individual market allocationFor a generic adapter following a hierarchical model of leafId (e.g. marketId) and groupId (e.g. collateralId), proves that the allocation at the group-level >= allocation at leaf-level.