> For the complete documentation index, see [llms.txt](https://documentation.script.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.script.tv/smart-contract-and-app-development/metamask.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.script.tv/smart-contract-and-app-development/metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
