📜
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. Vaults

Pool Params

Below is the list of configurable pool parameters, divided into categories.

// ---- Deprecated!!! --- Work in Progress

        
// The liquidity pool
liquidity_pool

// Loan-to-Value - how much of the user deposit is accounted as his collateral 
ltv_ratio
// How much is going to the protocol reserve
reserve_factor

// User state
users, borrow_balances, deposit_balances

// Pool deposit interest rate
deposit_rate, borrow_rate
PreviousVaultsNextRadix API / Gateway

Last updated 4 months ago

Was this helpful?