> For the complete documentation index, see [llms.txt](https://docs.galactica.com/galactica-developer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.galactica.com/galactica-developer-documentation/testnet-cassiopeia/release-notes.md).

# Cassiopeia Release Notes

## Status

Cassiopeia is Galactica's third testnet. It is an Arbitrum Orbit L2 chain with EVM smart contracts and settlement to Ethereum Sepolia.

The main goals of the Testnet are:

* Give users and developers simple access to [learn](https://docs.galactica.com/galactica-developer-documentation/) about and [build](https://github.com/Galactica-corp) on the new possibilities offered by Galactica. Get experience to leverage zero-knowledge disclosures, sybil resistance and  compliant privacy for your use-cases and business ideas.
* Users can experience the zero-knowledge KYC solution.
* Collect [community feedback](https://www.youtube.com/watch?v=BZNBlpTGjSc\&t=2208s) to figure out how Galactica works best for it's users.
* Test Galactica's technology and user experience
* Decentralize validation and block building
* Benchmark the system

## Disclaimer

There is still a lot to be learned about unlocked possibilities, limitations, usability, technical implications and use cases. The feedback from the testnet will accelerate this process and focus it on the users' needs.\
The concept, code and documentation of Galactica will change accordingly to iterate and improve towards the best Galactica can become.

## Features available in the Testnet:

* Interconnected L2 chain as part of the Ethereum Ecosystem
  * Native bridge to Sepolia
* EVM compatibility
  * Connection details listed here: [TestNet: Cassiopeia](/galactica-developer-documentation/testnet-cassiopeia.md#reticulum-network-connection)
* [Zero-Knowledge KYC](/galactica-developer-documentation/galactica-concepts/zero-knowledge-kyc.md)
  * &#x20;ZK circuit library
  * [Galactica Snap for Metamask](/galactica-developer-documentation/galactica-components/galactica-snap-for-metamask.md), [audited by Sayfer](https://sayfer.io/audits/metamask-snap-audit-report-for-galactica/)
  * On-chain smart contracts, see [DevNet: Andromeda](/galactica-developer-documentation/devnet-andromeda.md#additional-resources)
  * Front end example code: [Guided Example](/galactica-developer-documentation/building-a-galactica-dapp/front-end/guided-example.md)
  * SDK for KYC Guardians in Golang and TypeScript: [Guardian Guide](/galactica-developer-documentation/guardian-guide.md)
* Block explorer <https://galactica-cassiopeia.explorer.alchemy.com/>
* Faucet <https://faucet-cassiopeia.galactica.com/>
* Frontend for testing zkKYC setup and usage: <https://cassiopeia.galactica.com/>
* Contingent transaction requirements based on ZK disclosures

## Features [not available](https://www.youtube.com/watch?v=BZNBlpTGjSc\&t=4482s) yet:

* Reputation
* Governance
* Contingent Transactions for fund transfers

## Changelog

To be added


---

# 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.galactica.com/galactica-developer-documentation/testnet-cassiopeia/release-notes.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.
