> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ryvo.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Synthetic Capacity Benchmarks

> Deterministic capacity snapshots for current Ryvo settlement paths.

These tables are generated from the deterministic sizing scripts at commit `173463de92b6b04ed6bd43133a0c45f05deb6d3a`.

They describe the structural capacity of each settlement path given the current message formats, account layouts, and Solana transaction envelope.

## Unilateral commitments

| Shape                                      | Message Bytes | Serialized Tx Bytes | Headroom vs Packet |
| ------------------------------------------ | ------------- | ------------------- | ------------------ |
| Legacy unilateral commitment               | 103           | 627                 | 605                |
| Current typical unilateral commitment      | 28            | 552                 | 680                |
| Current conservative unilateral commitment | 29            | 553                 | 679                |

## Bundle settlement

| Shape                       | Largest Entry Count | Serialized Tx Bytes | Signed Message Bytes |
| --------------------------- | ------------------- | ------------------- | -------------------- |
| Current typical bundle      | 6                   | 1113                | 168                  |
| Current conservative bundle | 6                   | 1119                | 174                  |

## Cooperative clearing

| Mode                            | Participants | Channels | Serialized Tx Bytes | Message Bytes | Auth Envelope Bytes | Remaining Bytes |
| ------------------------------- | ------------ | -------- | ------------------- | ------------- | ------------------- | --------------- |
| Current v0 + ALT balanced round | 7            | 7        | 1119                | 63            | 835                 | 113             |
| Current v0 + ALT overall fit    | 6            | 30       | 1143                | 153           | 815                 | 89              |
| BLS v0 + ALT balanced round     | 32           | 32       | 662                 | 213           | 321                 | 570             |
| BLS v0 + ALT overall fit        | 16           | 225      | 1230                | 603           | 711                 | 2               |

## How to read this

* **Serialized Tx Bytes** is the full on-wire transaction size, including all accounts and signature verification instructions.
* **Message Bytes** is the size of the signed body only.
* **Auth Envelope Bytes** is the portion of the transaction dedicated to signature material and verification data.
* **Remaining Bytes** is the headroom left before the Solana packet limit.
* BLS rows are part of the current cooperative-clearing path.

These shapes reflect the live deployment's current on-chain formats.

## See also

* [Methodology](/benchmarks/methodology)
* [Live devnet benchmarks](/benchmarks/live-devnet)
* [Message formats](/reference/messages)
* [Roadmap](/thesis/roadmap)
