> 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-arweave-data-protocols/load-network-precompiles-data-protocol.md).

# Load Network Precompiles Data Protocol

### About

Load Network have precompiled contracts that push data directly to Arweave as ANS-104 data items. One such precompile is the [`0x17`](https://docs.wvm.dev/using-weavevm/weavevm-precompiles#id-1-precompile-0x17-upload-data-from-solidity-to-arweave) precompile (`arweave_upload)`.

{% hint style="warning" %}
After the rebrand from WeaveVM to Load Network, all the data protocol tags have changed the "\*WeaveVM\*" onchain term (Arweave tag) to "\*LN\*"
{% endhint %}

#### Protocol Specifications <a href="#protocol-specifications" id="protocol-specifications"></a>

The data protocol transactions follow the ANS-104 data item specifications. Each LN precompile transaction is posted on Arweave, after brotli compression, with the following tags:

| Tag Name                | Tag Value                  | Description                                                        |
| ----------------------- | -------------------------- | ------------------------------------------------------------------ |
| `LN:Precompile`         | `true`                     | Data protocol identifier                                           |
| `Content-Type`          | `application/octet-stream` | Arweave data transaction MIME type                                 |
| `LN:Encoding`           | `Brotli`                   | Transaction's data encoding algorithms                             |
| `LN:Precompile-Address` | `$value`                   | The decimal precompile number (e.g. 0x17 have the Tag Value of 23) |

#### Load Network Precompile Data Items Uploaders <a href="#weavevm-exex-data-items-uploaders" id="weavevm-exex-data-items-uploaders"></a>

* Load Network Reth Precompiles Address: [5JUE58yemNynRDeQDyVECKbGVCQbnX7unPrBRqCPVn5Z](https://viewblock.io/arweave/address/5JUE58yemNynRDeQDyVECKbGVCQbnX7unPrBRqCPVn5Z?tab=items)


---

# 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-arweave-data-protocols/load-network-precompiles-data-protocol.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.
