> For the complete documentation index, see [llms.txt](https://gitbook.0xnode.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.0xnode.pro/overview.md).

# Overview

System11&#x20;

System11 is the decentralized application (dApp) that serves as a terminal via which users can access functionality of the 0x\_nodes ecosystem. Through this terminal, the user is able to deploy funds to multiple blockchain networks.

Once a user has deployed funds into the kernel running on their local RPC network, they may deploy those assets to any blockchain supported by the 0x\_nodes network. This integrated transport functionality enables users to move non-native assets between chains, easily and at low cost.

0x\_nodes provides a menu of options to users for deploying their assets into yieldbearing strategies. 0x\_nodes aggregates yield for users from multiple remote sources, namely liquidity pools on decentralized exchanges (DEX), as well as local sources, such as the $0xNODE protocol fee accrual system, while reducing risks of providing liquidity.

In short, the System11 dApp allows users to interface with the entire 0x\_nodes ecosystem, optimizing their yield-bearing strategies across multiple blockchains in one place.


---

# 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://gitbook.0xnode.pro/overview.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.
