> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chain info | Plasma

> The chain info JSON-RPC methods allow developers to access blockchain-level information such as chain ID, sync status, and protocol version.

Retrieving chain information from the Plasma blockchain can be done using the following methods:

<CardGroup cols={2}>
  <Card title="eth_chainId" icon="angle-right" iconType="solid" href="/reference/plasma-eth-chainid" horizontal />

  <Card title="eth_syncing" icon="angle-right" iconType="solid" href="/reference/plasma-eth-syncing" horizontal />

  <Card title="eth_protocolVersion" icon="angle-right" iconType="solid" href="/reference/plasma-eth-protocolversion" horizontal />

  <Card title="eth_accounts" icon="angle-right" iconType="solid" href="/reference/plasma-eth-accounts" horizontal />

  <Card title="eth_hashrate" icon="angle-right" iconType="solid" href="/reference/plasma-eth-hashrate" horizontal />
</CardGroup>

This information can be used for:

* **Network identification** — verify the correct blockchain network
* **Sync monitoring** — track node synchronization status
* **Protocol compatibility** — check client version and protocol support
* **Multi-chain applications** — identify and switch between networks
