Activates wallet protection.
`Command syntax:`
```actionscript
wallet activate
-w <wallet_name>
-password <password>
[-ttl <password_ttl_in_minutes>]
```
`Options:`
```actionscript
-w - name of the wallet
-password - wallet password
-ttl - time to live parameter which defines activation time in minutes (optional)
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli wallet activate
-w personalwallet
-password 1234
```
`Response:`
```
Wallet personalwallet is activated
```
### JSON-RPC Example
![[JSON-RPC Request - WALLET ACTIVATE]]