# EIF Week 6
This week I plan to provide signature insights
- Metamask snaps can have custom rpc methods.
- I thought I could react to the sign rpc methods and show transaction insights
- But snaps can only react to wallet_* and snap_* type rpc methods, where sign is a eth_* type rpc method 😅
Failed Attempt!