📜
SRWA Docs
SRWA.ioDemo Application
  • Intro
    • 🥳Welcome!
    • 🔥What's new?
    • 💰Lending
    • 📑RWA Vaulting
    • ✅SRWA Validator
    • 🏅Recognition
    • 🪙SRWA Token - $RWA
  • Products
    • SRWA Lending
      • Core Principles
      • Solution Architecture
      • User Badge
      • Web Application
        • Lending
        • Deposit & Withdraw
        • Borrow & Repay
        • Market
        • Wallet
        • Transactions
      • Lending Protocol
        • Protocol Operation
        • APY Calculation
          • Interest per Epoch
          • Account Position Calculations
        • Liquidations
          • Liquidation Function
          • Regular Liquidation
          • Insolvency Liquidation
          • Micro Liquidation
      • Vaults
        • Pool Params
      • Radix API / Gateway
      • Oracle
      • Risk management
      • Additional Considerations
      • Protocol Incentives
      • Security Audits
      • Release Candidate Config
        • Pool XRD
        • Pool xUSDC
    • SRWA Vaulting
  • Projects
    • 🏗️Ploughshare
  • General Information
    • ☎️Contact
Powered by GitBook
On this page

Was this helpful?

  1. Products
  2. SRWA Lending
  3. Web Application

Lending

PreviousWeb ApplicationNextDeposit & Withdraw

Last updated 4 months ago

Was this helpful?

At you can see and manage your positions. It is divided into three major groups: Lending Account, Savings, and Loans.

Below are descriptions.

Lending Account

Net APY Your current annual percentage yield. It is based on all positions you have (deposits and borrow). In this example -0.04% means overall, the user will pay 4 cents per year on each $100 of deposited value.

Daily Your daily interest gain (if plus) or loss (if minus), denominated in USD. In this example, -0.01 USD means the user is paying 1 cent per day.

Deposit Ballance Represents your total deposit, summed for all deposited assets, denominated in USD. In this example, the user has deposited 5,490 USD worth of assets.

Max Loan Limit You can get a specific loan position based on the Loan-to-Value (LTV) for each asset. If the LTV for XRD is 0.5 and you deposit 100 XRD, you can borrow an equivalent of up to 50 XRD. In the screenshot example, the user can get a loan of up to 2,740 USD.

Loan Balance Represents your total loan, summed for all borrowed assets, denominated in USD. In the screenshot example, the user has borrowed assets valued at 1,200 USD.

Loan Limit Used Represents how much of the loan limit is being used. In the screenshot, it is 43.73%

Savings

Asset Represents the asset pool available in the protocol, like XRD or xUSDC.

APY Current Annual Percentage Yield for a given asset deposit position.

Deposit Balance Your current deposit of a given asset.

Wallet Balance Your current wallet balance of a given asset.

Loans

Asset Represents the asset pool available to borrow in the protocol, like XRD or xUSDC.

APY Current Annual Percentage Yield for a given asset borrow position.

Borrow Balance Your current borrow of a given asset.

% of Limit Represents how much of a loan is taken for a given asset.

app.srwa.io/lending
SRWA Lending - Lending