# Seralization Formats

Serialization in æternity defines the standardized binary formats used to encode different blockchain objects for critical operations like hashing, Merkle Patricia Tree insertion, and transaction signing. These formats ensure consistent data representation across the network, enabling reliable cryptographic operations and state management.

The [Seralization documentation](/developer-documentation/protocol/serializations.md) provides detailed technical specifications for serializing all æternity blockchain objects, including blocks, transactions, accounts, smart contracts, and state trees. It covers RLP (Recursive Length Prefix) encoding specifications, version handling, and format changes across protocol upgrades like Roma, Fortuna, and Lima. The documentation is particularly thorough in detailing object tags, field specifications, and special type handling, making it an essential reference for developers working with æternity's data structures at a protocol level.


---

# 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.aeternity.com/aeternity-developer-tools/protocol/utility-features/seralization-formats.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.
