# Satellite Network

All availability challenges in ICN require the use of both ScalerNodes and HyperNodes to submit reports on the Satellite Network. By leveraging the Satellite Network, reports are ensured to be accessible off-chain for a predetermined duration, after which all data is securely deleted.

The availability reports currently include the following information:

1. Originator: Type of node submitting the report (ScalerNode or HyperNode).
2. Originator version: Software version running on the originator node.
3. Era ID: The era number in which the challenge occurred.
4. ScalerNode ID: The unique identifier of the ScalerNode that initiated the challenge.
5. HyperNode ID: The unique identifier of the HyperNode that responded to the challenge.
6. Signatures: A record  of the signatures from both the ScalerNode and HyperNode, including their corresponding public keys.

<br>


---

# 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.icn.global/network-architecture/satellite-network.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.
