Vault Valuation
Last updated
Was this helpful?
The Net Asset Value (NAV) sets the price-per-share used at settlement. It has three direct consequences:
How many shares are minted when a deposit settles
How much USDC is returned when a redemption settles
How fees are computed (management and performance fees are calculated against NAV at each update)
The NAV reflects only positions actively held by the Curator. Pending deposits sitting in the silo are excluded because they haven't entered the managed assets yet.
Example:
Curator managed balance
10 USDC
Pending deposits (in silo)
5 USDC
Pending redemptions
2 USDC
NAV used for settlement
10 USDC
The valuation is split across two roles to prevent either party from acting unilaterally:
Valuation Provider -> proposes NAV -> stored in contract, not yet applied
|
Curator -> reviews and approves -> triggers settlementNeither can push a valuation through on their own.
Off-chain (by an external or internal provider, submitted manually) or on-chain via smart contracts pulling position data directly from connected protocols. Both are valid, the choice depends on the complexity of the underlying positions.
At deployment, NAV starts at zero. The first update happens once the Curator begins deploying capital.
Next: Roles
Last updated
Was this helpful?
Was this helpful?

