The Custody Enforcement Layer manages the entire collateral lifecycle via qualified custodians. It ensures that collateral is properly locked, continuously monitored, and liquidated when necessary — all without assets ever leaving custodial infrastructure.
TICS: Transaction Instruction & Confirmation System
TICS is the programmatic bridge between Parthenon Fi's smart contracts and custodian APIs. It translates on-chain credit events into custodian-executable instructions and relays custodian confirmations back to the protocol.
TICS Operations
Operation
API Endpoint
Description
Reserve
POST /collateral/reserve
Pre-authorize collateral reservation. Returns reservation_id and timestamp.
Lock
POST /collateral/lock
Encumber collateral. Assets visible to borrower but transfer-restricted.
Monitor
GET /collateral/health
Retrieve real-time collateral valuation and LTV calculation.
Margin Call
POST /collateral/margin-call
Issue margin call notice to borrower. Start Cure Period timer.
Liquidate
POST /collateral/liquidate
Instruct custodian to liquidate specified collateral amount.
Release
POST /collateral/release
Release collateral encumbrance upon full repayment.
OCC-chartered national trust bank (Charter #25366, December 2025). Provides:
Qualified custody satisfying SEC/RIA requirements
Collateral segregation and encumbrance via Go Network
Up to $250M insurance coverage via Lloyd's syndicates
Margin call execution and liquidation processing
Tri-party Account Control Agreement support
Anchorage Digital Bank
OCC-chartered digital asset bank (January 2021). Atlas collateral management platform provides:
Real-time LTV monitoring
Automated margin call processing
Liquidation execution
Payment processing
The Anchorage-Spark partnership ($150M USDC against $222M BTC) is the closest existing precedent to Parthenon's Module 2 architecture
Zodia Custody
Standard Chartered subsidiary, ADGM FSRA-licensed. Provides:
Institutional-grade custody for ADGM-based counterparties
English common law compatibility (matching GMSLA governing law)
Existing FSRA authorization
Integration target for ADGM deployment phase
Collateral Monitoring
Continuous LTV Monitoring
TICS calculates LTV continuously using dual oracle feeds:
Primary Oracle: Chainlink decentralized price feeds — aggregated from multiple data sources, providing manipulation resistance through consensus-based reporting.
Secondary Oracle: Exchange aggregator TWAP — time-weighted average price calculated across Binance, Coinbase, and Kraken, providing a cross-reference for primary feeds.
Feed Divergence Handling
If primary and secondary feeds diverge beyond a configurable threshold (default: 5%), TICS:
Flags the discrepancy for manual review
Uses the more conservative (higher LTV) calculation for margin call purposes
Pauses automated liquidation until feed reconciliation
Notifies all relevant parties (borrower, lender, custodian)
This prevents oracle manipulation from triggering improper margin calls or liquidations.