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

# Getting started

{% hint style="danger" %}
**Notice: Cronos zkEVM is being sunset, please** [**bridge out your assets**](/for-users/cronos-zkevm-bridge.md) **before the network is fully decommissioned.**
{% endhint %}

## Introduction

In December 2023 [Cronos](https://cronos.org), a leading open-source blockchain project and ecosystem, announced the launch of Cronos zkEVM Chain public testnet, a zero-knowledge (ZK) layer 2 blockchain network that represents a significant milestone on Cronos' journey towards scalability and mainstream adoption.

Cronos zkEVM is a blockchain network using [ZK Stack](https://zkstack.io/), launched in a partnership between Cronos Labs and engineering teams from Matter Labs (the team behind [ZKsync](https://zksync.io/)), [Crypto.com](https://crypto.com), [VVS Finance](https://vvs.finance/), [Fulcrom Finance](https://fulcrom.finance/en/) and [Veno Finance](https://veno.finance/).

Cronos zkEVM's value proposition includes the following differentiating features:

* Leverages Cronos' vibrant ecosystem of end-users and developers (#CROFam). Utilizes zkCRO, a liquid staked version of CRO, as the gas token.
* Scalable and cost-efficient zero-knowledge proof system leveraging Ethereum security.
* First ZK chain to go live in mainnet besides ZKsync Era, participating in the "end game" of Ethereum scalability.
* "Triple yield" concept supported natively by the DeFi ecosystem: natively yield-bearing cryptocurrencies, DeFi yield, loyalty points.
* Native account abstraction enabling gasless transactions.<br>

To provide feedback, please join the [Discord server](<https://discord.com/invite/cronos >).


---

# 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-zkevm.cronos.com/getting-started/getting-started.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.
