# Loggia Testnet with Radius AVS

Radius launches Loggia Testnet, offering decentralized sequencing for rollups. Powered by Radius AVS (Actively Validated Services) built on Eigenlayer, Loggia enables rollups to achieve censorship resistance, while economically securing sequencing liveness and block safety with restaked ETH.

<figure><img src="/files/RpOL2doFFv9DTDkQOPPs" alt=""><figcaption><p>Architecture Overview</p></figcaption></figure>

A decentralized rollup includes the following components:

* Proposer: A decentralized sequencer set responsible for ordering transactions.
* Full Node: Receives and executes blocks from the proposer.

Developers can configure Radius AVS by considering the proposer's setup and the rollup block creation time. Initially, rollups must run their own full node, which includes an adapter to interact with the proposer.


---

# 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.theradius.xyz/testnet/loggia-testnet-with-radius-avs.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.
