Digitale Signatur
Mathematisches Verfahren zur Überprüfung der Authentizität.
The evolution of lending protocols has introduced 'Cross-Margin' and 'Isolated-Margin' accounts, allowing for more precise risk management. While these protocols provide deep liquidity and capital efficiency, they are susceptible to smart contract bugs, economic exploits ([Oracle manipulation](/de/terms/oracle-manipulation)), and rapid cascading liquidations during market crashes. More sophisticated models now incorporate 'Supply Caps' and 'Borrow Caps' to mitigate exposure to specific risky assets, ensuring the overall stability of the protocol's treasury and user funds.
graph LR
Center["Digitale Signatur"]:::main
Rel_decentralized_finance_defi["decentralized-finance-defi"]:::related -.-> Center
click Rel_decentralized_finance_defi "/terms/decentralized-finance-defi"
Rel_defi["defi"]:::related -.-> Center
click Rel_defi "/terms/defi"
Rel_asymmetric_encryption["asymmetric-encryption"]:::related -.-> Center
click Rel_asymmetric_encryption "/terms/asymmetric-encryption"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Erkläre es wie einem 5-Jährigen
Think of a [lending protocol](/de/terms/lending-protocol) like a giant, automated pawn shop that lives on the internet. You don't need to talk to a banker or show your credit score. If you want to borrow $100 worth of [Bitcoin](/de/terms/bitcoin), you have to leave $150 worth of [Ethereum](/de/terms/ethereum) in the shop's safe first. If the price of Ethereum drops too much, the shop automatically sells it to pay back the loan (liquidation). People who leave their spare money in the shop's safe get a cut of the fees paid by borrowers.
🤓 Expert Deep Dive
Lending protocols operate on 'Utilization-based Interest Rate Models'. The interest rate (APR/APY) is a function of the utilization ratio (U = Borrows / Total Liquidity). As utilization approaches an 'Optimal' point (often 80-90%), interest rates rise sharply to encourage repayments and new deposits. To maintain system health, protocols define a 'Liquidation Threshold' and a 'Loan-to-Value' (LTV) ratio. If a borrower's Health Factor falls below 1, their position is eligible for 'Liquidation', where arbitrageurs can repay the debt in exchange for the collateral at a discount (Liquidation Bonus). Most protocols also support 'Flash Loans'—zero-collateral loans that must be repaid within a single transaction block, enabling advanced arbitrage and refinancing strategies. Security hinges on 'Oracles' (like Chainlink), which must be resistant to manipulation to prevent 'Bad Debt' during high volatility events.