# Fuse

<a href="https://fuse.chain.love/rpc" class="button primary" data-icon="arrow-up-right">Open API Management (RPC)</a>

{% hint style="info" %} <img src="https://img.shields.io/badge/Performance_module-not%20supported-lightgrey" alt="" data-size="original"> <img src="https://img.shields.io/badge/RPC-FREE_ANONYMOUS-brightgreen" alt="" data-size="original"> <img src="https://img.shields.io/badge/Subgraphs-not%20supported-lightgrey" alt="" data-size="original">
{% endhint %}

Chain.Love on Fuse currently provides the **API Management** module for RPC access.

## Recommended workflows

* **Need an RPC endpoint right now**: open [API Management](https://fuse.chain.love/rpc) → use the RPC endpoint below.

## Modules on Fuse

### API Management (RPC)

#### Sending requests

We host one JSON-RPC API endpoint for Fuse Mainnet:

* [Archival Node](https://rpc.fuse.chain.love): This node provides access to the entire blockchain history, starting from genesis, as is. API is fully compatible with the [Ethereum JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc/). Only **POST** endpoints are supported.


---

# 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://chain-love.gitbook.io/chain-love-docs/blockchains/fuse.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.
