# Network Governance

Registration and Participation

* **Registration:** New miners can register if registration is enabled.
* **Device Registration:** Each Useless Brick device must be uniquely identified and registered to a miner.
* **Address Management:** Miners cannot change their registered addresses post-registration to ensure network integrity.

#### Security Measures

* **Signature Verification:** Ensures that communications and token claims are authenticated and secure.
* **Entropy Validation:** Prevents fraudulent participation by validating submitted entropy values against server-generated entropy.


---

# 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.uselessbrick.com/useless-brick-docs/getting-started/network-governance.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.
