Sub-wallets
Mental model
ShredPay user
│
├── main wallet (user controls — receives deposits, settles payments)
│
└── agent sub-wallets (one per agent / use case)
│
├── sub_wallet_1 ← API key A ← agent #1 (e.g. trading bot)
├── sub_wallet_2 ← API key B ← agent #2 (e.g. yield manager)
└── sub_wallet_3 ← API key C ← agent #3 (e.g. read-only dashboard)Properties
Property
Notes
Sub-wallet vs. API key
Lifecycle
What sub-wallets do not do
Related
Last updated