> For the complete documentation index, see [llms.txt](https://privateness-network.gitbook.io/privateness-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://privateness-network.gitbook.io/privateness-network/privateness-network-1/further-reading.md).

# Further Reading

* Net neutrality is dead — what now? <https://www.theverge.com/2018/6/11/17439456/net-neutrality-dead-ajit-pai-fcc-internet>
* Cyberbalkanization and the Future of the Internets <https://medium.com/skycoin/cyberbalkanization-and-the-future-of-the-internets-f03f2b590c39>
* Avoiding Blockchain Balkanization <https://consensys.net/research/avoiding-blockchain-balkanization>
* The new tech totalitarianism <https://www.newstatesman.com/culture/books/2019/02/new-tech-totalitarianism>
* Picture Panopcticon: <https://commons.wikimedia.org/wiki/File:Penetentiary_Panopticon_Plan.jpg>
* Epilogue: Digital Roads to Totalitarianism <https://link.springer.com/chapter/10.1007/978-3-030-00813-0_7>
* Skywire – the foundation of a new internet – is fast, private, secure and self sustaining  <https://www.reddit.com/r/skycoin/comments/9coq80/skywire_the_foundation_of_a_new_internet_is_fast>
* The Emercoin NVS <https://emercoin.com/en/documentation/blockchain-services/emernvs>
* *What Is Entropy In Cryptography?* [https://qvault.io/cryptography/what-is-entropy-in-cryptography](https://qvault.io/cryptography/what-is-entropy-in-cryptography/)
* *About the Emercoin Blockchain* <http://emercoin.com/en/tech-solutions>
* *What Are The 7 Layers Of The OSI Model?* <https://www.webopedia.com/reference/7-layers-of-osi-model/#OSI-7>
* *What is ECDSA Encryption? How does it work?* <https://www.encryptionconsulting.com/what-is-ecdsa/>
* *Randpay. Large-scale micropayment subsystem based on the Emercoin cryptocurrency.* <https://medium.com/@emer.tech/randpay-6a028f16c82a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://privateness-network.gitbook.io/privateness-network/privateness-network-1/further-reading.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
