Skip to content

DEVELOPERS

Nest Protocol

Nest is an ERC-4626/7540/7575-compliant vault stack that standardizes deposits/redemptions (sync and async) and extends Boring Vault economics across chains by bridging shares via LayerZero OFT (assets stay on their origin chain).

Two operating modes:

  • Legacy BoringVault deployments (no native cross-chain): NestVaultOFT is the entrypoint and pairs with NestShareOFT to bridge shares over LayerZero OFT, letting the legacy BoringVault stay single-chain while users move shares cross-chain.
  • NestVault deployments: NestVault is the entrypoint and speaks to NestShareOFT, a refined architecture that natively supports cross-chain shares.

Compliance and integrations:

  • KYC/predicate gating via NestVaultPredicateProxy, which fronts the vault and enforces Predicate policies before minting shares.
  • Pendle Finance integration through BoringVaultSY, wrapping Pendle SY for yield and Merkl rewards while using the same accountant/rate-provider flow.