# Arweave Gateway

For sites hosted on the Arweave through 4EVERLAND, we use the Arseeding gateway service, built by the everFinance.

## What is Arseeding?

Arseed is a powerful infrastructure within the Arweave ecosystem, providing not only Arweave gateway functionality but also for uploading, downloading and broadcasting any AR native transactions/data.

&#x20;Arseeding nodes: <https://github.com/everFinance/arseeding>.

<figure><img src="/files/4E62Laec7GbX3eVn0yh8" alt=""><figcaption></figcaption></figure>

Arseed is fully compatible with Arweave native nodes, allowing developers to send transactions directly to Arseed nodes, meaning that **Arseed automatically broadcasts transactions to all Arweave nodes in the network**.&#x20;

Arweave has a probabilistic storage system, which means that each node does not need to store all the data, and even the arwave.net gateway does not necessarily store all the data in the chain.

## Path style

The "path style" URL places the AR Hash in the path section of the gateway URL, as follows.

`arweave.net/<HASH>`

{% hint style="info" %}
After Arseeding receives the arId submitted by the user, it first fetches the transaction data from the arweave.net gateway, and if the fetching fails, it fetches the transaction data from the network-wide nodes until it succeeds.
{% endhint %}

Are you in search of an Arweave Dedicated Gateway outside of Arweave.net?

{% content-ref url="/pages/1VTIa3g7zfvgWHRRDGAz" %}
[Dedicated Gateways](/gateways/dedicated-gateways.md)
{% endcontent-ref %}

{% hint style="info" %}
You can [sign up](https://dashboard.4everland.org/login) for a free 4EVERLAND account to get started today.

If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}


---

# 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.4everland.org/gateways/arweave-gateway.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.
