# Showdown

Due to the newly introduced mechanics, it can be difficult to grasp and compare both traditional and Cero powered business models. Hence we've created the following side by side comparison to better visualise it together.

| Value Accumalation By Rollups | Traditional Model                                               | Cero-charged Model                                                                                                                    |
| ----------------------------- | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Services                      | <ul><li>Self sequencing</li><li>Transaction execution</li></ul> | <ul><li>Super-system wide sequencing</li><li>Transaction execution </li></ul>                                                         |
| Token Yields                  | <ul><li>Single token based</li></ul>                            | <ul><li>Native token based</li><li>Cero token based</li><li>Multiple other custom tokens based present in Cero Super-system</li></ul> |
| Revenue Streams               | <ul><li>Transaction fee</li></ul>                               | <ul><li>Transaction fee</li><li>Block rewards</li><li>Subscription fee</li></ul>                                                      |
| Expenses                      | <ul><li>Full L1 costs</li><li>Full DA costs</li></ul>           | <ul><li>Diminished L1 costs</li><li>Diminished DA costs</li><li>Subscription fee</li></ul>                                            |


---

# 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.cero.network/concepts/economics-design/showdown.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.
