# Announcing

Now that your storage node has been configured and finished syncing, you can announce your node to the network.

Announcing your storage node serves as the bridge between your fully prepared node and potential renters seeking storage solutions. This process publishes information about your storage node, including its network address and public key, onto the blockchain, allowing renters to discover your node and establish contracts.

{% hint style="warning" %}
An announcement transaction incurs a small fee in Siacoins (SC), which will be deducted from your wallet. Ensure your `hostd` wallet is funded by checking out [Transferring Siacoins](/provide-storage/transferring-siacoins.md).
{% endhint %}

Go to `hostd`. If you're asked to unlock the UI, use your custom password if you've set one. If you haven't got a wallet set up in `hostd`, visit our [Setting up `hostd`](/provide-storage/setting-up-hostd.md) guide; otherwise, choose from the sidebar **Configuration**.

Click on the **Announce** button in the top right-hand corner.

<figure><img src="/files/aNbjL30tUf2uk0KwsktL" alt=""><figcaption><p>Confirming the announcement of your storage node</p></figcaption></figure>

Finally, check the announcement fee and click **Announce** in the dialog to confirm.

{% hint style="success" %}
Congratulation! Your storage node has been successfully announced to the network and is now ready to be discovered by renters and establish contracts.
{% endhint %}

## Check your storage node's status

Once the announcement is confirmed, you can check if your storage node is visible on the network by going [here](https://troubleshoot.siacentral.com).

<figure><img src="/files/6HcDu7eSc5MgQ66H9QLV" alt=""><figcaption><p>SiaCentral Troubleshooter</p></figcaption></figure>

Enter your storage node's network address and click **Check Host**. This tool will connect to your storage node and notify you of any issues.


---

# 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.sia.tech/provide-storage/announcing-your-host.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.
