Security Council

An overview of the Security Council role.

The Security Council is a governance oversight role introduced to protect depositors against abnormal valuation movements. It manages the price-per-share guardrails, a set of on-chain bounds that constrain how much the vault valuation can change between updates.

This role exists to add an independent safety layer on top of the standard valuation flow, without interfering with day-to-day operations.

circle-exclamation

Responsibilities

The Security Council is responsible for:

  • Configuring the upper and lower rate bounds that constrain price-per-share movements

  • Activating or deactivating guardrail enforcement

  • Monitoring valuation patterns and adjusting bounds when market conditions require it

What the Security Council can do

Guardrails management

  • Set the upper annual rate bound, limiting maximum price-per-share appreciation

  • Set the lower annual rate bound, limiting maximum price-per-share depreciation

  • Activate or deactivate guardrail enforcement on the vault

Valuation safety

  • Prevent abnormal valuation updates from being applied at settlement

  • Provide an independent check on the valuation flow, separate from the Curator and Valuation Provider

Valuation override

  • Propose a valuation that bypasses guardrail enforcement, used to exceptionally submit a legitimate valuation that falls outside the configured bounds

How guardrails work

Guardrails define an acceptable range for price-per-share changes between two valuation updates. The bounds are expressed as annual rates and scale proportionally based on the time elapsed since the last update.

At each valuation update, the protocol checks whether the proposed price per share falls within the allowed range. If the variation exceeds the configured bounds, the update is rejected.

circle-info

Guardrails are time-scaled. A vault with a 20% upper annual bound and daily valuations would allow roughly 0.05% appreciation per day. The same bound with weekly valuations would allow roughly 0.38% per week.

Benefits for vault operators

Guardrails provide an extra layer of security on top of the standard valuation flow. Operators gain an independent on-chain check that limits the impact of erroneous or manipulated valuations, with parameters that remain visible and verifiable by depositors.

Last updated