#090: Formal Verification of Multi-Sig Logic
Category: [CONTRACT]
Difficulty: ● HARD
Tags: soroban, security, audit, multi-sig, verification
Description
Perform a formal review and verification of the contract's multi-signature authorization logic. Since this contract manages significant funds, ensured that the require_auth patterns are used correctly and that there are no "backdoors" or bypasses for administrative actions.
Acceptance Criteria
#090: Formal Verification of Multi-Sig Logic
Category: [CONTRACT]
Difficulty: ● HARD
Tags:
soroban,security,audit,multi-sig,verificationDescription
Perform a formal review and verification of the contract's multi-signature authorization logic. Since this contract manages significant funds, ensured that the
require_authpatterns are used correctly and that there are no "backdoors" or bypasses for administrative actions.Acceptance Criteria
ContractRegistryorAssetSettings.