> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/qu-kuai-lian-ji-cheng/transactions-in-polygon.md).

# Polygon 上的交易

关于 Polygon 交易的常见问题

## 什么是 Polygon？

如 Polygon 官方网站所述， [Polygon](https://polygon.technology/) 是一个用于构建和连接与 Ethereum 兼容的区块链网络的协议和框架。在 Ethereum 上聚合可扩展解决方案，支持多链 Ethereum 生态系统。"

## 什么是 Matic？

MATIC 是 Polygon 的原生代币。它是一种加密货币，用于支付 Polygon 网络中的 gas 费用，以及其他用途。MATIC 之于 Polygon，正如 ETH 之于 Ethereum。

你可以在大多数加密货币交易所购买 MATIC。

## Decentraland 的 Marketplace 和 Builder 中的 Polygon

通过使用 Polygon 网络，并得益于 Decentraland 的 DAO，用户可以在 Marketplace 中上架、出售和购买穿戴物，或在 Builder 中发布自己的收藏，而无需通过元交易服务支付交易 gas 费用。

**Polygon 中的交易并非免费**。Decentraland DAO 承担 Polygon 中的交易成本，因此用户可以在 Marketplace 中享受许多免费交易。

要享受免费交易，需要满足以下三个条件：

* 你需要连接到 Ethereum 主网。
* 你要购买的物品价格需要为 1 MANA 或更高。
* 你尚未达到免费交易限额。

当网络 gas 费用较高时，Decentraland DAO 保留消耗或暂停元交易服务的权利，以防止 gas 储备被耗尽，从而让它们持续更久，并尽可能让更多人使用。

## 为什么我必须为低于 1 MANA 的物品承担交易费用？

为了避免滥用并保护免费 gas 服务，价格低于 1 MANA 的物品不包含在免费交易中。你可以通过连接到 Polygon 网络，并在钱包中持有 MATIC 来购买这些物品。

Gas 费用是可变的。

## 如果网络费用高于 300 gwei，我该怎么办？

Gwei 是 Ethereum 区块链中使用的计量单位。它是“Giga-wei”的缩写，其中“giga”表示十亿。在 Polygon 中，gwei 是 MATIC 的最小单位，相当于 1 MATIC 的 1/1,000,000,000（1 MATIC = 1,000,000,000 gwei）。Polygon 网络上的所有交易费用都以 gwei 计价。

网络费用（以 gwei 表示）是可变的，所以你能做的最好办法就是等待，并在稍后再试。 [这里](https://polygonscan.com/gastracker) 你可以实时查看 Polygon Gas 费用。

或者，你也可以通过连接到 Polygon 网络，使用钱包中的 MATIC 来支付费用，从而购买这些物品。MATIC 费用将作为 Polygon 网络交易费用的一部分自动扣除。你只需连接到 Polygon 网络并在钱包中持有 MATIC 即可。

Gas 费用是可变的。

## 如果已达到免费交易限额，会发生什么？

免费交易限额每天都会重置，所以你可以第二天再试。或者，你也可以在连接到 Polygon 网络时使用 MATIC 来支付交易成本。

MATIC 费用将作为 Polygon 网络交易费用的一部分自动扣除。你只需连接到 Polygon 网络并在钱包中持有 MATIC 即可。

Gas 费用是可变的。

## 我可以在哪里获得 MATIC 来支付交易费用？

获取 MATIC 的一种方式是通过 [账户 dapp](https://account.decentraland.org/).

只需点击 Polygon MANA 区域中的 BUY 按钮，就可以将你想购买的加密货币从 MANA 兑换为 MATIC。

另一种方式是通过去中心化或中心化交易所。你可以查看 <https://polygon.technology/matic-token/> 来了解哪些交易所支持 MATIC。如果你想使用中心化交易所，请确保它支持通过 Polygon 网络提现吗。

如果你在 Ethereum 网络中持有 MATIC，你也可以随时使用 [Polygon Bridge](https://wallet.polygon.technology/bridge/) 将该 MATIC 存入 Polygon 网络。

{% hint style="warning" %}
**警告：** 在 Polygon 中完成交易后，请记得切换回 Ethereum 主网，以便享受 Marketplace 和 Builder 中所有不支持 Polygon 网络的功能。
{% endhint %}


---

# 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.decentraland.org/player/player-zh/qu-kuai-lian-ji-cheng/transactions-in-polygon.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.
