# System components

The following diagram shows all the verticals that our system covers and all the components that need to be built in order to manage an on-chain portfolio.

<figure><img src="/files/85tjAe365KtaMxLN0QLh" alt=""><figcaption></figcaption></figure>

In traditional finance, many of the components listed above are readily available off-the-shelf. However, in DeFi, these components are often developed separately, depending on factors like the blockchain, specific protocols, and technologies involved. As a result, there is no standardization across the DeFi ecosystem, making it necessary for those looking to manage a portfolio to build most of the required components from scratch. This presents unique challenges and opportunities for developers and users alike as they navigate the rapidly evolving world of decentralized finance.


---

# 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.rumi.finance/rumi-finance-documentation/technical-architecture/system-components.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.
