Skip to content

Commit d4907d0

Browse files
author
Will Flores
committed
XLS-98: Update number per bot fix
1 parent 3035c5c commit d4907d0

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pre>
2-
xls: 97
2+
xls: 98
33
title: Institutional DeFi Insurance Protocol for XLS-0065 Vaults
44
description: An ecosystem-layer insurance protocol enabling vault depositors to purchase coverage against borrower defaults in XLS-0066 lending vaults.
55
author: Will Flores <wflores@wardprotocol.org>

XLS-0098-insurance-protocol/docs/institutional-overview.md

Whitespace-only changes.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This document defines the complete operational flows under **XLS-0097** for inst
1515
## 1. Policy Issuance Flow
1616

1717
```mermaid
18+
1819
sequenceDiagram
1920
participant D as Depositor (Institutional Client)
2021
participant O as Operator (Underwriting Node)
@@ -46,6 +47,7 @@ sequenceDiagram
4647
## 2. Claim Validation Flow
4748
4849
```mermaid
50+
4951
sequenceDiagram
5052
participant D as Depositor (Policy Holder)
5153
participant O as Operator (Claims Assessor)
@@ -90,10 +92,11 @@ sequenceDiagram
9092
Note over O,E: Step 9 — EscrowCreate Transaction
9193
O->>E: Create EscrowCreate for payout
9294
E-->>O: 48-hour dispute countdown initiated
93-
95+
9496
## 3. Claim Settlement Flow
9597
9698
```mermaid
99+
97100
sequenceDiagram
98101
participant O as Operator (Insurer)
99102
participant E as Escrow (XRPL Payout Channel)

XLS-0098-insurance-protocol/policy-states.md

Whitespace-only changes.

0 commit comments

Comments
 (0)