# Technical Architecture

rsETH smart contracts are designed to isolate deposits, delegations, and withdrawals. These contracts provide a separation of concerns, reducing the surface area of risk.

Let’s understand the most important modules of rsETH in detail.

1. Restaker deposits LST and mints rsETH

<figure><img src="https://4134492932-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ygtUPmn4ASyOZSEXTQc%2Fuploads%2FafMF1GSDo0CwZpg4QwC0%2Fdiagram%20(3).png?alt=media&#x26;token=62848de0-1631-4828-8489-848d7fac8536" alt=""><figcaption></figcaption></figure>

2. Moving assets to Node Delegator Contracts

<figure><img src="https://4134492932-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ygtUPmn4ASyOZSEXTQc%2Fuploads%2FsVjoeTqLdAuNdvABmT2L%2Fdiagram%20(1).png?alt=media&#x26;token=6b38fc21-2c18-4d80-a1c5-9802c83e5547" alt=""><figcaption></figcaption></figure>

3. Moving assets to Strategies

<figure><img src="https://4134492932-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ygtUPmn4ASyOZSEXTQc%2Fuploads%2FnuyDLupCzTtPCiw69aO8%2Fdiagram%20(2).png?alt=media&#x26;token=64bee554-51b4-4587-bf40-843267dbd4d4" alt=""><figcaption></figcaption></figure>

4. Unstake/Withdrawal of assets

   Assets will be undelegated from operators to the Node Delegator contracts and then passed to the Withdrawal Manager which ensures the right proportion of assets are passed on to the user\
   \
   The contracts and functionalities allowing users to unstake and withdraw assets to their wallets are just a few weeks away.<br>

Various other modules support the main flows. They are as follows:

**Registry**: All operators, services, and assets part of the rsETH ecosystem will be registered on the Registry Module. This module also stores metadata associated with these entities and some key central properties of rsETH&#x20;

**Oracle**: This module will be used to push real-time prices of supported assets to the rsETH contracts. The exchange rate thus formulated with the help of these real-time prices will be useful in minting and burning the right amount of rsETH for deposits and redemptions respectively. \
\
**Governance**: Set of contracts that translate successful proposals into executable code to change smart contract behavior.&#x20;

**Reward Market**: This module will be capable of availing non-ETH rewards into different extra-yield strategies. With AVS’ explosion, this module will become the foundational layer to optimize and assess risk for different governance and utility tokens obtained as rewards.<br>

A detailed flow of the rsETH offering:

<figure><img src="https://lh7-us.googleusercontent.com/t3mAElUVzg24skx3J2DAco16xr3hoAkG0OTCwVnjZHb09fA6DVpDKNTRkcJwbYhuvSYyDVpCoWskqpj0AMscqNCMfKJy-ElLHsp0nCFxT4s0dAcmMM_-nHK0sPnwffOWMwgQSUkiX184zAL1yH9-zg0" alt=""><figcaption></figcaption></figure>


---

# 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://kelp.gitbook.io/kelp/technical-architecture.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.
