# Address Generation

### Address Generation

Namely, the address is the first 20-bytes of the SHA512 hash of the raw 32-byte public key

<div align="center" data-full-width="false"><figure><img src="/files/i9EjUkhQt4k1cjqvQg8l" alt=""><figcaption></figcaption></figure></div>

### Mnemonic Phrase Management (BIP39)

TransferChain uses address generation from BIP39 standards. Control your own private key through your unique phrases. This structure prevents unauthorized access to your data and gives your full control


---

# 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.transferchain.io/core-concepts/cryptography/address-generation.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.
