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

# Getting Started on Helix

- [Problem & Solution: Liquidity vs. Governance Trade-off](https://docs.helixlabs.org/getting-started-on-helix/problem-and-solution-liquidity-vs.-governance-trade-off.md)
- [The Helix Ecosystem](https://docs.helixlabs.org/getting-started-on-helix/the-helix-ecosystem.md)
- [Core Infrastructure](https://docs.helixlabs.org/getting-started-on-helix/core-infrastructure.md)
- [Helix CDP Architecture (High-Level)](https://docs.helixlabs.org/getting-started-on-helix/core-infrastructure/helix-cdp-architecture-high-level.md)
- [User Flow](https://docs.helixlabs.org/getting-started-on-helix/core-infrastructure/user-flow.md)
- [What is hstXDC](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc.md): Section 1 (sec1)
- [Status](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/status.md): Section 2 (sec2)
- [XDC Network Fit](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/xdc-network-fit.md): Section 3 (sec3)
- [Architecture](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/architecture.md): Section 4 (sec4)
- [Cross-Chain Bridge Layer](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/cross-chain-bridge-layer.md): Section 5 (sec5)
- [Cross-Chain Yield Composability with pCC](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/cross-chain-yield-composability-with-pcc.md): Section 6 (sec6)
- [USDC Sourcing & Lending Layer](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/usdc-sourcing-and-lending-layer.md): Section 8 (sec8)
- [Security Model](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/security-model.md): Section 8 (sec8)
- [Open Design Questions](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/open-design-questions.md): Section 9 (sec9)
- [Helix Canton Track Status](https://docs.helixlabs.org/getting-started-on-helix/what-is-hstxdc/helix-canton-track-status.md): Section 10 (sec10)
- [Why Canton Network?](https://docs.helixlabs.org/getting-started-on-helix/why-canton-network.md)
- [Stellar Integration (Parallel Track)](https://docs.helixlabs.org/getting-started-on-helix/stellar-integration-parallel-track.md)
- [Introducing Helix Terminal: Institutional DeFi on Canton, Cross-Chain Yield on Stellar](https://docs.helixlabs.org/getting-started-on-helix/introducing-helix-terminal-institutional-defi-on-canton-cross-chain-yield-on-stellar.md)
- [Backing & Validation](https://docs.helixlabs.org/getting-started-on-helix/backing-and-validation.md)
- [Testnet Data Room](https://docs.helixlabs.org/getting-started-on-helix/testnet-data-room.md)
- [Internet Computer - Vault](https://docs.helixlabs.org/getting-started-on-helix/testnet-data-room/internet-computer-vault.md): Prerequisites for Using the Internet Computer - Vault
- [Ethereum - Vault](https://docs.helixlabs.org/getting-started-on-helix/testnet-data-room/ethereum-vault.md): Prerequisites for Using the Ethereum - Vault
- [Movement - Vault](https://docs.helixlabs.org/getting-started-on-helix/testnet-data-room/movement-vault.md): Prerequisites for Using the Movement Network - Vault
- [BNB Chain - Vault](https://docs.helixlabs.org/getting-started-on-helix/testnet-data-room/bnb-chain-vault.md): Prerequisites for Using the BNB Chain - Vault
- [Bitlayer - Vault](https://docs.helixlabs.org/getting-started-on-helix/testnet-data-room/bitlayer-vault.md): Prerequisites for Using the Bitlayer - Vault
- [Cardano - Vault](https://docs.helixlabs.org/getting-started-on-helix/testnet-data-room/cardano-vault.md): Prerequisites for Using the Cardano - Vault
- [Dashboard + Governance](https://docs.helixlabs.org/getting-started-on-helix/dashboard-+-governance.md): The Helix Dashboard is a unified multi-chain liquidity command center that provides institutional-grade portfolio management across all supported blockchain ecosystems.
- [Simplified Helix V2 Architecture](https://docs.helixlabs.org/getting-started-on-helix/simplified-helix-v2-architecture.md)


---

# 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.helixlabs.org/getting-started-on-helix.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.
