Unlocks locked tokens on the specified wallet. `Command syntax:` ```actionscript stake_lock take -net <net_name> -w <wallet_name> -tx <transaction_hash> -fee <value> [-chain <chain_name>] ``` `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 -w - name of the wallet -tx - hash of the transaction -fee - fee value -chain - name of the chain (optional) ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli stake_lock take -net raiden -chain main -w raidenwallet -tx 0x4ABF10EF333C3348B88614FD492270D3EC327B450DFF03CCE520376E85CC91D7 -fee 0.1e+18 ``` `Response:` ```actionscript ---> TAKE <--- TAKE_TX_DATUM_HASH = 0x94FC86AE73D614FC2D03F0B3389AB9E8293BABDA419304CE9CFC50AA88F11BE6 Contribution successfully made ``` ### JSON-RPC Example ![[JSON-RPC Request - STAKE_LOCK HOLD]]