> For the complete documentation index, see [llms.txt](https://docs.sweep.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sweep.finance/system-architecture/economic-engine.md).

# Economic Engine

Sweep is built on an **activity-based protocol architecture** where user interactions are directly converted into economic outputs. Every action within the system represents not only a gameplay event, but also the generation of measurable **on-chain transaction volume**.

In traditional systems, gameplay and value generation operate independently. Sweep unifies these layers under a **single interaction layer**, where all user actions—such as participating in games, executing transactions, or interacting with system features—are processed as economic inputs at the protocol level.

This transaction volume activates an embedded **protocol fee mechanism**. A fixed **5% fee** is applied to all interactions and is structured as follows:

* **2.5% → Burn:** SWEEP tokens are permanently removed from circulation at the time of execution
* **2.5% → Distribution:** Value is distributed to users in USDT

This mechanism operates in a fully **deterministic and automated** manner. It does not rely on manual intervention, governance decisions, or external liquidity sources. As system activity increases, both the total burned supply and distributed value scale proportionally.

All outcomes within Sweep are generated through a **rule-based execution model**. Results are produced based on predefined logic and are not subject to external control or manipulation. This ensures consistency, predictability, and integrity across all system operations.

The platform follows a **non-custodial architecture**, where users retain full control over their assets. All transactions are executed directly on-chain via user wallets, ensuring transparency, traceability, and verifiable ownership without reliance on centralized custody.

In essence, Sweep integrates gameplay mechanics, transaction volume, and token economics into a unified **value generation system**. Each user interaction contributes to a continuous economic cycle, directly impacting both real-time user outputs and long-term supply dynamics.

In essence, Sweep game mechanics connect gameplay, transaction volume, and token economics into a single unified system. Each action contributes to a continuous value loop where participation drives both user rewards and long-term ecosystem sustainability.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sweep.finance/system-architecture/economic-engine.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
