> 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/introduction.md).

# Introduction

Cables Finance is building a new financial ecosystem around real-world assets. Starting with yield-bearing versions of currencies and commodities like euro, yen, and gold, Cables unlocks new ways for users to earn, hold, and use these assets onchain. The platform connects passive yield generation with active utility, creating a self-sustaining system designed for long-term adoption. If you’re holding for yield or deploying assets across the ecosystem, Cables is built to make your capital productive.

### Our Mission

Our mission is to make real world assets more accessible, usable, and valuable onchain. We’re turning assets like currencies and commodities into building blocks for a new financial system - one that gives anyone the ability to earn, transact, and build with them, without relying on banks or borders.

### Our Vision

We believe the next era of finance will be global, multi-currency, and onchain. Cables is building toward a world where people can hold euros, yen, or gold with yield, use them across apps and protocols, and tap into a unified system that rewards participation. No silos. No dollar dominance. Just open access to real assets, reimagined for an onchain economy.


---

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