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

# Welcome to Onyx

## Blockchain Built for Real-World Finance

Onyx is a high-performance Layer 1 blockchain designed for payments, financial institutions, and real-world applications. It combines EVM compatibility with asynchronous Byzantine fault tolerant (aBFT) consensus, giving builders familiar smart-contract tooling on a network built for practical financial activity.

{% hint style="success" %}
**Your simplest first step:** [Bridge USDC, ETH, or XCN to Onyx](https://app.onyx.org/bridge).
{% endhint %}

## Put your assets to work

* **Earn 30.00% APR with Onyx Liquid Staking.** Stake XCN and receive liquid stXCN. The rate is variable; check the live app before confirming.
* **Bridge USDC, ETH, or XCN to Onyx.** Move supported assets from Ethereum into the Onyx economy.
* **Trade XCN, USDC, and ETH.** Access active Onyx markets from the app, with more assets coming.
* **Farm XCN rewards.** Add liquidity to the XCN/USDC pair, then stake the LP tokens in Farms.

## Start here

| Goal                                   | Resource                                                               |
| -------------------------------------- | ---------------------------------------------------------------------- |
| Bridge to Onyx                         | [Bridge USDC, ETH, or XCN to Onyx](https://app.onyx.org/bridge)        |
| Swap, stake, farm, or migrate          | [Onyx App](https://app.onyx.org)                                       |
| View transactions and contracts        | [Onyx Explorer](https://explorer.onyx.org)                             |
| Review DEX markets, activity, and APIs | [Onyx Markets](https://markets.onyx.org)                               |
| Add Mainnet to a wallet                | [Quick Start](/readme/quick-start.md)                                  |
| Build on Chain 327                     | [Developer Guide](/developer-guide/getting-started.md)                 |
| Integrate deposits and withdrawals     | [Exchange Integration Guide](/developer-guide/exchange-integration.md) |

Mainnet is the primary network throughout these docs. Testnet content is explicitly labeled and separated from production guidance.


---

# 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.onyx.org/readme.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.
