# Network Information

***

<table data-full-width="false"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Network Name</strong></td><td><strong>SupraEVM MultiVM Testnet</strong></td></tr><tr><td><strong>RPC URL Endpoints</strong></td><td><strong>learn more below</strong></td></tr><tr><td>*<strong>Direct RPC Endpoint</strong></td><td><a href="https://rpc-multivm.supra.com/rpc/v1/eth"><code>https://rpc-multivm.supra.com/rpc/v1/eth</code></a></td></tr><tr><td>*<strong>Wallet &#x26; Tooling Integration Endpoint</strong></td><td><a href="https://rpc-multivm.supra.com/rpc/v1/eth/wallet_integration"><code>https://rpc-multivm.supra.com/rpc/v1/eth/wallet_integration</code></a></td></tr></tbody></table>

***

## <mark style="color:red;">Notes for Third-Party Tooling</mark>&#x20;

Supra’s EVM chain uses Moonshot consensus, which finalizes blocks in **sub-second time**.\
Because of this, **Supra EVM only supports `BlockTag=latest`.**

Tools like Foundry or Hardhat automatically request a specific block height, which the standard RPC endpoint will **reject**.

To support both direct RPC calls and tools we don’t control, we provide two endpoints:

**Direct RPC Endpoint**\
`https://rpc-multivm.supra.com/rpc/v1/eth`\
Use this when calling the RPC directly or building custom tooling for Supra.

**Wallet & Tooling Integration Endpoint**\
`https://rpc-multivm.supra.com/rpc/v1/eth/wallet_integration`\
Use this when working with Foundry, Hardhat, or 3rd-party wallets.\
This endpoint ignores block-height tags and always returns the latest block state, so no extra configuration is required.


---

# 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://supraoracles.gitbook.io/supra/network/evm/overview/network-information.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.
