yvUSD
📄️ yvUSD APR (Oracle + APR Service)
yvUSD APR is derived from a mix of onchain data (vault/strategy accounting and APR-oracle reads) and an offchain service that periodically computes and caches results for fast frontend access.
📄️ LockedyvUSD (Cooldown Vault)
LockedyvUSD is a vault that wraps yvUSD shares and restricts withdrawals behind a cooldown period plus a withdrawal window. In this workspace it is implemented in locked-yvusd/src/LockedyvUSD.sol.
📄️ Cross-Chain Strategies
yvUSD deploys capital cross-chain through a pair of contracts a standard ERC4626 variant (CCTPRemoteStrategy) and a HyperLiquid HLP variant (HyperRemoteStrategy).