# Node Proof of Ownership

To find out your node's public address you can run the following command in a new terminal window while the node is running:

```bash
docker exec taraxa_compose_node_1 taraxa-sign sign --wallet /opt/taraxa_data/conf/wallet.json
```

{% hint style="info" %}
The node container's name could be different on different operating systems. For example, on Windows, it is `taraxa_compose-node-1`.&#x20;

To be sure what the name of the container is, execute `docker containers ls` to see a list of the containers running.&#x20;
{% endhint %}

You should see an output similar to the following:

```
0x1c26ec6c5679fbd270cbe0a1ed30894cfe7d1ae4909a81911af2d3e8fef7f4962187970dab6dda64e6a5c48bb2e833f1adb44eb2dc31ccffc00369f2c2b14a381c
```

This is the proof of ownership that you can use to register your node on our community site.


---

# 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://taraxa.gitbook.io/taraxa-network/node-setup/proof_owership.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.
