# Network Information

## Plume Mainnet

{% tabs %}
{% tab title="Network Details" %}

<table data-header-hidden data-full-width="true"><thead><tr><th width="259.07421875">Name</th><th>Details</th></tr></thead><tbody><tr><td>Network Name</td><td>Plume </td></tr><tr><td>Chain ID</td><td>98866</td></tr><tr><td>Token Symbol</td><td>PLUME</td></tr><tr><td>Settlement Layer</td><td>Ethereum (Chain ID: 1)</td></tr><tr><td>Latest Supported EVM Version</td><td>Fusaka</td></tr><tr><td>HTTP RPC URL</td><td>https://rpc.plume.org</td></tr><tr><td>WebSocket RPC URL</td><td>wss://rpc.plume.org</td></tr><tr><td>Block Explorer URL</td><td><a href="https://explorer.plume.org/">https://explorer.plume.org</a></td></tr><tr><td>Contract Verifier URL</td><td>https://explorer.plume.org/api/</td></tr></tbody></table>
{% endtab %}

{% tab title="Chain Details" %}

<table data-header-hidden data-full-width="true"><thead><tr><th width="154.5234375">Name</th><th>Details</th></tr></thead><tbody><tr><td>Chain Info</td><td><a href="https://assets.plume.org/mainnet/chainInfo.json">https://assets.plume.org/mainnet/chainInfo.json</a></td></tr><tr><td>Core Info</td><td><a href="https://assets.plume.org/mainnet/core.json">https://assets.plume.org/mainnet/core.json</a></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

## Plume Testnet

{% tabs %}
{% tab title="Network Details" %}

<table data-header-hidden data-full-width="true"><thead><tr><th width="258.7890625">Name</th><th>Details</th></tr></thead><tbody><tr><td>Network Name</td><td>Plume Testnet</td></tr><tr><td>Chain ID</td><td>98867</td></tr><tr><td>Token Symbol</td><td>PLUME</td></tr><tr><td>Settlement Layer</td><td>Ethereum Sepolia (Chain ID: 11155111)</td></tr><tr><td>Latest Supported EVM Version</td><td>Fusaka</td></tr><tr><td>HTTP RPC URL</td><td>https://testnet-rpc.plume.org</td></tr><tr><td>WebSocket RPC URL</td><td>wss://testnet-rpc.plume.org</td></tr><tr><td>Block Explorer URL</td><td><a href="https://testnet-explorer.plume.org">https://testnet-explorer.plume.org</a></td></tr><tr><td>Contract Verifier URL</td><td>https://testnet-explorer.plume.org/api/</td></tr></tbody></table>
{% endtab %}

{% tab title="Chain Details" %}

<table data-header-hidden data-full-width="true"><thead><tr><th width="147.06640625">Name</th><th>Details</th></tr></thead><tbody><tr><td>Chain Info</td><td><a href="https://assets.plume.org/testnet/chainInfo.json">https://assets.plume.org/testnet/chainInfo.json</a></td></tr><tr><td>Core Info</td><td><a href="https://assets.plume.org/testnet/core.json">https://assets.plume.org/testnet/core.json</a></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

## Useful Tools

### Plume Testnet Faucet

Drip tokens to engage with the Plume ecosystem on testnet using this faucet

{% embed url="<https://faucet.plume.org>" %}


---

# 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.plume.org/plume/developers/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.
