Every curator action on this vault is verified by Newton before it executes. Actions that comply with the vault's on-chain policies are approved; anything outside those rules is blocked automatically.
A demo vault which prevents the curator from reallocating funds when there is a depeg event. This is checked via the Webacy API and a sanity check on the maximum allowed deviation from a $1 price.
SEPOLIA
USDC*
WEBACY
Current APY
12.40%
Approved actionDenied action
Total Deposits
$1.28M
Approved actionDenied action
Policy
Newton enforces this vault's policies at the smart-contract level, before any curator action can execute. Every proposed action runs through Newton's decentralized operator network, which is secured by EigenLayer and evaluates it inside secure enclaves before sealing an approve-or-deny verdict into a single BLS attestation. The vault's smart contract verifies that proof on-chain, and only a verified attestation lets the curator action go through.
Checks the depeg-demo's reallocate call against Webacy's peg signals
3 rulesCryptographically securedExecuted in Secure Enclave
Category
Control
Description
View Source
Peg Integrity
Depeg Detection
Denies when Webacy marks the screened token as structurally collapsed. WebacyWebacy's depeg-monitor API flags structurally collapsed pegged tokens.
Oracle Integrity
Stale Oracle Data
Denies when Webacy flags its own snapshot as stale. WebacyWebacy flags its own snapshot freshness, so a stale read can't silently pass.
Price Deviation
Absolute Deviation Cap
Denies when the token's absolute deviation from peg exceeds the configured cap. WebacyWebacy computes the token's live absolute deviation from its peg.
Policy source
Loading policy source…
Public transparency view. Data is indexed from on-chain Newton events.