Flash Loan Mastery is a smart contract that enables flash loans on Solana. We think that this is the simplest and best Solana flash loan program.
Why does Flash Loan Mastery exist?
- Solana currently does not have an independent flash loan offering and we think that it is important that it does so. Flash Loan Mastery is completely independent and open source.
- Current flash loan offerings in Solana are tied to borrow/lend platforms and all too often borrowing is disabled right when direly needed like during turbulent markets. Flash Loan Mastery cannot be disabled by anyone for any reason.
Our approach
Our aim is to make Flash Loan Mastery as simple as possible, with very easy to understand code. Unlike most Solana smart contracts, Flash Loan Mastery is completely open source and we aim to freeze the smart contract (make it un-upgradeable) within the next 3 months (of January 2023).
What can it be used for?
- Arbitrage: traders might earn by spotting price discrepancies across several different exchanges and exploiting them. Read more
- Collateral swaps: quickly replace another type of collateral for the collateral used to secure the user's loan
- Interest rate swaps: quickly move from one lending platform to another in search of better interest rates
How much does it cost?
We charge a flat fee of 0.095% for each successful flash loan. Read more.
Recent Posts
BYOB Integration is now live!
BYOB (or Build Your Own Bot) is basically a Solana transaction builder; a user interface where you can create actions (called "instructions" in the Solana ecosystem) and chain them together...
read article2nd Place At Sandstorm Hackathon!
Solana Sandstorm was a virtual hackathon organized by LamportDAO and Helius Labs from from Jan 10 - Jan 23, 2023. The event's gracious judges just made this announcement: The 2nd place winner of the...
read articleJupiter Arbitrage Trading
Installation Git Clone the repository. Install all the dependencies with yarn. yarn Locate or setup your file system wallet file. Set up a file named .env (right next to where the file named...
read articleEarning With Flash Loan Mastery
Apart from using Flash Loan Mastery profitably (e.g. arbitrage trading), you can earn a return from Flash Loan Mastery in the following ways: 1. Earn as a Depositor When you deposit your funds into...
read articleFlash Loan Mastery CLI
Our CLI tool allows you to use Flash Loan Mastery from the command line. What the CLI can do: Initialize flash loan pools Deposit tokens into flash loan pools Withdraw tokens from flash loan...
read articleCharges And Fees
We charge a flat fee of 0.095% for each successful flash loan. For example of a flash loan of 1,000 USDC, you will need to repay 1,000.95 USDC. In this case the total amount of interest charged would...
read articleFlash Loan Mastery Javascript SDK
Our Javascript SDK is a tool that allows you to interact with our smart contract. The SDK is open source and the code can be found here. Documentation generated by typedoc can be found...
read articleHello World!
Hello World! Flash Loan Mastery is a new smart contract that enables flash loans on Solana. We think that this is the simplest and best Solana flash loan program. We will use this space (our blog)...
read article