# Scalability & Coprocessors

#### The Performance Challenge

Historically, FHE was too slow for blockchains. TORUS solves this via a modular architecture.<br>

#### The Coprocessor Model

Standard transactions are processed by the main consensus engine. Heavy FHE operations are routed to "Coprocessors"—nodes equipped with hardware acceleration. This ensures that a complex encrypted calculation does not stall the entire network.

#### Future-Proofing with ASICs

TORUS is partnering with hardware manufacturers to develop FHE ASICs (Application-Specific Integrated Circuits). These chips will increase transaction throughput from hundreds to tens of thousands of TPS (Transactions Per Second).


---

# 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.torustoken.xyz/3.-features/scalability-and-coprocessors.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.
