# Testnet Setup

## **PlutoChain** Sepolia Testnet

* **Chain ID**: 51012
* **Gas Token:** PLUTO
* **RPC URL:** [**https://rpc.plutochain.io/**](https://rpc.plutochain.io/)
* **Explorer:** <https://explorer.plutochain.io/>

{% hint style="info" %}
Note: The PlutoChain Sepolia Testnet's native gas token is **$PLUTO**. To interact with the network, you'll need a small amount of **$PLUTO** in your wallet to cover transaction fees.
{% endhint %}

***

To develop on PlutoChain, you'll need to set up a wallet and a development environment. Fortunately, PlutoChain is fully compatible with Ethereum, making it seamlessly compatible with MetaMask.

To interact with PlutoChain, you will need to download a browser-based EVM-compatible wallet and manually add the PlutoChain network.

**Recommended wallets**&#x20;

* [Metamask](https://metamask.io/)
* **PlutoChain is compatible with other EVM wallets**&#x20;

***

1. Open your wallet application and go to the **"Add Network" or "Custom RPC"** section.
2. Enter the following details:
   * **Network Name:** PlutoChain Sepolia Testnet
   * **Chain ID:** 51012
   * **Currency Symbol (Optional):** PLUTO
   * **RPC URL:** [**https://rpc.plutochain.io/**](https://rpc.plutochain.io/)
3. Click "**Save**" or "**Add Network**" to add PlutoChain Sepolia Testnet.
4. Once added, switch to the PlutoChain Sepolia Testnet network in your wallet.
5. You can now interact with the Testnet using your wallet. The block explorer for the PlutoChain Testnet is available at <https://explorer.plutochain.io/>


---

# 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.plutochain.io/plutochain-devnet/getting-started/testnet-setup.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.
