Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 938 Bytes

File metadata and controls

32 lines (23 loc) · 938 Bytes

image

deploy

devnet: https://solscan.io/account/QoB7dVkkZr3oLb95DMpSptvUF8mTygDHNjFQh5y5RAb?cluster=devnet

Orbitlen Program Interface Overview

Admin Instructions

  1. lending_pool_add_bank

    • Adds a new bank to the lending pool.
  2. initial_vault

    • Initializes a vault associated with a specific bank.

User Instructions

  1. initialize_account

    • Initializes a user account for protocol interaction.
  2. lending_account_borrow

    • Enables users to borrow assets from the lending pool.
  3. lending_account_deposit

    • Allows users to deposit assets into their account.
  4. lending_account_liquidate

    • Facilitates the liquidation of under-collateralized accounts.

DeFi Protocol Interactions

  1. raydium_deposit / withdraw
  2. raydium_swap_base_in / out