> For the complete documentation index, see [llms.txt](https://docs.pixeljourney.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeljourney.xyz/education/getting-set-up-on-polygon-wip.md).

# Getting set up on Polygon (WIP) 🚧

{% hint style="info" %}
**Welcome to the Polygon chapter of your Pixel Journey!**

Polygon is a fast, low-cost EVM-compatible chain that gives you excellent access to the wider Ethereum ecosystem without the high fees. It’s a natural next step as we expand from our WAX roots.
{% endhint %}

As part of our long-term adventure that began on the **WAX Blockchain in 2023**, with **Pixal PFPs minted in Spring 2024**, and now over **1,050 days strong**, we’re building bridges to Polygon, BASE, Ethereum, and beyond. Polygon offers speed, affordability, and a mature NFT/gaming scene — perfect for Pixel Journey explorers who want to go multi-chain.

This section will help you get comfortable on Polygon safely and confidently.

***

## Quick Start Links

* [**Polygon 101**](https://github.com/pixel-journey/gitbook-docs/blob/main/education/getting-set-up-on-polygon-wip/polygon-101.md) — The essentials: what makes Polygon special, fees, native token (POL), and why it matters for Pixel Journey
* **Wallet Setup** — Use MetaMask or any EVM-compatible wallet (see the shared [EVM Hub](https://docs.pixeljourney.xyz/education/getting-set-up-on-evm) for basics)
* **Getting POL** — Bridge from Ethereum or buy on exchanges (see [how-to-get-pol.md](https://github.com/pixel-journey/gitbook-docs/blob/main/education/getting-set-up-on-polygon-wip/how-to-get-pol.md))
* **Security Tips** — Stay safe on EVM chains ([polygon-security-tips.md](https://github.com/pixel-journey/gitbook-docs/blob/main/education/getting-set-up-on-polygon-wip/polygon-security-tips.md))

***

## Why Polygon Matters for Pixel Journey

* Fast & cheap transactions — great for frequent crafting, trading, and future PxPackages-powered features
* Strong NFT ecosystem (OpenSea, Magic Eden, and more)
* Excellent bridge connectivity from WAX and Ethereum
* A stepping stone toward deeper EVM exploration while keeping things accessible

We chose Polygon as one of our early expansion chains because it balances performance with familiarity. It lets you experience real Web3 multi-chain life without the usual friction.

***

## How This Fits Your Pixel Journey

If you’re following the [**Your Pixel Journey — The 12-Step Progression Path**](https://github.com/pixel-journey/gitbook-docs/blob/main/education/getting-started/your-pixel-journey-12-step-progression.md), Step 11 is all about going cross-chain. Polygon is one of the friendliest places to start that adventure.

Everything you learn here (wallets, bridging, gas, security) applies across many EVM chains — skills that will serve you for years in Web3.

***

## Next Steps

1. Read [**Polygon 101**](https://github.com/pixel-journey/gitbook-docs/blob/main/education/getting-set-up-on-polygon-wip/polygon-101.md)
2. Set up or connect your EVM wallet
3. Bridge a small amount of assets to test the waters
4. Explore Polygon marketplaces and see what’s possible
5. Join the Discord and ask for Polygon-specific tips from the community

***

{% hint style="success" %}
**You’re expanding your pixel empire.**

Every new chain you explore makes you a stronger, more knowledgeable Pixel Pioneer. Polygon is a great place to level up your multi-chain skills while staying connected to the Pixel Journey ecosystem.

The best pixels are still ahead — across chains! 🚀🟦
{% endhint %}

*Pixel Journey — WAX 2023 • Pixals Spring 2024 • 1,050+ days of on-chain building • Expanding to Polygon and beyond*


---

# 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://docs.pixeljourney.xyz/education/getting-set-up-on-polygon-wip.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.
