Protocol Actors
Protocol Actors
There are three actors in the Maple Protocol ecosystem:
Borrowers
Lenders
Pool Delegates
Borrowers
Borrowers initiate loan requests by specifying terms and providing collateral if required.
Borrowers draw down loans after they are approved and funded.
Borrowers repay principal and interest through associated smart contracts.
Code Example: This snippet queries the GlobalsV2
contract to check if a given address is an authorized borrower
Lenders
Lenders deposit specific assets into designated pools.
Lenders accumulate interest on deposits as borrowers repay loans.
Lenders withdraw assets from pools using the
WithdrawalManager
contract.
Code Example:
Delegates
Delegates evaluate and approve/fund loan requests based on criteria specific to each pool.
Delegates accept or reject refinance proposals.
Delegates manage various pool utilities, such as adjusting the liquidity cap or authorizing certain lenders.
Code Example: This snippet queries the poolV2
contract to query the on-chain name of a given pool
Last updated