diff --git a/content/sips/sip-390.md b/content/sips/sip-390.md index f3cc17ce4..b37a63bd1 100644 --- a/content/sips/sip-390.md +++ b/content/sips/sip-390.md @@ -14,7 +14,7 @@ created: 2024-06-05 -This sip proposes to incorporate into the minimum credit calculation the amount of snxUSD margin deposited into a given market by traders. +This sip proposes to patch the minimum credit calculation by incorporating the escrowed snxUSD margin deposited by traders into a perp market. ## Abstract @@ -37,7 +37,7 @@ The minimum credit calculation update ensures that markets are sufficiently cove -The original [validation](https://github.com/Synthetixio/synthetix-v3/blob/cace699d1fb070042ca09a390c95548c31a5d025/protocol/synthetix/contracts/storage/Market.sol#L278) did not take into account that traders' margin are included credit capacity. This patch only needs to be applied to, snxUSD, while other spot synths, deposited by traders are **not** included into `creditCapacity` calculation by the core system by default. +The original [validation](https://github.com/Synthetixio/synthetix-v3/blob/cace699d1fb070042ca09a390c95548c31a5d025/protocol/synthetix/contracts/storage/Market.sol#L278) did not take into account that traders' margin are included credit capacity. This patch only needs to be applied to snxUSD, while other spot synths, deposited by traders are **not** included into `creditCapacity` calculation by the core system. ## Technical Specification