From c63fa89d3357cafcc9da1f073b47e40cc7dc52fa Mon Sep 17 00:00:00 2001 From: NikolaiKryshnev <63440682+NikolaiKryshnev@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:42:02 +0300 Subject: [PATCH] Update september_audit.md --- docs/archive/september_audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/archive/september_audit.md b/docs/archive/september_audit.md index 9e04fe4..754c073 100644 --- a/docs/archive/september_audit.md +++ b/docs/archive/september_audit.md @@ -1,4 +1,4 @@ -## Level Protcol Contracts +## Level Protocol Contracts The Level Protocol is structured around the ERC-20 `lvlUSD` stablecoin and its staked counterpart `slvlUSD`. `LevelMinting` allows institutional participants to mint `lvlUSD` by collateralizing stablecoins like USDC and USDT and to redeem collateral by burning `lvlUSD`. `StakedlvlUSD` allows users to stake their `lvlUSD` to gain exposure to long-tailed basis trade positions and to earn yield -- this exposure is tokenized by `slvlUSD`. `Freezer` enables a first-loss protection mechanism by which stakers take on risk to protect the value of `lvlUSD`: while `slvlUSD` may accrue yield, it may also lose a portion of its value when `lvlUSD` held by the staking contract is frozen to preserve the value of `lvlUSD`. `Slasher` is responsible for burning `lvlUSD`.