The 15% Cap
The parameter that closes the Terra loop.
Problem
How much of the protocol's collateral can come from the protocol's own token? The answer to this single question is the difference between Terra's failure mode and a protocol whose worst case is bounded.
Solution
No more than 15% of total backing collateral may be SZK.
The cap is enforced in code, at the issuance layer, and cannot be raised by governance. It applies to total backing collateral across all positions; it is not a per-position constraint that can be aggregated around.
Discussion
This is the parameter that closes the Terra loop. Without a cap, dilution is unbounded — the protocol can in principle continue minting SZK to defend the peg until SZK price reaches zero, at which point the dilution mechanism has no defensive power and the peg breaks anyway. Unbounded is the failure mode.
The 15% figure was selected from a sensitivity analysis across the bounded-dilution proof: the parameter that produces the smallest worst-case dilution while still allowing meaningful Layer 4 defensive capacity. Lower than 15% reduces defensive capacity unnecessarily. Higher than 15% widens the worst-case bound.
See Also
- § 4.4 · The Bounded-Dilution Proof — what the cap buys you, expressed as a number
- § 5.3 · What Governance Can and Cannot Touch — why the cap is on the immutable side of the line