> For the complete documentation index, see [llms.txt](https://ncclabs.gitbook.io/ncc-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ncclabs.gitbook.io/ncc-docs/market-context/market-context-core-problems.md).

# Market Context & Core Problems

## The Disconnect Between Real Value and On-chain Assets

Most digital assets today still derive their value from market sentiment, liquidity expectations and community consensus. While this model amplifies asset prices during bull cycles, it tends to result in liquidity exhaustion, user attrition and ecosystem decay during downturns.

Real-world assets carry inherent yield, legal ownership and economic fundamentals, but in traditional finance they often suffer from high entry barriers, limited liquidity, cross-border friction and information opacity. Bringing real assets on-chain safely, compliantly and transparently, and giving them more efficient circulation, is the defining problem of the RWA sector.

## Fragmented Liquidity Infrastructure

Multi-chain ecosystems have improved scalability but have also fragmented assets and liquidity. Different chains, protocols and asset classes lack unified coordination, leaving users to face high costs, complex routing and shallow depth during trading, bridging and asset management.

For RWAs, which rely more heavily on stable pricing, risk disclosure and deep markets, fragmented liquidity directly limits institutional adoption. NCC therefore positions the Unified Liquidity Engine as a core infrastructure layer in the ecosystem.

## Lack of Real-world Application

Many on-chain assets are still confined to holding, trading or short-term incentive farming, far from high-frequency usage in real economic activity. Loyalty rights, identity, reputation and access permissions in traditional consumer systems remain centrally controlled, leaving users without true ownership or portability.

NCC addresses this disconnect: through the Marketplace, PayFi network and Identity Layer, digital assets can not only be traded, but also recognized, used and persistently accumulated in real-world applications.

The market is shifting from "who can issue assets" to "who can make assets useful." Issuance alone is no longer enough to sustain a long-term ecosystem. Assets must have liquidity pathways, application scenarios, user relationships and risk-management capability.


---

# 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://ncclabs.gitbook.io/ncc-docs/market-context/market-context-core-problems.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.
