
Looking for feedback on an experimental Ethereum custody model
I’m working on an experimental Ethereum protocol focused on delayed ownership and vault-like balances.
The idea is to explore whether ERC20-like assets can behave more like vaults than instant-transfer cash.
Core concepts include:
- protected vs unprotected balances
- revocable delayed transfers
- inheritance-oriented custody
- reduced damage from mistakes or theft
The protocol is currently deployed on Sepolia and I’m mainly looking for:
- protocol/security feedback
- usability criticism
- edge cases
- architectural concerns
This is an experimental protocol discussion and there is currently no sale or fundraising.
GitHub:
https://github.com/jayBeeCool/ind-protocol
Whitepaper:
https://github.com/jayBeeCool/ind-protocol/blob/main/docs/WHITEPAPER.md
I’d especially appreciate criticism from wallet or smart contract developers.