Abax Documentation
  • 🧮Meet Abax!
    • Overview
    • Glossary
  • Lending
    • Collateral & Borrowing
    • Health Factor
    • Market Rules
    • Interest Rate Model
    • Liquidation
      • Liquidation Formula
    • Protocol Fee
  • Tokenomics
    • Abax Token
    • Public Contribution
    • Promotional Campaigns
  • How to Use Abax
    • How to Start Using Abax?
    • How Can I Make a Deposit?
    • How Do I Withdraw?
    • How Can I Borrow?
    • How Do I Repay Debt?
  • Governance
    • Governance System
  • Contracts
    • Lending Protocol
      • Lending Pool
        • Messages
          • Lending Pool Actions
          • Lending Pool Flash
          • Lending Pool Maintain
          • Lending Pool Manage
          • Lending Pool View
          • A Token Interface
          • V Token Interface
        • Storage
          • Types
          • Structs
        • Calculations
          • Interest Accumulation
          • Account Interest Accumulation
          • Rate Recalculation
          • Calculate Lending Power
        • Errors
    • Abax DAO
Powered by GitBook
On this page
  1. Contracts
  2. Lending Protocol
  3. Lending Pool

Messages

(a.k.a. external functions)

The Lending Pool Messages are grouped into 7 categories:\

  • Lending Pool Actions - messages providing core Lending Pool functionalities like depositing, repaying, borrowing, repaying, etc...

  • Lending Pool Flash - a single message providing Flash Loan functionality.

  • Lending Pool Maintain - a single message allowing for accumulating interest.

  • Lending Pool Manage - access controlled messages allowing for adding new assets to the protocol, modifying parameters, freezing, etc ...

  • Lending Pool View - messages responsible for accessing the contract storage - should be used only by an external caller.

The two last categories are used internally by the proxy Tokens representing the deposit and debt of an account in the protocol:

  • A Token Interface - messages used by the proxy token representing deposit

  • B Token Interface - messages used by the proxy token representing debt.

PreviousLending PoolNextLending Pool Actions

Last updated 1 year ago