# Overview

This is a signet testnet launched by sathub.io, which has the same characteristics as the Bitcoin mainnet. The signet network can be understood as a special case of the POA network. It does not require a large number of node consensus, so the speed of block generation is increased. Currently, a block is produced in about 3 minutes. There are currently three nodes participating in block production, and the node public keys are:

{% hint style="info" %}
pubkey.1:&#x20;

038cce116112da87846abb3eea7ed6dc04d362f9a5d11dd575bdcd96df8bbd0f11

pubkey.2:&#x20;

0282a43fc95da4bb52533294867733b70140507745367f11c8c674972c1def3c32

pubkey.3:

&#x20;03878af834b52bfad5b8904bd41ea06007cf9c411719591d7d4be71dde6a376166
{% endhint %}

The magic number of the network is:

{% hint style="info" %}
a92b03d3
{% endhint %}

The signetchallenge of the signet is:

{% hint style="info" %}
5121038cce116112da87846abb3eea7ed6dc04d362f9a5d11dd575bdcd96df8bbd0f11210282a43fc95da4bb52533294867733b70140507745367f11c8c674972c1def3c322103878af834b52bfad5b8904bd41ea06007cf9c411719591d7d4be71dde6a37616653ae
{% endhint %}

&#x20;     If you want to get more information, please contact the maintainer via [X/Twitter Message Box](https://x.com/LiuYihen)


---

# 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.sathub.io/sathub-docs/overview.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.
