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):
NestVaultOFTis the entrypoint and pairs withNestShareOFTto bridge shares over LayerZero OFT, letting the legacy BoringVault stay single-chain while users move shares cross-chain. - NestVault deployments:
NestVaultis the entrypoint and speaks toNestShareOFT, 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.