Chronos-Logistics is a production-grade verification protocol designed to eliminate "Waybill Fraud" in Nigeria. Built with Next.js 15 and Supabase, it audits courier metadata through a real-time Trust Engine. It provides a secure, transparent infrastructure to detect recycled labels and protect SMEs from logistics-based financial scams.
# Chronos-Logistics: Ending the Era of the 'Waybill Scam'
For over a decade, Nigeria’s digital commerce has been built on a foundation of shifting sand. We call it "Trust," but in reality, it's a gamble. Every time you send money to an Instagram vendor or a WhatsApp seller, you aren't just buying a product; you’re betting your hard-earned salary against a shadow.
The "Waybill Scam" is a sophisticated plague. ₦850 Million is drained from the Nigerian economy annually. Scammers take your money, send you a photo of a logistics label, and disappear. By the time you realize that "GIG-XXXX" was actually a recycled label from three days ago—or worse, a label destined for someone else entirely—the trail is cold.
**Chronos-Logistics** is the social defense mechanism. As a core layer of the **Vanguard ID ecosystem**, we bridge the gap between digital identity and physical transit.
### The Trust Engine (Audit Protocol)
Chronos runs a multi-vector audit on every tracking number:
- **Destination Verification:** Cross-referencing waybill metadata with your actual address via **Adaptive Fuzzy Matching**. If it's not going to you, it's a fraud.
- **Recycle Detection:** Identifying labels older than 24 hours that are being re-sold to multiple victims.
- **Velocity Auditing:** tracking query counts to identify leaked or publicly posted labels.
- **Sage Voice Integration:** Live AI briefing that provides human-centric security guidance during the audit process.
### Technical Architecture
- **Frontend:** Next.js 15 (App Router) + Tailwind CSS 4.0 + Framer Motion.
- **Backend:** Supabase (PostgreSQL) for the Global Fraud Registry.
- **Intelligence:** Sage Voice API for live audit summaries.
- **Security:** Strict Environment Mode. Admin Dashboard locked behind protocol keys.
### Deployment / Real-World Integration
- **Vercel:** Optimized for Next.js 15.
- **Supabase:** Database schema includes `fraud_registry` (waybill_number, reason, details, created_at).
- **Environment Variable …