Disaster Aid Tracker
Decentralised · Solana
// Overview
An immutable tracking ledger for NGO disaster relief fund distribution. The system guarantees full public auditability of fund pathways from donor entities down to local shelters, while keeping sensitive beneficiary personal information safe. Deployed on Solana Devnet, the smart contract processes transaction flows with zero overhead.
// The Transparency Dilemma
During global crises, billions of dollars are donated to international NGOs. However, tracking where those funds go is notoriously difficult. A significant percentage of aid is lost to administrative overhead, local corruption, or logistical leakage before reaching the ground.
At the same time, publishing the ledger of relief payouts directly to a public blockchain exposes the personal details, locations, and financial statuses of vulnerable disaster victims, violating basic human privacy rights and making them targets.
// Technical Architecture & Solutions
#
// 1. High-Performance On-Chain Tracking
To build an auditable ledger that can process high volumes of transactions during an active crisis:
`Donor` $\rightarrow$ `Global NGO` $\rightarrow$ `Local Relief Team` $\rightarrow$ `Shelter Outpost`.
#
// 2. Privacy-Preserving Hash Linkage
To balance public auditability with beneficiary privacy:
#
// 3. SPL Token Simulation
// Results & Insights
On-Chain Auditability vs Privacy
Creating a verifiable and immutable tracking ledger for disbursement funds on-chain while keeping the personal details and names of disaster victims completely confidential and secure.
Custom SPL Token Simulation
Simulating high-velocity fund flows for relief distribution without incurring major fees. Configured a custom SPL token system on Solana Devnet to mock multi-site relief disbursement pathways.