TODO:: fix this.
Inspiration
What it does
How I built it
Challenges I ran into
Accomplishments that I'm proud of
What I learned
What's next for bps-financial-inclusion
The idea is based on a combination of ideas taken from: The Circles project The use of a Zero Sum Accounting system Betbot built for the Status.im hackathon
It takes as a premise that there is some kind of system of welfare (or UBI) where a central authority is responsible for the distribution of Ether (or another cryptocurrency) to a registered set of people. The intended beneficiaries of this Dapp are therefore low income populations with low access to financial services as well as recipients of monetary aid (such as GiveDirectly or other government programs such as in India)
Every entity (recipient of welfare/ubi) has their own contract through which they receive Ether. Each of these contracts maintains the ZeroSum balance sheet for the person/a global balance sheet for all the participants.
Entities can then trade in the following ways:
- Directly with Ether
- By converting Ether to an external currency/converting an external currency to Ether
- With promises of future payments (i.e. buying on credit)
- With other entities’ promises of future payments (Person X owes me R...)
The mechanism that enables this trade with promises of future payments is an append only queue called the FuturePaymentQueue (FPQ). If one wants to trade with a promise of future payment, the transaction is added to one’s FPQ (after permission from both parties is obtained). Creditors are then paid according to their order in the FPQ (by means of smart contracts). The FPQ will be completely transparent, in terms of the nature of a person’s debt commitments and when they will be repaid (how far down the que they are.)
In order for this system to function participants need to have access to smart phones, the internet and an app such as Status so participants can interact with the Dapp. (This concept is designed for low income areas, such as informal settlements or townships in Africa, so until smartphones become more ubiquitous this project may be futuristic).
Further concepts can be included such as an automated tax collection on every transaction in the system. This can then automatically be re-distributed fairly among participants in a perpetual economic cycle. If this is successful the need for external input into the system will no longer be present and the system will be self sufficient.
In conclusion: The system largely automates the distribution of UBI/welfare and encourages trade and thus economic growth. Although the system remains trustless, it has an effective mechanism for buying on credit.
Log in or sign up for Devpost to join the conversation.