# Abstract

K3 **Stateless Rollup is:**

* Computing service that provides services to other networks or applications.
* Decentralized network that runs its own validator set and is compatible with any EVM or non-EVM blockchains.

K3 Stateless Rollups like oracles, bridges, rollup watchers, relayers networks, general computation infrastructures, and exploit prevention systems, provide services without being constrained by any particular blockchain. These protocols require an infrastructure for the submission and auditing of the Operators' work, reaching on-chain agreements on arbitrary tasks, and distributing rewards and penalties based on attestations.

The K3 Stateless Rollup Framework allows developers to **self-deploy** (1) custom computational services over trustless execution environments and (2) a network of Operators that run arbitrary tasks.

<figure><img src="/files/OTiIhAfP213HS1CYhork" alt=""><figcaption></figcaption></figure>

Protocols execute compute tasks through the Task Consensus, which validates the task and sends back the result with "Proof of Task". Powered by a modular consensus engine, the scheme allows the execution and validation of any type of service.


---

# 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.k3-labs.com/introduction/tech-documentation/k3-framework/abstract.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.
