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

# Core Architecture

<figure><img src="/files/p1lMa1UjAEdA6R05S41a" alt=""><figcaption><p><strong>Core Exchange Architecture &#x26; Blockchain Integration</strong></p></figcaption></figure>

The Cables platform connects traditional financial infrastructure with onchain smart contracts to enable minting, staking, and utility of real-world assets like gold, euro, and yen. At the core of the system is a hybrid architecture that bridges centralized liquidity aggregation with decentralized onchain interaction.

On the offchain side, Cables integrates with FX liquidity providers and treasury systems to manage reserves and maintain asset integrity. These reserves back tokenized RWAs, which are issued and redeemed via smart contracts deployed on Ethereum and Arbitrum.

Onchain, users can mint or redeem assets like cXAU or cEUR, stake them to earn yield, and interact with a transparent rewards system tied to ecosystem activity. The staking layer connects to a treasury wallet that dynamically rebalances backing reserves to match onchain demand. DEX aggregators support asset swaps, enabling users to move between RWAs efficiently.

This architecture ensures capital efficiency, price stability, and coordinated liquidity between offchain reserves and onchain activity - allowing real-world assets to function as yield-bearing, composable primitives across the Cables ecosystem.


---

# 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.cables.finance/core-architecture.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.
