Renaissance Financial — The Risk Operating System for Liquid Vault Operators

Renaissance is an always-on risk operating system for liquid vault operators. We ingest live onchain data, maintain a mechanism-level world model, simulate policy changes before capital moves, and run an ambient agent that keeps improving between meetings.

Core Modules

Renaissance Financial
README.md×
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The risk operating system for liquid vault operators.
██████╗ ███████╗███╗ ██╗ █████╗ ██╗███████╗███████╗ █████╗ ███╗ ██╗ ██████╗███████╗
██╔══██╗██╔════╝████╗ ██║██╔══██╗██║██╔════╝██╔════╝██╔══██╗████╗ ██║██╔════╝██╔════╝
██████╔╝█████╗ ██╔██╗ ██║███████║██║███████╗███████╗███████║██╔██╗ ██║██║ █████╗
██╔══██╗██╔══╝ ██║╚██╗██║██╔══██║██║╚════██║╚════██║██╔══██║██║╚██╗██║██║ ██╔══╝
██║ ██║███████╗██║ ╚████║██║ ██║██║███████║███████║██║ ██║██║ ╚████║╚██████╗███████╗
╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝╚══════╝
## The Problem

Liquid Vaults are the new structured products. They carry hidden risks that no dashboard can surface.

01
Too Deep to See

Yields buried under 5+ layers of derivatives. Oracle recognition lag lets unpriced liquidation sensitivity accumulate silently.

02
Too Tied to Fail

Correlated mechanisms across protocols. Supplier flight in one market triggers liquidity tightening in three others.

03
Too Fast to Track

Allocator rotation, borrower demand buildup, delayed liquidation clearance — every metric is a moving target.

04
Too Risky to Trust

Curators are incentivized to maximize APY, not to protect capital. No one explains what is actually driving the risk.

## What We Do

We decompose vault risk into asset, protocol, liquidity, and path-dependency layers. Then we maintain a mechanism-level world model that interprets what is happening, explains why, and tests what to do about it.

// What is PT-wcgUSD-18DEC2025?
PT-wcgUSD-18DEC2025[Pendle PT]
└── SY-wcgUSD[Standardized Yield]
└── wcgUSD[Non-rebasing Wrapper]
└── cgUSD[T-Bill Vault]
└── USDC[Base Asset]
Layers: 5
Protocols: Pendle, Cygnus, Circle
Yield Source: US T-Bills + PT discount
Risk Score: 7.8/10 (High)
// Pipeline: ingest → interpret → explain → simulate → improve
[Ingest]Live onchain data — block-by-block market state, positions, oracle feeds
[Interpret]Convert raw metrics into mechanism-level risk state
[Explain]Name the active mechanisms, show supporting evidence, assign confidence
[Simulate]Test policy changes before moving capital — baseline vs intervention
[Improve]Ambient agent investigates, recalibrates thresholds, refines policy
## Risk Methodology
// Swiss Cheese Model: cumulative risk scoring
01Decompose→ Trace token to base assets
02Score→ Each layer's risk evaluated independently
03Aggregate→ cumulative = max(child) + (self × 0.5)
04Monitor→ Continuous position tracking
Like airport security layers. Each catches different risks. No single point of failure.
## Mechanism Model

We do not just see metrics. We maintain an interpretable model of what mechanisms are active, why, and what they imply.

// Active mechanisms — wstETH/USDC market example
MECHANISMROLECONF.
oracle_lag_to_hidden_riskprimary82%
supplier_flight_to_liq_tighteningsecondary71%
borrower_demand_buildupcontributing58%
Evidence: oracle gap 1380s (3× normal), 47 near-liq positions, 91.4% utilization
State: stable → tightening → stressed
## Simulation & Policy Lab

We test policy before capital is moved. Every intervention is simulated against the current market state.

// Scenario: wstETH/USDC stress intensification
Baseline:
→ Risk index reaches 7.8 within 6 hours at current trajectory
Intervention A: Cap incremental deployment
→ Peak risk: 6.2 (−20%)
→ Tradeoff: carry −42bps, reduces tail exposure 14.2% → 8.7%
Intervention B: Pre-position liquidity buffer
→ Peak risk: 5.8 (−26%)
→ Tradeoff: 15bps drag, cuts liquidation cascade probability by 60%
// Recommendation: Intervention A. Best risk-adjusted outcome at current utilization.
## The System Keeps Working

Between meetings, the ambient agent investigates, recalibrates, and surfaces what changed.

New collateral appears on Morpho

System detects it, decomposes to base assets, scores every layer, builds monitoring pipeline.

Oracle gap exceeds 3× normal

Mechanism confidence recalibrated. Investigation launched. Policy recommendation updated.

Supplier outflow crosses p95 threshold

Liquidity tightening mechanism activated. Simulation rerun with new parameters. Morning digest updated.

You are not buying a quarterly risk review. You are buying a continuously improving risk system.

## System Architecture
// Five modules, one operating system
MODULESCOPE
Risk Data PlaneLive onchain ingestion — block-by-block market state
World ModelMechanism-level interpretation with evidence and confidence
Simulation LabPolicy testing — baseline vs intervention, tradeoff analysis
Ambient AgentContinuous investigation, threshold recalibration, digest
Vault OperationsRenaissance-managed vaults — our first customer is ourselves
// New data arrives → model updates → agent investigates → policy improves.
// The system gets better between meetings.
## Explore
liquid-vault-risk-engine
// Try in terminal: decompose wstETH or risk PT-wcgUSD-18DEC2025
Terminal
zsh
Renaissance Terminal v1.0 Type 'help' for commands, or try 'decompose wstETH'
guest@renaissance ~%