> For the complete documentation index, see [llms.txt](https://docs.decentraweb.org/decentraweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraweb.org/decentraweb/learn/about-decentraweb-domains/ethereum-vs-polygon-domains.md).

# Ethereum vs Polygon Domains

As of 8th November 2023

### Domain Basics

<table><thead><tr><th width="340.3333333333333">Functionality</th><th>Ethereum Domains</th><th>Polygon Domains</th></tr></thead><tbody><tr><td>Register and Own a Web3 TLD</td><td>✅</td><td>✅</td></tr><tr><td>Register Unlimited Web3 Domains from your Web3 TLD (up to 20 per tx)</td><td>✅</td><td>✅</td></tr><tr><td>Ability to transfer Web3 TLD &#x26; Web3 Domains to another Wallet Address</td><td>✅</td><td>✅</td></tr><tr><td>Ability to renew Web3 TLD (up to 5 years per tx)</td><td>✅</td><td>✅</td></tr><tr><td>Ability to Stake Web3 TLD to sell renewable or expiry-less Web3 Domains</td><td>✅</td><td>✅</td></tr><tr><td>Ability to Privately Stake Web3 TLD to sell renewable or expiry-less Web3 Domains exclusively to selected wallet addresses</td><td>✅</td><td>✅</td></tr><tr><td>Ability to Bridge Domains of all levels Ethereum ↔ Polygon</td><td>✅</td><td>✅</td></tr></tbody></table>

***

### Setting Records

Records can be set for all domain levels :&#x20;

Web3 TLD - e.g. .anything\
Web3 Domain - e.g. absolutely.anything\
Web3 Subdomain - e.g. wow\.absolutely.anything

<table><thead><tr><th width="345.3333333333333">Record Type</th><th>Ethereum Domains</th><th>Polygon Domains</th></tr></thead><tbody><tr><td>Reverse Records - Set Domain to resolve against Wallet Address</td><td>✅</td><td>✅</td></tr><tr><td>Address Resolver - Point Domain to wallet address of over 150 cryptocurrencies</td><td>✅</td><td>✅</td></tr><tr><td>DNS Resolver - Add A, AAAA, CNAME, MX &#x26; TXT Records</td><td>✅</td><td>❌</td></tr><tr><td>Text Records - Add text records such as your email, website address, twitter handle, github to your domain</td><td>✅</td><td>❌</td></tr><tr><td>Content Hash Resolver - Add IPFS content to your domain</td><td>✅</td><td>❌</td></tr><tr><td>DNS Resolver - Use Domain as decentralized website URL when using Decentraweb Resolver <a href="/pages/IjWpGvzohrJ9xrFgdiaX">(learn how to use resolver)</a></td><td>✅</td><td>❌</td></tr></tbody></table>

***

### Additional Functionality

<table><thead><tr><th width="348.3333333333333">Functionality</th><th>Ethereum Domains</th><th>Polygon Domains</th></tr></thead><tbody><tr><td>Use Registration Widgets for easy registrations on your website</td><td>✅</td><td>✅</td></tr><tr><td>Create Web3 Domains registrar page</td><td>✅</td><td>✅</td></tr><tr><td>Use of our SDKs for integrations</td><td>✅</td><td>✅</td></tr></tbody></table>

&#x20;


---

# 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.decentraweb.org/decentraweb/learn/about-decentraweb-domains/ethereum-vs-polygon-domains.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.
