> For the complete documentation index, see [llms.txt](https://docs.orbitchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orbitchain.io/features-1/multi-asset-blockchain.md).

# Multi-Asset Blockchain

Token economy of blockchain projects are mostly comprised of Ethereum-based cryptocurrencies.  These cryptocurrencies serve as a transaction fee on chain, and also as a vital part of Governance.  Other assets exist on ERC20 chain in different formats, and their usage vary as well. Orbit Chain allows all assets to exists on its chain in a same format, even the ones that exists in different forms outside of Orbit Chain.

Orbit Chain aims to work as a hub for various public blockchains, for fluid asset movement and interaction within a single blockchain network.  Every blockchain has a different set of constituents and protocols, such as UTXO and Balance-state. Connecting these blockchains together is no easy feat, but through Orbit Chain, all of these chains can be linked and utilized in the same fashion, with the same amount of liquidity.  To this purpose, Orbit Chain provides a system that will use a singular method of transaction to building Dapps, which will then be able to use various assets in the same manner. In doing so, the previous liquidity problem of traditional blockchain systems will be eliminated, in the standardization of multi-asset usage.

Orbit will also include, in addition to cryptocurrencies, more traditional forms of assets within Orbit Chain.  This connection will be made in a different format than cryptocurrencies, yet still connected to all in a similar fashion.


---

# 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.orbitchain.io/features-1/multi-asset-blockchain.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.
