Debt Bridge
Example of how to move Debt between protocols
Step 1
Installation or just use your browser console.
Step 2
Step 3
Trigger the following uniquely designed spells to fulfill this use case. Check this section for generic details around casting spells.
The DSA will cast the spells across the MakerDAO, Compound and Instapool connectors in the specified sequence.
Maker -> Compound
Benefits
When Borrow rate on Maker > Compound. Pay less interest on your debt.
Help make DAI stable.
Recipe
Instapool: borrow DAI
MakerDAO: payback DAI
MakerDAO: withdraw ETH
Compound: deposit ETH
Compound: borrow DAI
Instapool: return DAI
Requirements
User must have a Maker Vault.
Be sure to check the borrowing power on Compound to have enough margin from liquidation.
Copy
Compound -> Maker
Benefits
When Borrow rate on Maker < Compound. Pay less interest on your debt.
Help make DAI stable.
Recipe
Instapool: borrow DAI
Compound: payback DAI
Compound: withdraw ETH
MakerDAO: deposit ETH
MakerDAO: borrow DAI
Instapool: return DAI
Requirements
User must have a Maker Vault. If not, create a new vault in the same transaction itself.
Be sure to check the borrowing power on MakerDAO to have enough margin from liquidation.
Last updated