# 🦊Add TAN to Metamask

Learn how to configure MetaMask to connect to the TAN-chain blockchain, enabling seamless interaction with TAN-based decentralized applications and assets.

**Follow these steps to add the TAN blockchain to your MetaMask wallet. This guide covers adding the Devnet, Testnet, and Mainnet, all of which follow the same approach.**

## Step 1 : Open MetaMask

* Open your ***MetaMask wallet***. If you don't have MetaMask installed, you can download it from [here](https://metamask.io/).
* Click on the ***MetaMask extension*** icon in your browser to open the wallet interface.

## Step 2 : Access the Network Dropdown

Click on the network dropdown at the top of the MetaMask interface. This dropdown displays the currently selected network ***(e.g., "Ethereum Mainnet").***

<figure><img src="/files/5YwV9WOoCzSDLo7VFeXn" alt=""><figcaption></figcaption></figure>

## Step 3 : Add a Network

Click on ***"Add Network"*** at the bottom of the network dropdown. This will open a new window where you can enter the details for the new network.

<figure><img src="/files/hKDNRIkuTSdEAjfYgiCT" alt=""><figcaption></figcaption></figure>

Click on add a network **"*****manually".***

<figure><img src="/files/6f4rKg96gcjiCzMM220J" alt=""><figcaption></figcaption></figure>

## Step 4 : Enter Network Details

In the "Add a network" form, Fill in the following details:

* **Network Name**: ***TAN Devnet*** (You can name it as per your preference)
* **New RPC URL**: [*<mark style="color:blue;">https://devnet</mark>*](https://devnet-taral-rpc1.tarality.com/)<mark style="color:blue;">-</mark>*<mark style="color:blue;">rpc1.tanledger.com</mark>*
* **Chain ID**: *4442*
* **Currency Symbol**: *TAN*   (Optional, But recommended)
* **Block Explorer URL**: [*https://tanscan.com/*](https://tanscan.com/)    (Optional, But recommended)

<figure><img src="/files/xRChrqCvUO5IFFO7IYtQ" alt=""><figcaption></figcaption></figure>

## Step 5 : Save the Network <a href="#step-5-save-the-network" id="step-5-save-the-network"></a>

After entering the network details, click ***"Save"*** to add the TAN network to MetaMask.

## Step 6 : Confirm Network Addition

Once you save the network, MetaMask will automatically switch to the newly added TAN network. You can now interact with TAN-based decentralized applications and assets.

## Adding Testnet and Mainnet

To add the TAN Testnet and Mainnet, follow the same steps as above. Simply replace the RPC endpoint and explorer URLs with the respective details for the Testnet and Mainnet. The Chain ID remains the same.

## Testnet Details

* **Network Name**: ***TAN Testnet***
* **New RPC URL**: (Provide the Testnet RPC URL)
* **Chain ID**: (Provide the Testnet chain id)
* **Currency Symbol**: ***TAN*** (optional)
* **Block Explorer URL**: (Provide the Testnet Explorer URL).

## Mainnet Details

* **Network Name**: ***TAN Mainnet***
* **New RPC URL**: (Provide the Mainnet RPC URL)
* **Chain ID**: (Provide the Mainnet chain id)
* **Currency Symbol**: ***TAN*** (optional)
* **Block Explorer URL**: (Provide the Mainnet Explorer URL).

You have successfully added the TAN network to your MetaMask wallet. You can now seamlessly interact with decentralized applications (DApps) and assets on the TAN-chain blockchain. Whether you're using the Devnet for development, the Testnet for testing, or the Mainnet for live transactions, your MetaMask wallet is now fully equipped to handle all your TAN blockchain needs.


---

# 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.tan.live/getting-started/add-tan-to-metamask.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.
