# RPC

{% hint style="info" %}
Users can also run their own node for specific use-cases. More information on this here: [Node Operators](/tools/operate-a-node.md)
{% endhint %}

## Public RPC (Archival node) <a href="#public-rpc-archival-node" id="public-rpc-archival-node"></a>

Our public RPC on the mainnet is a full archive node, and should be enough for most use cases.

### Mainnet

RPC Endpoint: <https://mainnet-rpc.assetchain.org>

API docs: <https://scan.assetchain.org/api-docs>

### Testnet

\
RPC Endpoint: [https://enugu-rpc.assetchain.org](https://enugu-rpc.assetchain.org/)

API docs: <https://scan-testnet.assetchain.org/api-docs>

## Nodebridge <a href="#tenderly" id="tenderly"></a>

Nodebridge provides fast, reliable, and production-ready access to multiple blockchain networks via RPC. It allows you to send transactions, deploy smart contracts, query blockchain data or other operations without having to run your own node or manage infrastructure.

{% hint style="info" %}
Create an account on Nodebridge, then copy your RPC url to gain access.
{% endhint %}

RPC info: [https://nodebridge.xyz](https://nodebridge.xyz/)


---

# 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.assetchain.org/tools/rpc.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.
