> 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/onyxcoin/about-xcn.md).

# About XCN

**Onyxcoin** (**XCN**) is the native cryptocurrency of the **Onyx Protocol**, a next-generation Web3 blockchain platform specifically designed to power decentralized financial services. As the cornerstone of the Onyx ecosystem, XCN plays a dual role as both a utility token and a governance asset, underpinning the protocol’s core operations and community-led development.

Within the ecosystem, XCN enables a wide range of functionalities. It is essential for participating in protocol governance, where token holders can propose and vote on critical updates, changes to the network’s parameters, and allocation of treasury funds—ensuring a decentralized and transparent decision-making process. In addition, XCN acts as a payment mechanism for accessing Onyx’s suite of financial applications and premium services, including Chain.com and other infrastructure products.

XCN is also the native gas token for the Onyx Ledger, a high-performance Layer-3 blockchain built atop Ethereum and Base. This means that all transactions and smart contract executions on the Onyx Ledger are powered by XCN, with a portion of each transaction fee being burned to introduce a deflationary mechanism and support long-term value appreciation.

Overall, Onyxcoin (XCN) functions as the economic engine driving innovation, security, and user engagement across the entire Onyx Protocol—empowering users, developers, and stakeholders in a truly decentralized financial ecosystem.

<figure><img src="/files/MQTDQwcUTHPGwIZ3uGUL" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/onyxcoin/about-xcn.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.
