# Metamask

> Connect Metamask to the Script Testnet

Script blockchain is fully interoperable with Metamask. To connect Metamask to the Script Testnet, follow this guide to add a custom Network with the parameters shown in the screenshot:

{% embed url="<https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-custom-Network-RPC-and-or-Block-Explorer>" %}

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

Network Name: Script Testnet&#x20;

New RPC URL: <https://testeth-rpc-api.script.tv/rpc&#x20>;

Chain ID: 742&#x20;

Currency Symbol (optional): SPAY&#x20;

Block Explorer URL (optional): <https://explorer.script.tv/>

In the Script blockchain, SPAY is the gas token which powers the smart contracts. The users can use Metamask to send and receive SPAY, similar to Ether in the Ethereum blockchain. The users can also send and receive SRC20 tokens (the ERC20 token counterpart in the script blockchain). Note that currently Metamask does not support the SCPT token yet.

**NOTE:** At this time some exchanges, such as Binance, do not support receiving SCPT blockchain tokens from a smart contract address, which is how they are sent via the Metamask plug-in. If you send tokens to an exchange address via Metamask, they may be lost.


---

# 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://documentation.script.tv/smart-contract-and-app-development/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.
