Logo Lanfrica

Flow-Labs-Africa/flowfund-labs

Domain:

digital infrastructuresocioeconomic

Record type:

software
Creator:
Flo
Host:
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 …