# Request Node Gateways

The Request Network Foundation operates several Request Node "Gateways" that are free for anyone to use. These gateways offer endpoints for creating and retrieving requests. They also pay the protocol fee for creating requests, about USD $0.10 per request, paid in XDAI.

<table><thead><tr><th width="189">Gateway</th><th width="111.33333333333331">real/test</th><th>URL</th></tr></thead><tbody><tr><td>Gnosis Gateway</td><td>real</td><td><a href="https://gnosis.gateway.request.network"><code>https://gnosis.gateway.request.network</code></a></td></tr><tr><td>Gnosis Gateway (deprecated alias)</td><td>real</td><td><a href="https://xdai.gateway.request.network"><code>https://xdai.gateway.request.network</code></a></td></tr><tr><td>Sepolia Gateway</td><td>test</td><td><a href="https://sepolia.gateway.request.network"><code>https://sepolia.gateway.request.network</code></a></td></tr></tbody></table>


---

# 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://legacy.docs.request.network/advanced/request-network-sdk/get-started/request-node-gateways.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.
