> For the complete documentation index, see [llms.txt](https://whitepaper.hypercoin.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.hypercoin.network/documentation/documentation-pt/comecou/especificacao.md).

# Especificação

As especificações técnicas de um projeto de criptomoeda descrevem suas funcionalidades essenciais, arquitetura e funcionamento. Elas incluem o mecanismo de consenso, como Prova de Trabalho ou Prova de Participação, o protocolo blockchain subjacente, velocidade de processamento de transações e soluções de escalabilidade. As especificações também cobrem padrões de criptografia, algoritmos de mineração e estrutura geral da rede. Especificações bem definidas são cruciais para garantir segurança, otimizar desempenho e manter eficiência. Elas fornecem uma base para o crescimento sustentável do ecossistema, orientando desenvolvedores, mineradores e usuários enquanto apoiam a inovação e a confiabilidade a longo prazo dentro da rede cripto. Especificações claras ajudam a construir confiança e transparência no projeto.

| Especificações                                              | Descrição                                      |
| ----------------------------------------------------------- | ---------------------------------------------- |
| Nome da Moeda                                               | Hypercoin                                      |
| Ticker                                                      | HRC                                            |
| Consenso                                                    | PoW (Prova de Trabalho)                        |
| Algoritmo                                                   | SHA256                                         |
| Prefixo de Endereço                                         | 1, 3 e h1                                      |
| Tempo de Bloco                                              | 1 Minuto                                       |
| Tamanho do Bloco                                            | Maior que 4 MB                                 |
| Intervalo de Tempo Alvo                                     | 1 Hora                                         |
| Maturidade do Coinbase                                      | 30 Blocos                                      |
| Oferta Máxima Total                                         | 21 Milhões                                     |
| Recompensa de Mineração                                     | 25 HRC (Inicial)                               |
| Magic                                                       | f7f7f7f7                                       |
| Porta RPC                                                   | 8992                                           |
| Porta P2P                                                   | 8993                                           |
| Desenvolvimento de Lançamento                               | Para ser compatível com lançamentos do Bitcoin |
| [Código aberto](https://github.com/hypercoin-prj/hypercoin) | Licença MIT                                    |


---

# 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://whitepaper.hypercoin.network/documentation/documentation-pt/comecou/especificacao.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.
