Hacki
All BUIDLs

About the project

## What it is Verify lets two people doing a deal over WhatsApp — a plumber and a client, a landlord and a tenant — protect their money without either one needing a crypto wallet. The payer funds an escrow through WhatsApp + Kapso (QR or bank transfer, blockchain never shown), an AI arbitration layer evaluates the delivered evidence, and the payout settles automatically on-chain in USDT via the official WDK CLI — a real, independently verifiable Sepolia testnet transaction, not a mock. ## How it works 1. **WhatsApp bot** — conversational flow to create a deal, pay, upload evidence, and trigger arbitration.2. **AI arbitration** — Gemini and Claude independently evaluate the evidence; consensus decides the outcome.3. **Real payout** — a PayBot agent calls @tetherto/wdk-cli and sends real USDT on Sepolia testnet, with guardrails (whitelist, daily limits) and a full audit trail.4. **Live dashboard** — a Next.js frontend shows the arbitration happening in real time over WebSocket, and lets users track and withdraw funds. ## Try it live — no install required - Bot test chat: https://bot-production-f3de7.up.railway.app/demo- Dashboard: https://frontend-gilt-pi-76.vercel.app- API docs: https://verity-production-866b.up.railway.app/docs Full payment-verification steps (import the demo wallet, send a real transfer, check it on Etherscan) are in the repo README. ## What's real vs. simulated The WDK payout is a genuine on-chain transaction — that's what Track 1 evaluates. Kapso, photo storage, and parts of the arbitration pipeline are simulated with production-shaped responses so the full flow can be demoed end to end without external credentials.