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

# Introduction to Liquidex

{% hint style="info" %}
**Liquidex** is a **Real World Asset (RWA) Index Liquidity Protocol** built exclusively on the **Robinhood Chain** — an automated way to earn trading fees by providing liquidity across a curated basket of tokenized stocks.
{% endhint %}

***

## Not a passive crypto ETF

The single most important thing to understand about Liquidex is what it is **not**. Liquidex is **not** a passive crypto ETF that simply buys and holds a basket of assets. Instead, it is an **Index Liquidity Router**.

{% hint style="success" %}
The core difference: a passive ETF holds a static basket. Liquidex actively deploys your capital as liquidity to **earn fees**, and continuously reweights it on-chain.
{% endhint %}

### Passive ETF vs. Liquidex

|                | Passive ETF             | Liquidex                         |
| -------------- | ----------------------- | -------------------------------- |
| **Strategy**   | Buys & holds a basket   | Routes capital into LP pools     |
| **Income**     | Price appreciation only | Active trading fees              |
| **Management** | Static                  | Continuously reweighted on-chain |
| **Your role**  | Hold                    | One deposit, fully automated     |

### How your capital is routed

Your funds flow into **multiple RWA liquidity pools** — for example `NVDA/USDG`, `AAPL/USDG`, and `MSFT/USDG` — rather than sitting idle in a single pool.

**What this means for you:**

* Your capital is **always deployed** where it can work hardest
* You earn **trading fees** from real-world asset markets
* **Zero manual work** — the protocol does the heavy lifting

***

## Key advantages at a glance

{% stepper %}
{% step %}

### Automation

No need to manage multiple pools yourself — the protocol handles allocation and rebalancing for you.
{% endstep %}

{% step %}

### Diversification

One deposit spreads your capital across many real-world assets in a single position.
{% endstep %}

{% step %}

### Transparency

Every allocation and rebalance decision is deterministic and verifiable on-chain.
{% endstep %}

{% step %}

### Efficiency

Your capital is always routed to where it earns the most, automatically.
{% endstep %}
{% endstepper %}

***

{% hint style="success" %}
In short: instead of holding a static basket, Liquidex deploys your capital across real-world asset pools to generate fee income — automatically, transparently, and on-chain.
{% endhint %}


---

# 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.liquidex.sh/introduction-to-liquidex.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.
