# Security & Privacy Practices

* Never share your API key or wallet seed.
* Enable hardware signing via Ledger when possible.
* Do not modify the zkShine relay code it’s cryptographically validated.
* Set up a separate firewall rule to allow ports `4001-4010` only for zkShine peers.
* Regularly check node signatures via:

```bash
zkshine-cli verify-signature
```


---

# 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.zkshine.xyz/node-operations/security-and-privacy-practices.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.
