LogoLogo
  • Introduction
  • 👨‍🦱Personas
    • Borrowers
      • Submit Loan Request
        • Loan Collateral
      • Repay Loan
        • Withdraw Collateral
      • Accept Commitment
      • Loan Status
    • Lenders
      • Review Loan Requests
      • Accept Loan Request
      • Claim Collateral
      • Create Commitment
    • Pool Owner
      • Pool Settings
      • Loan Payment Type
      • Payment Cycle Type
    • Liquidators
      • Liquidate Loan
    • Reward Allocators
  • Resources
    • Deployed Contracts
Powered by GitBook
On this page
  1. Personas

Lenders

Lenders accept bid requests on the protocol in order to provide capital to borrowers and earn interest.

PreviousLoan StatusNextReview Loan Requests

Last updated 2 years ago

In order to gather information for a submitted loan that can be accepted, call the method bids(uint256) on the TellerV2 contract where the input parameter is the bid Id. Learn more in the section .

👨‍🦱
Review Loan Requests