📜
SRWA Documentation
SRWA.ioDemoGitHub
  • Getting Started
    • Overview
      • Components
        • Lending Protocol
        • Lending Pool
        • SRWA Badge
      • Other
        • Oracle
        • Admin
    • How It Works
      • Risk Management
      • Deposit
      • Borrow
      • Withdraw
      • Repay
      • Liquidate
  • Core Calculations
    • Utilization
    • APR
    • SB and SD Tokens
    • Interests
    • Available Liquidity
    • Collateral
    • Protocol Reserve
  • SRWA Interface
    • About
    • Requirements
    • How to Use
      • Lending
        • Lending Account
        • Savings and Loans
        • Deposit
        • Withdraw
        • Borrow
        • Repay
      • Market
      • Tools
        • Transactions
        • Wallet
Powered by GitBook
On this page
  1. Getting Started
  2. Overview
  3. Other

Admin

PreviousOracleNextHow It Works

Other sets of methods are made for the maintainers (which we call Admins), and their purpose is to keep the protocol up to date with market trends and to allow the admins to use security measures in case something goes wrong.

Every pool has a set of parameters and settings that the admins can change if needed.

Those pool parameters are:

min_liquidiable_value

max_liquidation_percent

liquidation_bonus

liquidation_reserve_factor

deposit_limit

Pool settings that can be updated are:

base

base_multiplier

multiplier

kink

reserve_factor

ltv_ratio

You can learn more about their use in of the docs.

Every admin action is protected with multisign, so every time someone wants to change something, it has to be confirmed by at least three admins. Admins have the Admin Badge that can be assigned or revoked by the Lending Protocol.

Business logic of Lending Protocol can be updated at any time with the help of the Admin Badges.

calculations section