Polygon 1bp Fee Tier

Summary

To date, Uniswap has four deployments: Ethereum, Abritrum, Optimism, and Polygon. In addition to these deployments, there are proposals to deploy Uniswap on Harmony, Celo, and more chains expected soon. The protocol should continue to deploy to new markets, but as the protocol continues to grow, it is vital the protocol learns to manage each of the deployments. With each new chain, there is new infrastructure that needs to be adapted to so that UNI on Ethereum can govern all of these deployments.

GFX Labs has been researching the various deployments and has prepared the first Uniswap cross-chain proposal to demonstrate how mainnet UNI can manage deployments on other chains.

Polygon has a messaging mechanism between Ethereum and Polygon called the Fx-Portal. The portal functions via three contracts: FxRoot, State Sender, & FxChild. Messages can be sent from Ethereum to Polygon by calling the sendMessageToChild(address, bytes) at the FxRoot contract on Ethereum, which calls the State Sender contract. The validators monitor the State Sender contract and relay messages to the FxChild on Polygon. Upon successful relay to the FxChild, the message is executed on Polygon by the validators.

The owner of the Uniswap v3 contracts on Polygon is the Ethereum Proxy contract. The proxy contract will only process transactions that originate from the Timelock contract on Ethereum and are delivered by the FxChild. Every governance proposal targeting a change on Polygon should set the FxRoot on Ethereum as the target and send the message (parameter change) via the contract. The message passed through the FxRoot must contain the target(s) contract on Polygon, the function(s) to call, the call data(s), similar to the proposal system.

For the pilot of cross-chain governance, we are implementing the 1 basis point/1 tick fee tier on Polygon. The 1bp pools on Ethereum have been incredibly successful and increased Uniswap’s market share significantly since GFX Labs’ successful proposal in November 2021.

Because governance has already approved it on Ethereum, the content of this proposal should not be controversial and puts the focus on the research and implementation.

Proposal

GFX Labs has already tested the governance proposal on Goerli & Mumbai.

To build the proposal–Uniswap Governor Alpha: propose()

  1. Targets: [FxRoot Contract]
  2. Values: [0]
  3. Signatures: [“”]
  4. Call data: [Call data to be processed by the FxRoot]. The data is from the sendMessageToChild(_receiver (address), _data (bytes))
    _receiver (address) is the [EthereumProxy contract](https://mumbai.polygonscan.com/address/0x8a1b966ac46f42275860f905dbc75efbfdc12374#code) which is the owner of the [Uniswap Factory contract on Polyon](https://mumbai.polygonscan.com/address/0x1f98431c8ad98523631ae4a59f267346ea31f984).
    _data (bytes) is an encoded message where the abi is address[] targets, bytes[] datas, uint256[] values

      1. Targets: [[Uniswap Factory contract on Polygon](https://mumbai.polygonscan.com/address/0x1f98431c8ad98523631ae4a59f267346ea31f984)]
      2. Datas: [Uniswap Factory contract–enableFeeAmount(100,1)]
      3. Values: [0]
  1. Description: “1bp polygon test”

Successful test

  1. Proposal
  2. Vote
  3. Queue
  4. Execute (Mainnet)
  5. Executed (Polyon)

Temperature Check Snapshot: 3/18/2022-3/21/2022
Consensus Check Snapshot: 3/21/2022-3/26/2022

Governance Proposal ETA: 3/28/2022

7 Likes

A no brainer! Exemplary action taken by the GFX Labs as usual :slight_smile:

5 Likes

Great proposal! About time we got lower fees on polygon

1 Like

The temperature check passed with 8.9m voting Yes and 403 voting No.

The consensus check is live for voting for the next five days. If the vote is successful, a governance proposal will go live around the 28th or 29th.

1 Like

Awesome proposal!

Really cool to see cross-chain governance in action, and adding a 1bp tier is a great candidate to for the first Polygon proposal.

Including the 1bp fee tier is now the default in the “deploy Uniswap v3 script.”

1 Like

Governance Proposal 14 is live. Voting starts at block 14508719 (~2 days).

3 Likes

inbox and will be in touch regarding your request

Just belatedly wrapping up this thread to note that the proposal for 1bp tier on Polygon has been passed and executed successfully. See tweet, which includes a link to the tx.

yj