> For the complete documentation index, see [llms.txt](https://docs.load.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.load.network/load-network-for-evm-chains/ledger-archiver-any-chain.md).

# Ledger Archiver  (any chain)

### About

Load Network Archiver is an ETL archive pipeline for EVM networks. It's the simplest way to interface with LN's permanent data feature without smart contract redeployments.

### Load Network Archiver Usage

LN Archiver is the ideal choice if you want to:

* Interface with LN's permanent data settlement and high-throughput DA
* Maintain your current data settlement or DA architecture
* Have an interface with LN without rollup smart contract redeployments
* Avoid codebase refactoring

Run An Instance

To run your own node instance of the `load-archiver` tool, check out the detailed setup guide on github: <https://github.com/WeaveVM/wvm-archiver>

### Networks Using LN Archiver

| Network                                                    | Archiver Repo                                                                                    | Archiver Endpoint                                                          |
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------- |
| [Metis](https://metis.io)                                  | [https://github.com/WeaveVM/wvm-archiver ](<https://github.com/WeaveVM/wvm-archiver >)           | [https://metis.load.rs/v1/info ](<https://metis.load.rs/v1/info >)         |
| [RSS3](https://rss3.io)                                    | [https://github.com/WeaveVM/rss3-wvm-archiver ](<https://github.com/WeaveVM/rss3-wvm-archiver >) | [https://rss3.load.rs/v1/info ](<https://rss3.load.rs/v1/info >)           |
| [GOAT Network](https://goat.network)                       | [https://github.com/WeaveVM/goat-wvm-archiver ](<https://github.com/WeaveVM/goat-wvm-archiver >) | [https://goat.load.rs/v1/info ](<https://goat.load.rs/v1/info >)           |
| [Avalanche c-chain](https://subnets.avax.network/c-chain)  | <https://github.com/WeaveVM/avalanche-wvm-archiver>                                              | [https://avalanche.load.rs/v1/info ](<https://avalanche.load.rs/v1/info >) |
| [Dymension L1 Hub](https://dymension.xyz)                  | <https://github.com/WeaveVM/dymension-wvm-archiver>                                              | <https://dymension.load.rs/v1/info>                                        |
| [Humanode EVM](https://humanode.io/)                       | <https://github.com/weaveVM/humanode-wvm-archiver>                                               | <https://humanode.load.rs/v1/info>                                         |
| [Scroll Mainnet](https://scroll.io/)                       | <https://github.com/weaveVM/scroll-wvm-archiver>                                                 | <https://scroll.load.rs/v1.info>                                           |
| [phala-mainnet-0](https://hub.conduit.xyz/phala-mainnet-0) | <https://github.com/weaveVM/phala-wvm-archiver>                                                  | <https://phala.load.rs/v1.info>                                            |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.load.network/load-network-for-evm-chains/ledger-archiver-any-chain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
