Rs Lending banner
XOXNO XOXNO

Rs Lending

Development community

Description

Lending & Borrowing protocol for @MultiversX

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

MultiversX Lending Protocol

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)]() [![Coverage](https://img.shields.io/badge/coverage-90%25-brightgreen.svg)]() [![Security Audit](https://img.shields.io/badge/security-audited-green.svg)]()

Enterprise-grade decentralized lending protocol built on MultiversX blockchain. Features NFT-based position management, multi-source oracle protection, sophisticated liquidation mechanisms, and institutional-level security architecture.

What We Do

**Decentralized Money Markets**: The protocol creates isolated lending pools for digital assets where users can supply assets to earn yield or borrow against collateral. Each asset has its own liquidity pool with dynamic interest rates based on supply and demand.

**Why**: Traditional DeFi lending suffers from oracle manipulation vulnerabilities, liquidation cascades, and poor capital efficiency. Our protocol solves these through:

  • Multi-source oracle validation with TWAP protection (±2% tolerance primary, ±5% secondary)
  • NFT-based position isolation preventing cross-contamination between strategies
  • Immediate bad debt socialization eliminating bank run scenarios
  • Sophisticated liquidation bonuses targeting optimal health factors (1.01-1.02)

**How**: Users interact with a Controller contract that manages positions as NFTs, while individual Liquidity Layer contracts handle the core financial mechanics. Price feeds come through a multi-source aggregator with built-in manipulation resistance.

Core Features

🏦 **Supply & Earn**

  • Deposit assets into lending pools to earn compound interest
  • Interest accrues through scaled token appreciation (no need to claim)
  • Multiple supply positions per NFT with automatic yield optimization
  • Revenue from borrower interest payments and protocol fees

💳 **Borrow Against Collateral