SignUITJudging Panel ยท 5 of 6

MVP Materials

Artifacts that demonstrate the minimum viable product โ€” demos, prototypes, walkthroughs, and technical stack.

Live Demo

SignUIT Dashboard

A live, interactive dashboard demonstrating the full collateral routing workflow. Built with React + TanStack Query + Nexus Framework.

9
Pitch slides
1,000+
Test holdings
3s
CTD compute
100%
Policy compliance

Demo Scenarios

Scenario 1: Basic Margin Call Routing
Trigger: PrimeBank issues a $15M margin call to VantageCapital
System Response: SignUIT scans 1,000+ holdings, filters by counterparty eligibility (PrimeBank accepts T-Bills, Corporate Bonds, ETFs), checks LTV limits (<70%), and excludes restricted assets
CTD Selection: Algorithm prioritizes lowest opportunity cost (3.2% yield-bearing assets last), sends $10M T-Bills + $5M Corporate Bonds
Human Approval: Treasury ops reviews suggestion in dashboard, clicks "Approve"
Audit: AllocationRecord created on Canton with full recommendation trail, timestamp, and approver identity
Result: 3 seconds vs. 30 minutes. $15M routed. $2,300/day yield preserved. Immutable audit created.
Scenario 2: After-Hours Emergency
Trigger: 2:47 AM โ€” flash crash triggers $50M margin call from 3 counterparties simultaneously
System Response: SignUIT processes all 3 calls in parallel, no human intervention required for first-pass recommendations
CTD Selection: Optimizes across all 3 calls to minimize total opportunity cost, avoids sending same asset to multiple counterparties
Human Review: On-call manager receives mobile notification, reviews batch approval, clicks confirm
Result: All 3 calls resolved in <10 seconds. No overnight team wake-ups. Zero errors.

Technical Architecture

Frontend

  • React 19 + TypeScript
  • TanStack Router + Query
  • Tailwind CSS + shadcn/ui
  • Real-time WebSocket updates

Backend

  • Bun runtime (high-performance)
  • SQLite (bun:sqlite)
  • Better Auth (authentication)
  • WebSocket server

Blockchain

  • Canton Network (sub-transaction privacy)
  • Daml smart contracts
  • Ledger API integration
  • Immutable audit trail

Smart Contracts

  • CollateralPolicy (institution-controlled)
  • CollateralHolding (asset registry)
  • MarginCall (counterparty-triggered)
  • RoutingSuggestion + AllocationRecord

MVP Feature Checklist

Implemented (Day 1 MVP)

  • CollateralPolicy template (institution-controlled)
  • CollateralHolding template (asset registry)
  • MarginCall template (counterparty-triggered)
  • RoutingSuggestion template (CTD recommendation)
  • AllocationRecord template (immutable audit)
  • CTD algorithm (yield-preserving optimization)
  • Policy compliance engine (eligibility, LTV, haircut)
  • Human-in-the-loop approval
  • Canton sandbox integration
  • Interactive dashboard

Phase 2 (Post-MVP)

  • Auto-approve (policy-bounded)
  • Multi-tenancy (institution isolation)
  • REST API for third-party integration
  • Real-time market data feeds
  • Mobile app (iOS/Android)
  • Advanced analytics & reporting
  • Custom policy rule builder
  • Bulk allocation processing
  • Integration with DTCC DTC
  • Canton mainnet deployment

Artifacts & Links

Live Dashboard

Interactive demo with real CTD computation, policy checks, and approval workflow.

Open

GitHub Repository

Full source code: Daml smart contracts, React frontend, Nexus Framework integration.

View Code

Pitch Deck

9-slide dynamic pitch deck. Navigate with arrow keys. Built with React + Tailwind.

Open

Daml Contracts

Smart contract templates: CollateralRouter.daml, SeedData.daml demo script.

View Code
SignUIT CollateralRouter โ€” Hackathon Submission 2026signuit.com