|
2 | 2 |
|
3 | 3 | There is a proposal to transition the native token of the Polygon PoS network from MATIC to POL. This document will provide details on what this means for users of MATIC, the Polygon ecosystem, and the planned changes. Please read carefully and find more information [<ins>here</ins>](https://polygon.technology/blog/polygon-2-0-implementation-officially-begins-the-first-set-of-pips-polygon-improvement-proposals-released). |
4 | 4 |
|
5 | | -## General Overview |
| 5 | +POL is the native token upgrade for the Polygon ecosystem, designed for use in a wide range of activities and purposes, including as a tool for network participation and security. By staking POL, participants can actively contribute to the ecosystem as validators. Importantly, POL has many of the same features as MATIC, is built on OpenZeppelin's ERC20 implementations, and supports [<ins>EIP-2612</ins>](https://eips.ethereum.org/EIPS/eip-2612) for signature-based permit approvals. |
6 | 6 |
|
7 | | -### What is POL? |
| 7 | +If the POL proposal is supported by the community, the POL upgrade is estimated to take place in Q4 2023. The systems utilizing MATIC will not begin the transition until Q1 2024, allowing time for a smooth migration/upgrade and stakeholder preparation. The initial amount of POL refers to the total number of POL when the upgrade occurs. In the case of POL, the initial amount is 10 billion tokens — 1:1 with MATIC since this is an upgrade. |
8 | 8 |
|
9 | | -POL is the native token upgrade for the Polygon ecosystem, designed for use in a wide range of activities and purposes, including as a tool for network participation and security. By staking POL, participants can actively contribute to the ecosystem as validators. Importantly, POL has many of the same features as MATIC, is built on OpenZeppelin's ERC20 implementations, and supports [<ins>EIP-2612</ins>](https://eips.ethereum.org/EIPS/eip-2612) for signature-based permit approvals. |
| 9 | +## Do I need to do anything today... |
10 | 10 |
|
11 | | -### Do I Need to Do Anything Today as an Active Participant? |
| 11 | +### ...as an active participant? |
12 | 12 |
|
13 | | -**No**, if you’re currently using MATIC in the Polygon PoS network, there is nothing to do in the near term. |
| 13 | +No, if you’re currently using MATIC in the Polygon PoS network, there is nothing to do in the near term. |
14 | 14 |
|
15 | 15 | Separately, you are encouraged to engage in the governance and decision-making processes put forward by the recent PIPs. |
16 | 16 | Your involvement and input can play a significant role in shaping the future of the Polygon ecosystem. |
17 | 17 |
|
18 | 18 | You can participate in governance proposals to vote on various aspects of the Polygon ecosystem through the PIP program. |
19 | 19 |
|
20 | | -### **Do** I Need to Do Anything Today **as a Node Operator or Delegator?** |
21 | | - |
22 | | -**No**. You can provide feedback on the proposed changes in the PIPs and monitor Github and the forum for new node software versions to remain compatible with your given chain when PIPs are approved by the community. |
23 | | - |
24 | | -### **Do** I Need to Do Anything **Today as an Application or Tooling Developer?** |
25 | | - |
26 | | -**No**. You can review the [<ins>PIPs</ins>](https://forum.polygon.technology/t/pip-17-polygon-ecosystem-token-pol/12912) and provide feedback on the proposed changes and analyze if any changes break your smart contracts. Developers for applications on the Polygon PoS should not see any breaking changes. |
27 | | - |
28 | | -### When Will POL Be Officially Upgraded? |
| 20 | +### ...as a node delegator or operator? |
29 | 21 |
|
30 | | -If the POL proposal is supported by the community, the POL upgrade is estimated to take place in Q4 2023. The systems utilizing MATIC will not begin the transition until Q1 2024, allowing time for a smooth migration/upgrade and stakeholder preparation. |
| 22 | +No. You can provide feedback on the proposed changes in the PIPs and monitor Github and the forum for new node software versions to remain compatible with your given chain when PIPs are approved by the community. |
31 | 23 |
|
32 | | -### What is the Initial Amount of POL Tokens? |
| 24 | +### ...as an application or tooling developer? |
33 | 25 |
|
34 | | -The initial amount of POL refers to the **total number** of POL when the upgrade occurs. In the case of POL, the initial amount is **10 billion tokens — 1:1** with MATIC since this is an **upgrade**. |
| 26 | +No. You can review the [<ins>PIPs</ins>](https://forum.polygon.technology/t/pip-17-polygon-ecosystem-token-pol/12912) and provide feedback on the proposed changes and analyze if any changes break your smart contracts. Developers for applications on the Polygon PoS should not see any breaking changes. |
35 | 27 |
|
36 | | -## Technical Specifications |
| 28 | +## POL technical information |
37 | 29 |
|
38 | | -### Does the Amount of POL Increase Over Time? |
| 30 | +### Does the amount of POL increase over time? |
39 | 31 |
|
40 | | -Yes, the amount of POL **will increase**, starting at 3% per year at genesis. Governance may change this rate through an upgrade of the `EmissionManager` contract. |
| 32 | +Yes, the amount of POL will increase, starting at 3% per year at genesis. Governance may change this rate through an upgrade of the `EmissionManager` contract. |
41 | 33 |
|
42 | | -### How is POL Minted? |
| 34 | +### How is POL minted? |
43 | 35 |
|
44 | 36 | The `EmissionsManager` smart contract is responsible for initiating the upgrade to POL through a minting process. This contract is upgradeable, allowing for future changes through governance. It also ensures that the `StakeManager` and `Treasury` contracts receive their respective amounts of the newly minted tokens. |
45 | 37 |
|
46 | | -### What Determines the Emission Rate? |
| 38 | +### What determines the emission rate? |
47 | 39 |
|
48 | | -The emission rate is governed by a variable named `mintPerSecondCap` in the primary POL smart contract. Additionally, the `EmissionManager` contract uses a constant called `INTEREST_PER_YEAR_LOG2` to calculate an **annual emission rate, compounded per year**. |
| 40 | +The emission rate is governed by a variable named `mintPerSecondCap` in the primary POL smart contract. Additionally, the `EmissionManager` contract uses a constant called `INTEREST_PER_YEAR_LOG2` to calculate an annual emission rate, compounded per year. |
49 | 41 |
|
50 | | -### Can the Emission Rate Be Modified? |
| 42 | +### Can the emission rate Be modified? |
51 | 43 |
|
52 | 44 | Yes, the emission rate can be modified through a governance proposal, but cannot surpass `mintPerSecondCap` in the primary POL smart contract. |
53 | 45 |
|
54 | | -### What Considerations Go Into POL’s Design? |
| 46 | +### What considerations go into POL’s design? |
55 | 47 |
|
56 | 48 | The economic design of POL incorporates several key considerations to aim for stability, such as: |
57 | 49 |
|
58 | | -- **Community Governance**: Active community participation in governance processes allows for adaptability and responsiveness to changing conditions. |
59 | | -- **Smart Contract Security**: The integrity of the underlying smart contracts is crucial for maintaining a stable environment. |
| 50 | +- Community Governance: Active community participation in governance processes allows for adaptability and responsiveness to changing conditions. |
| 51 | +- Smart Contract Security: The integrity of the underlying smart contracts is crucial for maintaining a stable environment. |
60 | 52 |
|
61 | | -## Token Migration and Reversal |
| 53 | +## Token migration and reversal |
62 | 54 |
|
63 | | -### What Is the Purpose of Token Migration? |
| 55 | +### What is the purpose of token migration? |
64 | 56 |
|
65 | | -Token migration serves the purpose of allowing for the upgrade from MATIC to POL. This migration operates on a **1-to-1 conversion** basis. |
| 57 | +Token migration serves the purpose of allowing for the upgrade from MATIC to POL. This migration operates on a 1-to-1 conversion basis. |
66 | 58 |
|
67 | 59 | A migration smart contract will allow users to upgrade from MATIC to POL by calling a smart contract function that will accept MATIC and provide an equal amount of POL in return. The contract is designed to permit the entire supply of MATIC tokens to be upgraded. |
68 | 60 |
|
69 | | -### What Happens to the MATIC Tokens After Migration? |
| 61 | +### What happens to the MATIC tokens after migration? |
70 | 62 |
|
71 | 63 | MATIC is held in the migration contract and can be used for unmigration. |
72 | 64 |
|
73 | | -### Can POL Tokens Be Reverted Back to MATIC? |
| 65 | +### Can POL tokens Be reverted back to MATIC? |
74 | 66 |
|
75 | | -**Yes**, the migration contract includes a feature known as "unmigration." This allows users to convert their POL to an equivalent amount of MATIC. Governance controls this feature, providing flexibility in response to network conditions or security concerns. |
| 67 | +Yes, the migration contract includes a feature known as "unmigration." This allows users to convert their POL to an equivalent amount of MATIC. Governance controls this feature, providing flexibility in response to network conditions or security concerns. |
76 | 68 |
|
77 | | -## Bridging Mechanisms |
| 69 | +## Bridging mechanisms |
78 | 70 |
|
79 | | -### How Does the Modified Plasma Bridge Function? |
| 71 | +### How does the modified Plasma Bridge function? |
80 | 72 |
|
81 | 73 | The Plasma Bridge will undergo modifications, with community approval, to change the native token of Polygon PoS to the new POL token. Specifically, the following changes are being proposed: |
82 | 74 |
|
83 | | -- **Bridging POL to Polygon PoS**: if you bridge POL tokens to Polygon PoS, you will receive |
| 75 | +- Bridging POL to Polygon PoS: if you bridge POL tokens to Polygon PoS, you will receive |
84 | 76 | an equal amount of native tokens (POL) on Polygon PoS. |
85 | | -- **Bridging POL to Ethereum****: when bridging native tokens (POL), the bridge will always disburse POL tokens. |
| 77 | +- Bridging POL to Ethereum: when bridging native tokens (POL), the bridge will always disburse POL tokens. |
86 | 78 |
|
87 | | -### Are There Any Breaking Changes? |
| 79 | +### Are there any breaking changes? |
88 | 80 |
|
89 | | -Yes, if an existing contract relies on receiving MATIC from a bridge and receives POL instead, this might result in locked funds. **Developers must check their contracts, verify the transaction lifecycle, and engage on the forum for any doubts.** |
| 81 | +Yes, if an existing contract relies on receiving MATIC from a bridge and receives POL instead, this might result in locked funds. Developers must check their contracts, verify the transaction lifecycle, and engage on the forum for any doubts. |
90 | 82 |
|
91 | | -## Governance and Security Protocols |
| 83 | +## Governance and security protocols |
92 | 84 |
|
93 | | -### Who Holds the Authority to Govern the POL-based Contracts? |
| 85 | +### Who holds the authority to govern the POL-based contracts? |
94 | 86 |
|
95 | | -The contracts are governed by the Polygon decentralized governance model. **In accordance with the PIP process, the community can propose changes and provide feedback.** |
| 87 | +The contracts are governed by the Polygon decentralized governance model. In accordance with the PIP process, the community can propose changes and provide feedback. |
96 | 88 |
|
97 | | -### What Security Measures Are in Place? |
| 89 | +### What security measures are in place? |
98 | 90 |
|
99 | 91 | The contracts have been designed with various security measures, including rate limits on minting and the ability to lock or unlock features like unmigration. |
100 | 92 |
|
101 | | -## Implications and Safeguards |
| 93 | +## Implications and safeguards |
102 | 94 |
|
103 | | -### How Is POL Used to Reward Ecosystem Participation? |
| 95 | +### How Is POL used to reward ecosystem participation? |
104 | 96 |
|
105 | 97 | POL's design aims to foster a sustainable and predictable growth model. This model primarily rewards active contributors and participants within the ecosystem. |
106 | 98 |
|
107 | | -### How Can I Avoid Scams? |
| 99 | +### How can I avoid scams? |
108 | 100 |
|
109 | 101 | Always verify contract addresses and use reputable platforms for transactions. Exercise extreme caution when dealing with claims like "swaps" or “transfers” from unverified sources. |
0 commit comments