stockLtvPct of its value borrowed as USDG and flash-looped into the vault’s yield strategy.
Input
string
required
The vault’s id from
list_strategies (starts with equity-).string
required
Deposit in human units of the vault’s deposit token (USDG), e.g.
"10000".string
Stock-leg LTV percent to borrow at. Default: the vault’s
targetLtvPct. Capped at 88% of the stock market’s liquidation LTV (55 on a 62.5% market) — a higher value is refused, never clamped.number
default:"0.01"
Ratio; capped at
0.01 (the app’s setting for vaults).integer
default:"1"
Vaults exist on
4663 only.Output
Fail-closed cases
The preview refuses, with a plain reason, when the stock market cannot lend the borrow (liquidityUsd), when the yield market cannot fund the flash loop directly (the vault entry has no reallocation path), when stockLtvPct is above the cap, when market data is stale, or when the id is a loop rather than a vault.