---
title: "Launching Support for the Polygon PoS Amoy Testnet"
description: "We are proud to announce that developers can now start building on Polygon Amoy, a Sepolia-based test network for the Polygon PoS blockchain."
---

# Launching Support for the Polygon PoS Amoy Testnet

<ImageBlock
  src="https://media.alchemy.com/1709764095-polygon-amoy-is-live-on-alchemy.jpg"
  alt="Polygon Amoy testnet support launch on Alchemy"
  width={2400}
  height={1260}
  priority
/>

We are excited to announce support for Polygon Amoy, a Sepolia-based test network for the Polygon Proof-of-Stake \(PoS\) blockchain.

[On January 12, Polygon announced the Amoy testnet](https://polygon.technology/blog/introducing-the-amoy-testnet-for-polygon-pos) as an alternative to Polygon’s Mumbai testnet. When Ethereum deprecates the Goerli testnet, Mumbai will also be deprecated.

We encourage all developers to migrate to the Polygon Amoy testnet as it will be the sustainable path forward for all testing and development needs.

<CalloutBlock>

Note: All features supported by Alchemy on Mumbai are also supported on Amoy.

</CalloutBlock>

## Required steps to migrate to amoy

<ImageBlock
  src="https://media.alchemy.com/1709765273-polygon-amoy-app-creation-alchemy-dashboard.jpg"
  alt="Alchemy dashboard: creating a new app on the Polygon Amoy network"
  width={1984}
  height={1116}
/>

Follow these 5 steps to migrate from Mumbai to Amoy:

1. [Create a new app](https://dashboard.alchemy.com/apps?showModal) from the Alchemy dashboard on the Polygon Amoy network.
1. Get free Amoy tokens from Alchemy's public [Amoy Faucet](https://www.alchemy.com/faucets/polygon-amoy) which drips up to 1 Amoy MATIC per day.
1. Change your `API\_URL` to your Amoy RPC URL: `https://polygon-amoy.g.alchemy.com/v2/\[YOUR-API-KEY\]`
1. Deploy your test contract to Amoy.
1. Change your tests to use the new contract.

For more detailed instructions, please reference the ["How to Deploy a Smart Contract to the Sepolia Testnet"](https://www.alchemy.com/docs/how-to-deploy-a-smart-contract-to-the-sepolia-testnet) tutorial on our docs.
