> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/concepts/architecture/resources.md).

# Resources

\
\&#xNAN;**\[1]** Rainbow bridge cli, 2020. URL: <https://github.com/near/> rainbow-bridge/. \
\
\&#xNAN;**\[2]** 0dns github repo. <https://github.com/0chain/0dns>. \
\
\&#xNAN;**\[3]** Thomas H. Austin, Paul Merrill, Siva Dirisala, and Saswata Basu. 0chain storage protocol, 2018. \
\
\&#xNAN;**\[4]** Ethereum wiki: Modified merkle patricia trie specification. <https://eth>. wiki/en/fundamentals/patricia-tree. \
\
\&#xNAN;**\[5]** Timo Hanke, Mahnush Movahedi, and Dominic Williams. DFINITY tech nology overview series, consensus system. CoRR, abs/1805.04548, 2018. URL: <http://arxiv.org/abs/1805.04548>, arXiv:1805.04548. \
\
\&#xNAN;**\[6]** Daniel Larimer. Delegated proof-of-stake (dpos), 2014. 26 \
\
\&#xNAN;**\[7]** Paul Merrill, Thomas H. Austin, Justin Rietz, and Jon Pearce. Ping-pong governance: token locking for enabling blockchain self-governance. In In ternational Conference on Mathematical Research for Blockchain Economy (MARBLE), 2019. \
\
\&#xNAN;**\[8]** Paul Merrill, Thomas H. Austin, Jenil Thakker, Younghee Park, and Justin Rietz. Lock and load: A model for free blockchain transactions through token locking. In IEEE International Conference on Decentralized Appli cations and Infrastructures (DAPPCON). IEEE, 2019. \
\
\&#xNAN;**\[9]** Torben Pryds Pedersen. Non-interactive and information-theoretic secure verifiable secret sharing. In Joan Feigenbaum, editor, Advances in Cryp tology — CRYPTO ’91, pages 129–140, Berlin, Heidelberg, 1992. Springer Berlin Heidelberg. \
\
\&#xNAN;**\[10]** Rocksdb: A persistent key-value store for fast storage environments. <https://rocksdb.org/>. \
\
\&#xNAN;**\[11]** S. Sharmila Deva Selvi, Arinjita Paul, Siva Dirisala, Saswata Basu, and C. Pandu Rangan. Sharing of encrypted files in blockchain made simpler. pages 45–60. Springer, 2020. \
\
\&#xNAN;**\[12]** Fabian Vogelsteller and Vitalik Buterin. Eip-20: Erc-20 token standard, 2015. URL: <https://eips.ethereum.org/EIPS/eip-20>.


---

# 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://docs-old.zus.network/concepts/architecture/resources.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.
