# Ecosystem Overview

**Stakers**

Stakers contribute to universal security from TON in exchange for rewards.

**Restaking Module**

The Restaking Module is a suite of smart contracts that handle the core logic for delegation, operator registration, AVS registration, reward distribution and slashing.

**Operators**

Operators, whether an individual or an institution, perform essential validation and security for distributed secure services.

**Actively Validated Services (AVS)**&#x20;

Actively Validated Services utilize the restaked TON to enhance security while reducing operational expenses.

<br>

<br>


---

# 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.utonic.org/general/quickstart/ecosystem-overview.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.
