The Glue protocol implements two distinct types of loan mechanisms:
These two systems complement each other, offering advanced functionality, wide compatibility, gas efficiency, and an exceptionally low borrowing fee of 0.01%. The fees from both Glue's Flash Loans and Glued Loans are paid entirely to the Glues that provide the collateral. This approach puts all locked assets to work, generating indirect revenue for the respective Sticky Token holders.
Comparison | Fee | Assets type | Liquidity Insurance |
---|---|---|---|
Uniswap V3/V4 | From 0.01% to 1% (LP fee) | Non-taxable ERC20s | LP fees |
Uniswap V2 | 0.3% (LP fee) | Any ERC20 | LP fees |
Aave FL | 0.09% | Selected ERC20s | Lenders fees |
Glued Loans | 0.01% | Any ERC20 + ETH | Locked in all Glues |
Standard single-source loans where users borrow from one specific Glue address at a time.
Implemented in each individual Glue address
Designed to support existing bots and standard flash loan integrations
Familiar interface for developers already working with flash loans
Extremely low 0.01% fee structure paid entirely to the Lender Glue (no team fee)
Borrow ETH and ERC20s
Best for:
✅ Existing flash loan bots ✅ Simple arbitrage operations ✅ Standard DeFi operations ✅ Quick integrations ✅ Single-source borrowing needs
👇 Learn about the implementation and how to use Glue's flashLoan
Glued Loans are an advanced, gas-optimized system allowing users to borrow from multiple Glues in a single transaction. This system provides maximum flexibility by letting users handle the repayment logic themselves, making it ideal for complex operations and special token types.