Institutional-grade protection against borrower defaults, liquidation slippage, and smart contract failures on the XRP Ledger.
Ward Protocol provides institutional insurance for XLS-66 Lending Protocol vault depositors. When borrowers default, lenders lose capital - Ward Protocol makes depositors whole.
WebSocket-based XLS-66 default detection with instant alerts and PostgreSQL logging.
Automated claim validation using XLS-66/65 formulas with multi-factor verification.
XLS-20 NFT-based policy certificates with transferable coverage and on-chain metadata.
Multi-factor premium calculation with 0.5x-2.0x risk multipliers based on vault metrics.
Time-locked claim settlement with community dispute window before payout.
Institutional capital aggregation with 200% minimum coverage ratio enforcement.
Ward Protocol provides a comprehensive REST API for integration.
https://api.wardprotocol.org
System health check
curl https://api.wardprotocol.org/health
Get all insurance pools
curl https://api.wardprotocol.org/pools
Get specific pool details with metrics
curl https://api.wardprotocol.org/pools/fccc5eca-4dfa-4ac7-966f-09ce5786ff76
Protocol-wide statistics
curl https://api.wardprotocol.org/stats
Get default events with optional vault filter
curl https://api.wardprotocol.org/defaults?limit=10
Full Swagger UI available at:
https://api.wardprotocol.org/docs
Ward Protocol is currently deployed on XRPL Testnet:
# Clone repository
git clone https://github.com/wflores9/ward-protocol.git
cd ward-protocol
# Setup database
./database/setup_database.sh
# Create testnet wallets
python3 scripts/setup_testnet_wallets.py
# Deploy to testnet
python3 scripts/deploy_testnet.py
# Start monitoring
python3 scripts/start_monitor.py