Goal
Understand PRISM's share model and its composability implications.
Time estimate
2h (single focused session)
Prerequisites
Study plan (in order)
- [25 min] PRISM_PRD_v1.0.html §Day 2 Vault Core + Share Mechanics
- [25 min] Solmate ERC-20 implementation used by PRISM
- [25 min] No transfer hook = shares are composable; downstream protocols can accept them as collateral, trade them, etc.
- [25 min] Mint/burn invariants: mint on deposit, burn on withdraw; MIN_SHARES burn on first deposit
- [20 min] Write outcomes from memory
Total: 120 min
After studying, you can
Tradeoff prompt for the architectural review
Should PRISM add an ERC-4626-compatible single-asset variant?
References
- PRISM_PRD_v1.0.html §Day 2
- Solmate ERC20.sol
Goal
Understand PRISM's share model and its composability implications.
Time estimate
2h (single focused session)
Prerequisites
Study plan (in order)
Total: 120 min
After studying, you can
Tradeoff prompt for the architectural review
Should PRISM add an ERC-4626-compatible single-asset variant?
References