> For the complete documentation index, see [llms.txt](https://docs.cyclenetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyclenetwork.io/cycle-network-docs/quick-start/connect-to-cycle/connect-to-cycle-testnet/cycle-cuttlefish-archived.md).

# Cycle CuttleFish (Archived)

## **Introdction:**

CuttleFish testnet is a cycle test network running in parallel with the JellyFish testnet. This network has incorporated additional compatibility upgrades to integrate with various EVM-compatible blockchain networks, although there are some differences in details compared to traditional EVM virtual machines.

## **Network:**

Cycle

| **ChainId** | **chainName**    | **Currency** | **NetworkId** |
| ----------- | ---------------- | ------------ | ------------- |
| 1228        | Cycle CuttleFish | ETH          | 1             |

Security Layer

| **ChainId** | **chainName** | **Currency** | **NetworkId** |
| ----------- | ------------- | ------------ | ------------- |
| 11155111    | Sepolia       | ETH          | 0             |

Extend Layer

| **ChainId** | **chainName**   | **NetworkId** |
| ----------- | --------------- | ------------- |
| 1802203764  | Kakarot Sepolia | 16            |

{% hint style="info" %}
Please check the Official Documentations of the extend layers listed above to learn the difference between their VM and standard EVM.
{% endhint %}

{% hint style="info" %}
Attention: Testnet is not suitable for long-term data storage as data will be periodically reset.
{% endhint %}


---

# 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:

```
GET https://docs.cyclenetwork.io/cycle-network-docs/quick-start/connect-to-cycle/connect-to-cycle-testnet/cycle-cuttlefish-archived.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
