ERC-4626 & ERC-7540
Last updated
Last updated
NashPoint leverages two key Ethereum standards for asset management, ERC-4626 & ERC-7540. This will be extended over time as more capabilities are added to the protocol via modules.
Used for synchronous asset management.
Provides a standard interface for yield-bearing vaults.
Key functions: deposit(), withdraw(), redeem(), mint().
NashPoint uses this for immediate deposits and investments in liquid strategies.
Used for managing asynchronous (illiquid) assets.
Extends ERC-4626 with support for pending and claimable states for deposits and withdrawals.
Key functions: requestDeposit(), requestRedeem(), claimableDepositRequest(), claimableRedeemRequest().
NashPoint implements this to handle illiquid investments and manage withdrawal queues.