Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/user-docs/borrowing-and-liquidations.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@ The liquidation of Troves is connected with certain gas costs which the initiato

`0.0375 WETH + min(0.5% trove_collateral, 2_units_of_LST_or_WETH)`

The `0.0375 WETH` is funded by a [refundable gas deposit](borrowing-and-liquidations.md#what-is-the-refundable-gas-deposit) while the variable `0.5%` part comes from the liquidated collateral, slightly reducing the liquidation gain for Stability Providers.
The `0.001 WETH` is funded by a [refundable gas deposit](borrowing-and-liquidations.md#what-is-the-refundable-gas-deposit) while the variable `0.5%` part comes from the liquidated collateral, slightly reducing the liquidation gain for Stability Providers.

### What is the max Loan-To-Value (LTV)?

That depends on the collateral type you will use. 

ETH will have a LTV of 90.91% while wstETH and rETH will have it at 83.33%.
ETH, wstETH, and rETH have a LTV of 90.91% while other assets have other LTVs. Check out the full [Collateral Parameters](https://docs.nerite.org/docs/technical-documentation/collaterals) chart for all details on current settings.

### What is the refundable gas deposit?

To open a new Trove, the protocol requires a liquidation reserve of 0.0375 ETH regardless of the chosen collateral, which is set aside to cover the gas costs of a potential liquidation. The deposit is returned when the Trove is closed by the user (including upon redemptions).
To open a new Trove, the protocol requires a liquidation reserve of 0.001 ETH regardless of the chosen collateral, which is set aside to cover the gas costs of a potential liquidation. The deposit is returned when the Trove is closed by the user (including upon redemptions). The deposit goes to liquidation bots if a trove is liquidated.

### How much will I pay for my loan?

Expand Down Expand Up @@ -230,4 +230,4 @@ The liquidator can freely choose between two fallback liquidation modes for the
2. Redistribution: the liquidator triggers a redistribution, through which the Trove's entire debt and collateral is redistributed to all fellow borrowers of the respective collateral market, in proportion to their own collateral amounts. Thus, the respective borrowers will receive a share of the liquidated collateral and see their debts increase proportionally.

### Shutdown Borrow Markets
The system may shut down borrow markets whose total collateralization ratio (TCR) falls below 110% (for ETH) or 120% (for wstETH and rETH). The shutdown is performed by incentivizing redemptions against the respective collateral (see [this](https://liquity.gitbook.io/v2-whitepaper/liquity-v2-whitepaper/functionality-and-use-cases#c9aukpugrj32) for more details)
The system may shut down borrow markets whose total collateralization ratio (TCR) falls below 110% (for ETH) or other amounts for other collaterals based on risk parameters. The shutdown is performed by incentivizing redemptions against the respective collateral (see [this](https://liquity.gitbook.io/v2-whitepaper/liquity-v2-whitepaper/functionality-and-use-cases#c9aukpugrj32) for more details)
2 changes: 1 addition & 1 deletion docs/user-docs/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To understand Nerite it's helpful to understand [Liquity](https://www.liquity.or
| Similarities | Differences |
|--|--|
| Immutability|ETH Mainnet (Liquity V2) only vs Arbitrum Only (Nerite) |
|Decentralization| **Additional Collateral:** sfrxETH, weETH, tETH, tBTC, COMP, and ARB|
|Decentralization| **Additional Collateral:** Nerite accepts: ETH, wstETH, rETH, rsETH, weETH, ARB, COMP, tBTC|
|Redemption of stablecoins for underlying collateral maintains the $1.00 peg no matter what| Nerite adds Streaming: USND can be streamed at any rate using [Superfluid](https://www.superfluid.finance/). Pay anyone every second.|
|Shared Security from Friendly Forks |ARB deposited in the protocol can be delegated by Nerite governance.|
||Nerite adds Additional security features to allow for the other features, like debt limits|
Expand Down