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

# Overview

The UTONIC Restaking protocol allows users to restake their Native TON tokens and LST TON tokens by depositing the assets. The users can determine the restaking strategies and delegate the restaked assets to the operators. Operators can then register with Actively Validated Services (AVS) to provide economic security. Operators perform tasks for the AVS in exchange for rewards, and the AVS has the ability to slash the assets that have been delegated if they indulge in malicious behaviour.

There are multiple entities involved in this protocol to enable the restaking of both LST TON and Native TON. The modularity of the protocol also provides an interface to extend restaking to any new asset as well. The architecture should give an overview of how each entity is placed in the system following which we shall go over them in detail.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXclFjuH_cvv-4i5XW1pdQdpTZZklfB7SeUpfMO9-IRRz8fnMj2ebkTWEj-6wmh5hZipXO031dJzTJ57oULapubX5doC6FIQt0Yn-tcLtz68lJzbmpZbiirKyAztrTmLiZSgAuwI7_d8sME6IjIqkfpsDGc?key=G9t0D0gdrCIFGea1zTDPoQ" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.utonic.org/utonic-architecture/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.
