Sets the minimum stake value required to become a validator in the network.
`Command syntax:`
```actionscript
srv_stake min_value
-net <net_name>
-cert <cert_name>
-value <value>
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
-cert - name of the certificate
-value - stake value (in datoshi)
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli srv_stake min_value
-net foobar
-cert foobar.root.pvt.0
-value 20.0e+18
```
`Response:`
```
Minimum stake value has been set. Decree hash 0x3C14ED115BE3E7A380C144C3D1811DC05327619AAFFACE47E082F063FFFD96E3
```
### JSON-RPC Example
![[JSON-RPC Request - SRV_STAKE MIN_VALUE]]