Save (formerly Solend)
CtrlK
  • Introduction to Save
  • Getting Started
    • Start Here (Desktop)
    • Start Here (Mobile)
    • Supply & Borrow APY
    • Liquidations
    • Risks
    • FAQ
    • Debugging FAQ
  • DAO & Token
    • DAO
    • Token
    • IDO
  • Protocol
    • Solend Pools
    • Parameters
    • Fees
    • Liquidity Mining
    • Limits
    • Media
    • Audit
    • Bug Bounty
    • Oracles
  • Permissionless Pools
    • Introduction
    • Risks
    • Pre-Listing Checklist
    • Listing a Pool
    • Post-Listing
    • Managing a Pool
    • Switchboard v2 Guide
    • Pool Ideas
  • Architecture
    • Building Blocks
    • Software Flowchart
    • Access Controls
    • User Instructions
    • Computing Supply & Borrows
    • cTokens
      • cToken Addresses
    • Addresses
      • Mainnet
        • Main Pools
        • Isolated Pools
      • Devnet
  • Integrations
    • Introduction
    • Integration Guide
    • Solend LITE
    • Liquidators
    • Flash Loans
    • Developer Referral Fee
    • Resources and FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Integrations

Flash Loans

Currently, this version of flash loan implementation for Solend exists, but functionality is limited due to the reentracy of Solana transactions, where Program A calls Program B, and etc.

Logosolana-program-library/processor.rs at master ยท solendprotocol/solana-program-libraryGitHub

We are currently working on a working flash loan program and the mitigation for it, so that it can be used safely, and will document it here when it's ready.

https://github.com/solendprotocol/solana-program-library/pull/70

PreviousLiquidatorsNextDeveloper Referral Fee

Last updated 3 years ago

Was this helpful?