> For the complete documentation index, see [llms.txt](https://dorado.gitbook.io/dorado-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dorado.gitbook.io/dorado-docs/ecosystem/key-components-and-functionalities.md).

# Key Components and Functionalities

Dorado operates within a dynamic ecosystem composed of interconnected components, each playing a pivotal role in the platform's functionality, security, and user experience. From the fundamental protocol to external integrations, understanding these elements and their interactions is essential to comprehend the full extent of Dorado's capabilities.

{% content-ref url="/pages/cwYzdYvjFCEoiR4WjuhD" %}
[Core protocols](/dorado-docs/ecosystem/key-components-and-functionalities/core-protocols.md)
{% endcontent-ref %}

{% content-ref url="/pages/3JuRKVZ0Ci7zSOxb4Kfw" %}
[Tokenization and Staking Mechanisms](/dorado-docs/ecosystem/key-components-and-functionalities/tokenization-and-staking-mechanisms.md)
{% endcontent-ref %}

{% content-ref url="/pages/jUGfbNtO38pY3OM4eYIB" %}
[Validator Network](/dorado-docs/ecosystem/key-components-and-functionalities/validator-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/MuBHOLiT6ETK6r5jQo7X" %}
[Oracles Solution](/dorado-docs/ecosystem/key-components-and-functionalities/oracles-solution.md)
{% endcontent-ref %}

{% content-ref url="/pages/itoPg2eO1auUHyMKo56Q" %}
[Suites of Dapps](/dorado-docs/ecosystem/key-components-and-functionalities/suites-of-dapps.md)
{% endcontent-ref %}

### Interactions within the Ecosystem:

The elements within Dorado's ecosystem interact seamlessly, facilitating various financial activities and value transfers. Users restake their assets on the platform, receiving DORAB tokens in return, which are then used across multiple protocols to optimize rewards. Governance decisions made through the DORAB token shape the evolution of the protocol, while the validator network ensures the security and integrity of transactions. Decentralized applications built on Dorado's infrastructure provide additional utility and functionality, further enriching the ecosystem.

<br>


---

# 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://dorado.gitbook.io/dorado-docs/ecosystem/key-components-and-functionalities.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.
