https://github.com/zeriontech/yc2019
https://github.com/zeriontech/yc2019
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeriontech/yc2019
- Owner: zeriontech
- License: gpl-3.0
- Created: 2019-04-13T02:13:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T14:52:44.000Z (almost 4 years ago)
- Last Synced: 2025-06-13T16:09:00.651Z (about 1 year ago)
- Language: Swift
- Size: 271 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Defy — a better savings account (YC2019)
[](https://www.gnu.org/licenses/gpl-3.0)

### An app that uses benefits of Decentralized Finance (DeFi) to give people access to high-yield savings accounts.
## Inspiration
For a long time now, most of the banks in the US provide very low savings rates, ranging from 0.01% to 2% annually. Typically, these do not even match the inflation rate.
At the same time, multiple financial primitives for lending and borrowing emerged on top of Ethereum last year. Using blockchain for executing financial contracts allows to cut the middleman and reduce the costs. Simultaneously, it creates a global money market with more competitive lending and borrowing rates.
The great thing about it is that it is already available and fully-functional. People can earn high-interest rates on deposits in crypto. The existence of stablecoins such as DAI which price is pegged to the US dollar makes it possible to earn interest on top of fiat currencies as well. At the same time, crypto-to-fiat gateways such as Wyre allow for seamless integration with the traditional financial system (credit cards, bank accounts).
## What it does
Defy mobile app allows people to connect their bank account, go through a simple KYC procedure, deposit US dollars and start earning interest straight away. The current rate is around 6.4% annually. There is no lockup period, money can be withdrawn at any time.
## How we built it
To make the app work, we integrated several public APIs as well as Compound which is a protocol that runs on Ethereum. We used:
1. Wyre (https://www.sendwyre.com/) to verify user identity and buy DAI (a stablecoin pegged to $1) with the US dollars.
2. Plaid (https://plaid.com/) to connect users' bank accounts
3. Compound (https://compound.finance/) to earn interest on top of DAI
4. Alchemy (https://alchemyapi.io) to propagate transactions to the Ethereum network
5. Ethereum as the underlying smart-contract technology that enables Open Finance
## Authors
- [@evgeth](https://github.com/evgeth), Evgeny Yurtaev
- [@rockfridrich](https://github.com/rockfridrich), Vadim Koleoshkin
- [@bashalex](https://github.com/bashalex), Alex Bashlykov