# Registering Chain

To utilize the sequencing services, a Rollup needs to register themselves to the Cero network. This allows Cero network to informed about the Rollup with crucial information required for functioning. Based on this information, Cero is able to perform the required checks when transactions are provided to the network.&#x20;

The registered details include:

1. Chain Id
2. Rollup Type
3. Chain Name
4. Token Name
5. Token Symbol
6. DA Services
7. Rollup Owner
8. Rollup Contract Address


---

# Agent Instructions: 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.cero.network/concepts/registering-chain.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.
