From 15bae86551a143e4544a8ee95e7ce04b150bffbb Mon Sep 17 00:00:00 2001 From: chainvisions <67360117+chainvisions@users.noreply.github.com> Date: Mon, 7 Sep 2020 18:35:37 -0600 Subject: [PATCH 1/3] Add DeFi protocols and tools Added a few DeFi protocols and tools to the list --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6a66c5..cbcae9a 100644 --- a/README.md +++ b/README.md @@ -739,8 +739,13 @@ Key enhancements over go-ethereum: #### DeFi (Decentralised Finance) +- [Uniswap](https://uniswap.org) - Decentralized exchange powered by the Automated Market Maker model (AMM). +- [Compound](https://compound.finance) - Decentralized lending and borrowing. +- [1inch Exchange](https://1inch.exchange) - Get the best rates among multiple DEXes. + + Tools + [Defi Dashboard](https://debank.com/): portfolio tracker, project lists, rankings, etc. + + [Zapper](https://zapper.fi/): dashboard for viewing and managing your DeFi investments. --- ## Contribute From f0292d5873c00321f20f8e384e69f1739c4a131d Mon Sep 17 00:00:00 2001 From: chainvisions <67360117+chainvisions@users.noreply.github.com> Date: Tue, 8 Sep 2020 20:15:24 -0600 Subject: [PATCH 2/3] Add Furucombo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbcae9a..f1fa0dd 100644 --- a/README.md +++ b/README.md @@ -746,6 +746,7 @@ Key enhancements over go-ethereum: + Tools + [Defi Dashboard](https://debank.com/): portfolio tracker, project lists, rankings, etc. + [Zapper](https://zapper.fi/): dashboard for viewing and managing your DeFi investments. + + [Furucombo](https://furucombo.app/): easily create flashloans without writing a single line of code. --- ## Contribute From 32318327e131fa9342ff6d50deb4166b104a3ecf Mon Sep 17 00:00:00 2001 From: chainvisions <67360117+chainvisions@users.noreply.github.com> Date: Tue, 8 Sep 2020 20:22:24 -0600 Subject: [PATCH 3/3] Add Synthetix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1fa0dd..b7f07c8 100644 --- a/README.md +++ b/README.md @@ -742,6 +742,7 @@ Key enhancements over go-ethereum: - [Uniswap](https://uniswap.org) - Decentralized exchange powered by the Automated Market Maker model (AMM). - [Compound](https://compound.finance) - Decentralized lending and borrowing. - [1inch Exchange](https://1inch.exchange) - Get the best rates among multiple DEXes. +- [Synthetix](https://synthetix.io/) - Protocol for synthetic assets. + Tools + [Defi Dashboard](https://debank.com/): portfolio tracker, project lists, rankings, etc.