You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Build with audited libs**, implement CEI + reentrancy guards, and write invariants/fuzz tests.
13
+
-**Build with audited libs**, implement CEI + reentrancy guards (see [OpenZeppelin ReentrancyGuard](https://docs.openzeppelin.com/contracts/5.x/api/security#ReentrancyGuard)), and write invariants/fuzz tests.
14
14
15
15
---
16
16
17
17
## 1. What Is ERC4626?
18
18
19
-
ERC4626 (Tokenized Vault Standard) unifies how vaults issue transferable “shares” representing a proportional claim on underlying assets. This makes integrations easier across DeFi.
19
+
[ERC4626](https://eips.ethereum.org/EIPS/eip-4626) (Tokenized Vault Standard) unifies how vaults issue transferable “shares” representing a proportional claim on underlying assets. This makes integrations easier across DeFi.
20
20
21
21
Core interface highlights:
22
22
@@ -262,7 +262,7 @@ contract FeeSweep {
262
262
-**Rounding discipline** (favor vault; multiply then divide)
0 commit comments