# Use Cases

The performance characteristics of ABC Stack enable several new categories of applications that were previously impractical on monolithic or “settled” EVM chains:

* **High-Frequency Trading**: The ability to process millions of gas per second enables HFT-style applications with sub-second finality.
* **Large-Scale Games**: Games requiring frequent state updates can now run entirely on-chain, with support for thousands of concurrent players.
* **Data-Intensive Applications**: Applications that need to process and store large amounts of data can do so efficiently and economically.
* **Sovereign applications** that want full control over their environment
* Applications that want **flexibility in bridging solutions**


---

# 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.abundance.xyz/abc-stack-architecture/use-cases.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.
