# README

This GitBook documentation explains the different account types supported by the Konet PQC Wallet, their technical specifications, and when to use each type.

## Quick Reference

| Account Type | Private Key |  Public Key |             Address |   Signature | Use Case             |
| ------------ | ----------: | ----------: | ------------------: | ----------: | -------------------- |
| **ECDSA**    |    32 bytes |    64 bytes |    20 bytes (0x...) |    65 bytes | Legacy compatibility |
| **PQC**      | 4,032 bytes | 1,952 bytes | 32 bytes (pqc1p...) | 3,309 bytes | Quantum-safe future  |
| **Hybrid**   | 4,064 bytes | 2,016 bytes |    20 bytes (0x...) | 3,374 bytes | Migration path       |

## Getting Started

Start with the [Overview](broken://pages/7339c3ff325bf3d36ecf77050358729877380238) to understand the different account types, then dive into specific account types based on your needs: ECDSA, PQC, or Hybrid.


---

# 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://doc-wallet.corenet.sbs/readme.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.
