Core Concept: Wallet Permissions
Permify introduces three fundamental permission types:
Permission
What It Means
🔐 (Main) requires signature from (To Wallet)
The "To Wallet" must co-sign any transaction from the Main Wallet.
💸 (Main) send only to (To Wallet)
The Main Wallet can only send funds to the specified To-Wallet.
🤝 (Main) interact with (To Wallet)
The Main Wallet can freely transact with the To-Wallet (but no others).
These rules are stored securely in our AWS-hosted database and enforced whenever a transaction is attempted.
Last updated