> For the complete documentation index, see [llms.txt](https://docs.xyo.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyo.network/xyo-layer-one/xyo-layer-one-features/rollups/rollups-analogies.md).

# Rollups: Analogies

### The Receipt Bundle Analogy

Imagine you go shopping with a group of friends. Instead of each person paying separately and getting their own receipt, you all give your items to one friend who makes a single purchase.

That friend gets **one receipt** covering everyone's purchases.

If anyone wants to verify what was bought, they can simply look at that one receipt—it’s faster and more efficient than tracking down ten separate receipts.

> **Rollups work the same way**: rather than recording each transaction individually on-chain, they bundle many transactions off-chain and submit one proof. This reduces costs, saves space, and keeps the blockchain efficient.

### The High-Speed Train Analogy

Think of traditional blockchain transactions as people driving individual cars down a single-lane road—each car moves one-by-one, and traffic builds up quickly.

Now imagine a **high-speed train**. Passengers (transactions) board off-chain, and the train (rollup) carries them all together. At the end, the train submits a **manifest** (proof) showing who rode the train.

> This keeps the blockchain from getting congested, while still recording everything securely.


---

# 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:

```
GET https://docs.xyo.network/xyo-layer-one/xyo-layer-one-features/rollups/rollups-analogies.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.
