Logo
RPC Assistant

Polygon Amoy Testnet: Complete Developer Guide to RPC Endpoints, Faucets, and Deployment

Summary

Polygon Amoy is the official testnet for Polygon PoS, launched in January 2024 as the successor to Mumbai. Anchored to Ethereum Sepolia, Amoy provides a sustainable, future-proof environment for developers to build, test, and debug dApps before mainnet deployment. This guide covers everything you need: network details, RPC endpoints, how to add Amoy to MetaMask, faucet options, and best practices for choosing a reliable RPC provider. Whether you're deploying a DeFi protocol, NFT marketplace, or enterprise solution, understanding Amoy's infrastructure is critical. We'll walk through practical steps to get started, including connecting to RPC endpoints, obtaining test POL tokens, and optimizing your development workflow.

In practice, the useful question is not just whether an endpoint exists. Teams should check Polygon endpoint access, testnet-to-mainnet workflow, archive or trace needs, and app traffic patterns. That turns the page from a definition into a decision tool: it helps you decide what to test first, what belongs in staging, and when a production workload may need stronger isolation or clearer request visibility. If you already know the network you need, open /networks/polygon after using this checklist so you can test the endpoint against your real methods.

Key Takeaways

  • Polygon Amoy is the official testnet for Polygon PoS, replacing Mumbai and anchored to Ethereum Sepolia.
  • Chain ID: 80002; native currency: POL; block explorer: https://amoy.polygonscan.com.
  • Public RPC endpoints include https://rpc-amoy.polygon.technology and alternatives from providers like OnFinality.
  • Add Amoy to MetaMask using network name 'Polygon Amoy', RPC URL, chain ID 80002, symbol POL, and explorer URL.

What Is Polygon Amoy Testnet?

Polygon Amoy is the official testnet for the Polygon PoS chain, launched on January 12, 2024 by Polygon Labs. It replaces the Mumbai testnet, which relied on the deprecated Goerli testnet. Amoy uses Ethereum Sepolia as its root chain, ensuring long-term support and alignment with Ethereum's development roadmap.

The testnet provides a low-stakes environment where developers can deploy smart contracts, test dApps, simulate transactions, and identify vulnerabilities without risking real assets. It closely mirrors Polygon mainnet in terms of block time, gas mechanics, and supported features.

Polygon RPC decision checklist

Use this checklist to turn the Polygon RPC question into a practical infrastructure decision instead of a generic provider comparison.

Start with the workflow you need to support, then verify the endpoint, method coverage, test environment, and next step before relying on it in production.

  • List the exact RPC methods, chains, and environments your app will call.
  • Test with the same request pattern your frontend, backend, bot, dashboard, or indexer will use.
  • Check whether archive, trace, WebSocket, testnet, analytics, or dedicated-node access is actually required.
  • Review pricing, usage visibility, and upgrade paths before moving sustained traffic.
CriterionWhat to checkWhy it matters
Workload fitDoes the provider support the Polygon RPC methods and environments your product depends on?A provider that works for a quick read may still be a poor fit for wallets, trading systems, indexers, or release pipelines.
Operational visibilityCan the team see request volume, errors, limits, and usage patterns?Visibility makes it easier to debug failed requests and plan capacity before users feel the problem.
Scaling pathIs there a clear path from shared RPC to higher-capacity plans or dedicated nodes?The right starting point should not force a rebuild when traffic or reliability requirements increase.

Polygon Amoy RPC Endpoints

To interact with the Amoy testnet, you need an RPC endpoint. Below are common public endpoints and how to connect via providers like OnFinality.

Public endpoints are free but may have rate limits and variable performance. For production-grade testing, consider a dedicated RPC provider.

CriterionWhat to checkWhy it matters
EndpointURLThe URL you use to connect to the network.
Rate LimitsRequests per second (RPS)Free endpoints may throttle; dedicated nodes offer higher limits.
availabilityService level agreement (support terms)Reliable availability ensures consistent testing.
Geographic DistributionServer locationsCloser nodes reduce latency.

How to Add Polygon Amoy to MetaMask

Adding Polygon Amoy to MetaMask allows you to manage test POL tokens and interact with dApps. Follow these steps:

  • Open MetaMask and click the network dropdown at the top.
  • Select 'Add Network' (or 'Custom Network' depending on version).
  • Enter the following details:
  • Network Name: Polygon Amoy
  • New RPC URL: https://rpc-amoy.polygon.technology (or your preferred endpoint)
  • Chain ID: 80002
  • Currency Symbol: POL
  • Block Explorer URL: https://amoy.polygonscan.com
  • Click 'Save'. The network will be added and automatically selected.

Getting Test POL Tokens (Faucets)

To deploy contracts and pay gas fees on Amoy, you need test POL tokens. Several faucets provide free tokens:

  • Alchemy Polygon Amoy Faucet: https://www.alchemy.com/faucets/polygon-amoy (0.1 POL per day, no authentication required)
  • OnFinality Faucet: Available through the OnFinality platform (check dashboard)
  • Other community faucets: Search for 'Polygon Amoy faucet' for additional options.
  • Note: Faucets typically have rate limits (e.g., one request per 24 hours per wallet).

Best Practices for Using Polygon Amoy

To maximize your testing efficiency, follow these best practices:

  • Use a dedicated RPC endpoint for heavy testing to avoid rate limits.
  • Monitor gas usage and optimize contracts before mainnet.
  • Test all critical paths: token transfers, contract interactions, and edge cases.
  • Use a separate wallet for testnet to avoid confusion with mainnet funds.
  • Regularly check the Amoy block explorer for transaction status and network health.

Choosing a Reliable RPC Provider for Amoy

While public endpoints are convenient, they may not be suitable for extensive testing or CI/CD pipelines. A reliable RPC provider offers higher throughput, better availability, and dedicated support.

OnFinality provides Polygon Amoy RPC endpoints as part of its multi-chain API service. With global infrastructure and flexible pricing, it's a solid choice for developers who need consistent performance.

  • Look for providers with transparent SLAs and multiple endpoint options.
  • Consider dedicated nodes if your project requires isolated resources.
  • Evaluate pricing models: pay-as-you-go vs. subscription.

Frequently Asked Questions

Frequently Asked Questions

What is Polygon Amoy?

Polygon Amoy is the official testnet for Polygon PoS, launched in January 2024. It replaces Mumbai and uses Ethereum Sepolia as its root chain, providing a sustainable testing environment for developers.

How do I add Polygon Amoy to MetaMask?

Open MetaMask, go to Settings > Networks > Add Network, and enter: Network Name: Polygon Amoy, RPC URL: https://rpc-amoy.polygon.technology, Chain ID: 80002, Symbol: POL, Explorer: https://amoy.polygonscan.com. Save the network.

Where can I get test POL tokens?

You can get free test POL from faucets like Alchemy (https://www.alchemy.com/faucets/polygon-amoy) or OnFinality's faucet. Most faucets allow one request per 24 hours.

What is the chain ID for Polygon Amoy?

The chain ID is 80002.

Is Polygon Amoy free to use?

Yes, the testnet itself is free. However, RPC providers may charge for premium access or higher rate limits.

RPC Knowledge Base

Related RPC details

Never Worry about Infrastructure Again

OnFinality takes away the heavy lifting of DevOps so you can build smarter and faster.

Get Started