ERC4626KYCDaoForm

Introduction

This is the Form implementation for the KYCDao ERC4626 vault. This vault has gated access through a KYCDao NFT.

Core Concepts

This Form overrides the internal action functions of BaseForm and inserts the internal implementations of ERC4626FormImplementation. There are two main changes:

  1. An additional kycCheck is made at the beginning of every action call to ensure the user has correct access to the Form

  2. Cross-chain actions are not supported due to the inability to consistently validate KYC outside of the chain where the vault is.

Last updated