The Flash Loan Building Block.
Kollateral aggregates liquidity from the largest pools and surfaces it to developers with a simple interface.
Available Liquidity
$0.00
Ether
$0.00
DAI
$0.00
USDC
Simple Implementation
Kollateral uses a simple pass-through architecture making it trivial to use within your defi flows.invoke.js
MyContract.sol
1
2
3
4
5
6
7
8
9
10
import { Kollateral, Token } from '@kollateral/kollateral'
const kollateral = await Kollateral.init(ethereum);
kollateral.invoke({
contract: myContractAddress
}, {
token: Token.DAI,
amount: web3.utils.toWei(1000)
}).then(() => console.log("success!");
Kollateral powers a more efficient financial system
Arbitrage
Perform DEX arbitrage with 0 upfront capital.
Refinance
Build loan refinancers.
Liquidate
Liquidate under-collateralized loans on all of the popular lending platforms.