Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 911 Bytes

index.md

File metadata and controls

21 lines (13 loc) · 911 Bytes

DeFi SDK

DeFi SDK is an open-source system of smart contracts that allows you to execute trades with ERC20 tokens and track balances on different protocols.

If you have any questions about DeFi SDK, feel free to reach out to us on our Discord server{target=_blank}.

Features

💸Trade any ERC20 tokens on L2 chains using single Router contract

See How to swap ERC20 tokens using DeFi SDK Router

💥Query user assets and debt deposited in DeFi protocols like Maker, Aave, dYdX, etc.

How much debt does 0xdead..beef have on Compound?

📊Get the underlying components of complex derivative ERC20 tokens

How much cUSDC vs ETH does ETHMACOAPY have?

✨Interact with multiple DeFi protocols in a unified way

See How to interact with DeFi SDK contracts