# Masternode collateral update

{% embed url="<https://youtu.be/Sanzn0U_WK4>" %}

Let's open our wallet (in this case Monk)

The collateral has increased from 4000 to 8000 Monk and apparently from the masternodes menu our masternode is missing.

![](/files/-MiI8ob9yVcavTdDHJ2I)

We need to unlock the old collateral (the previously blocked 4000 coins transaction).To do this we go to

* Send
* Coin Control

![](/files/-MiI8obAjLLwLCEtIwJt)

Now a window will open, as we can see in the image the masternode transaction is labeled with a padlock icon.

We have to right-click on it and choose "Unlock unspent" from the list to unlock it.

![](/files/-MiI8obBnOrf6C_zWIy3)

Now we need to send a new 8000 Monk transaction to ourselves.

So

* Click on Receive
* Generate a new address
* Modify the label (we use the name of the old masternode again in our case MN1)
* Let's copy the address

![](/files/-MiI8obCWB_ily4jFw8G)

Now let's go to the menu

* Click "send"
* Paste the address
* Insert precisely 8000 in the amount
* Click send

![](/files/-MiI8obDTR3C0SRCz9l5)

Now we click send to confirm the sending of the funds.

![](/files/-MiI8obExAxtPK-V9tCS)

Now let's go back to the home screen and we can see that the payment to ourselves is confirmed after 6 confirmations (about 6 minutes).

![](/files/-MiI8obF3RGqLx6kubLk)

Now let's go to the Debug Console and click on it.

![](/files/-MiI8obG-N0YD7UddM53)

The debug console will open where we have to enter the command below:

* `getmasternodeoutputs`

Press enter to get the following information

* hash of the transaction
* outputidx

![](/files/-MiI8obHSTUNFNGb-5XW)

Let's go to masternode.conf and click on it.

![](/files/-MiI8obIvADfg5lmBMCg)

This will open Notepad and we will need to replace the following:

* hash of the transaction
* outputidx

![](/files/-MiI8obJSVo1VlVG1AHK)

From the console we copy

* hash of the transaction
* outputidx

Let's replace them in Notepad. We the save the file after the changes and restart the wallet.

![](/files/-MiI8obKyv32OILjLzDt)

From the home screen

* Click on masternodes
* Click on the three dots and choose start

![](/files/-MiI8obLTqEZCqvdfqiG)

Now that the collateral is up to date, our node is ready!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.decenomy.net/tutorials/decenomy-masternodes/how-to-update-a-masternode-collateral.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
