FlowFund is a streaming-based community funding protocol built on Stellar + Drips Wave. Instead of one-time donations or grants, funding flows continuously in real-time to projects based on: Community votes Engagement Verified impact signals Think: βGitcoin Grants + Patreon + Streaming Money β but fully decentralized and real-time.β
# π FlowFund Protocol
**FlowFund Protocol** is a decentralized, real-time funding infrastructure built on **Stellar + Drips Wave**, enabling continuous micro-streaming of funds to projects, creators, and communities.
> π‘ Rethinking funding: from one-time grants β continuous capital flow
---
## π Overview
FlowFund Protocol introduces a new financial primitive: **Streaming Funding**.
Instead of static, one-time disbursements, funds are:
- Distributed continuously (per second/minute)
- Dynamically adjusted based on community signals
- Fully transparent and on-chain
This unlocks **sustainable, merit-based funding** for builders globallyβstarting with Africa.
---
## π Problem
Traditional funding systems suffer from:
- β One-time grants (unsustainable)
- β Lack of transparency
- β Centralized decision-making
- β Limited access for grassroots innovators
---
## π‘ Solution
FlowFund enables:
### πΈ Continuous Funding Streams
Users stream funds to projects in real-time via Drips Wave.
### π³οΈ Community-Driven Allocation
Funding adjusts based on:
- Votes
- Engagement
- Project activity
### π Impact-Based Distribution
Projects earn more as they:
- Deliver milestones
- Gain traction
- Build trust
### π Real-Time Control
Supporters can:
- Pause funding
- Redirect streams
- Adjust contributions instantly
---
## π§± Monorepo Structure
```bash
flowfund-protocol/
βββ apps/
β βββ web/ # React frontend (user dashboard)
β βββ api/ # NestJS backend (core services)
β
βββ packages/
β βββ ui/ # Shared UI components (design system)
β βββ sdk/ # Stellar + Drips integration SDK
β
βββ contracts/
β βββ soroban/ # Smart contracts (funding logic)
β
βββ infra/
β βββ docker/ # Containerization configs
β βββ scripts/ # Deployment & automation scripts
β
βββ docs/ # Technical documentation
βββ .github/ # CI/CD workflows
βββ package.json β¦