This project is a smart contract that solves two real-life issues which are as follows:
It is a crowdfunding system that can be hence used to fund the people as per their request upon voting in the community and hence transferring the pool fund to the request that has been highly voted.
Let's say there are three requests :
Raising fund for a startup
Educational loan
Finance for medical support
and let's say there are 4 contributors. 3 of them vote for the request 3 and 1 vote for the cause 1. So as per the condition set in the solidity program, request 3 will be funded the crowd pool collected money. And that request is funded by the manager only.
Second issue it solves is an aid towards reducing the climate crisis and its negative impact on the environment. At this preliminary stage, we have just incorporated a mechanism to know the carbon footprint of a project that a requester can post for crowdfunding i.e. any startup. We have kept it for voters to choose whether to support that project or not. But we aim at making the system better by rewarding the project that has a minimal carbon footprint and/or that can help reduce environmental degradation. This way we can educate the people to run their brains towards coming up with a environment-friendly solution for development. The rewards will be in the form of NFTs that will be airdropped to the project manager's (requester's) wallet address
It was difficult to come up with a way to connect blockchain and solutions towards environmental issues. It indeed took us time and a bit of research work to find out how can we use blockchain to protect the environment and support a greener Earth. But eventually, we came up with a solution by just simply observing a child in real life. The child was asked to complete a task for which he was to be rewarded and he successfully completed it before time. We observed this and thought of DefiCaptix, a system to reward the green rangers.
Discussion