# ARC-71: Add Passive Concentrated Liquidity Pool Type on Terra Mainnet

**URL:** https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161
**Category:** ARC (Astroport Request for Comments)
**Created:** [June 12, 2023, 9:56pm UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161 "2023-06-12T21:56:46Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![stefan](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.astroport.fi/stefan/32/5_2.png) [@stefan](https://forum.astroport.fi/u/stefan)
#### Post date: [June 12, 2023, 9:56pm UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/1 "2023-06-12T21:56:46Z")

</div>

### Summary

This proposal aims to add the passive concentrated liquidity pool type on Terra 2 mainnet.

### Abstract

After weeks of testing the passive concentrated liquidity pool on Terra testnet, we propose the addition of this pool type on Terra mainnet, thus making it the first pool of its kind on a production network within Cosmos. [This thread](https://twitter.com/astroport_fi/status/1664298603056099328?s=20) points out the main features and advantages of PCL and what it can bring to Terra.

### Executable Message

The executable message looks as follows:

```auto
[
  {
    "wasm": {
      "migrate": {
        "contract_addr": "terra14x9fr055x5hvr48hzy2t4q7kvjvfttsvxusa4xsdcy702mnzsvuqprer8r",
        "msg": "eyJwYXJhbXMiOiJld29nSUNBaWQyaHBkR1ZzYVhOMFgyTnZaR1ZmYVdRaU9pQTNNQ3dLSUNBZ0ltTnZhVzVmY21WbmFYTjBjbmxmWVdSa2NtVnpjeUk2SUNKMFpYSnlZVEY2ZFdZNFpteGhNREk1TWpadWFIQm1kbXN3T1dzeWNHYzJjWFk1WVdGNVpteHdNSEYwTkdFd2JYTndjSFV5YURSbGVIRnpObUZtTWpjMUlncDkifQ==",
        "new_code_id": 1614
      }
    }
  },
  {
    "wasm": {
      "execute": {
        "contract_addr": "terra14x9fr055x5hvr48hzy2t4q7kvjvfttsvxusa4xsdcy702mnzsvuqprer8r",
        "msg": "ewogICAgInVwZGF0ZV9wYWlyX2NvbmZpZyI6IHsKICAgICAgImNvbmZpZyI6IHsKICAgICAgICAiY29kZV9pZCI6IDE2MTMsCiAgICAgICAgInBhaXJfdHlwZSI6IHsKICAgICAgICAgICJjdXN0b20iOiJjb25jZW50cmF0ZWQiCiAgICAgICAgfSwKICAgICAgICAidG90YWxfZmVlX2JwcyI6IDAsCiAgICAgICAgIm1ha2VyX2ZlZV9icHMiOiA1MDAwLAogICAgICAgICJpc19kaXNhYmxlZCI6IGZhbHNlLAogICAgICAgICJpc19nZW5lcmF0b3JfZGlzYWJsZWQiOiBmYWxzZQogICAgICB9CiAgICB9Cn0=",
        "funds": []
      }
    }
  }
]

```

### Copyright

Copyright and related rights waived via CC0.

---

<div class="post-metadata">

### Author: ![MaxCallisto](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.astroport.fi/maxcallisto/32/103_2.png) [@MaxCallisto](https://forum.astroport.fi/u/MaxCallisto)
#### Post date: [June 14, 2023, 7:40am UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/2 "2023-06-14T07:40:39Z")

</div>

I fully support this proposal, which will bring better capital efficiency to Terra’s LPs.

---

<div class="post-metadata">

### Author: ![John\_Galt](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.astroport.fi/john_galt/32/301_2.png) [@John\_Galt](https://forum.astroport.fi/u/John_Galt)
#### Post date: [June 14, 2023, 3:25pm UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/3 "2023-06-14T15:25:39Z")

</div>

Pretty awesome. Can’t wait!

But one question - once this pool type has been added to mainnet, how will we go about transferring liquidity to concentrated liquidity pools?

I can see several ways of doing this.

Probably the simplest would be to deploy PCL pools for LUNA-USDC and ASTRO-USDC with appropriate parameters. Then pass a proposal to move all ASTRO incentives from the LUNA and ASTRO constant product pools to the corresponding PCL pools.

Would be curious to hear from others about this.

---

<div class="post-metadata">

### Author: ![stefan](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.astroport.fi/stefan/32/5_2.png) [@stefan](https://forum.astroport.fi/u/stefan)
#### Post date: [June 14, 2023, 7:33pm UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/4 "2023-06-14T19:33:17Z")

</div>

The only way to deploy a PCL pool for two tokens that have a XYK pool is through a governance proposal that:

- Deregisters the XYK pool
- Creates the PCL pool
- Moves ASTRO emissions from the XYK to the PCL pool (if there are any)

For tokens that don’t yet have a pool on Astroport, anyone can create one right away

---

<div class="post-metadata">

### Author: ![Diversitas](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.astroport.fi/diversitas/32/306_2.png) [@Diversitas](https://forum.astroport.fi/u/Diversitas)
#### Post date: [June 16, 2023, 4:40pm UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/5 "2023-06-16T16:40:22Z")

</div>

We fully support this proposal. Excited to see the passive concentrated liquidity pool type go live on mainnet!

---

<div class="post-metadata">

### Author: ![mchen44](https://avatars.discourse-cdn.com/v4/letter/m/b3f665/32.png) [@mchen44](https://forum.astroport.fi/u/mchen44)
#### Post date: [June 20, 2023, 3:55am UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/6 "2023-06-20T03:55:00Z")

</div>

I also support this proposal.

---

<div class="post-metadata">

### Author: ![JagerMaster](https://avatars.discourse-cdn.com/v4/letter/j/77aa72/32.png) [@JagerMaster](https://forum.astroport.fi/u/JagerMaster)
#### Post date: [June 20, 2023, 2:49pm UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/7 "2023-06-20T14:49:28Z")

</div>

Fully in support. Cant wait to see how the process pans out

---

<div class="post-metadata">

### Author: ![stefan](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.astroport.fi/stefan/32/5_2.png) [@stefan](https://forum.astroport.fi/u/stefan)
#### Post date: [August 12, 2023, 7:25pm UTC](https://forum.astroport.fi/t/arc-71-add-passive-concentrated-liquidity-pool-type-on-terra-mainnet/1161/8 "2023-08-12T19:25:09Z")

</div>

This proposal will need to be resubmitted due to the fact that the previous PCL pool version had a bug related to liquidity provision.

The new executable message looks as follows:

```auto
[
  {
    "wasm": {
      "migrate": {
        "contract_addr": "terra14x9fr055x5hvr48hzy2t4q7kvjvfttsvxusa4xsdcy702mnzsvuqprer8r",
        "msg": "eyJwYXJhbXMiOiJld29nSUNBaWQyaHBkR1ZzYVhOMFgyTnZaR1ZmYVdRaU9pQTNNQ3dLSUNBZ0ltTnZhVzVmY21WbmFYTjBjbmxmWVdSa2NtVnpjeUk2SUNKMFpYSnlZVEY2ZFdZNFpteGhNREk1TWpadWFIQm1kbXN3T1dzeWNHYzJjWFk1WVdGNVpteHdNSEYwTkdFd2JYTndjSFV5YURSbGVIRnpObUZtTWpjMUlncDkifQ==",
        "new_code_id": 1614
      }
    }
  },
  {
    "wasm": {
      "execute": {
        "contract_addr": "terra14x9fr055x5hvr48hzy2t4q7kvjvfttsvxusa4xsdcy702mnzsvuqprer8r",
        "msg": "ewogICJ1cGRhdGVfcGFpcl9jb25maWciOiB7CiAgICAiY29uZmlnIjogewogICAgICAiY29kZV9pZCI6IDE3NTQsCiAgICAgICJwYWlyX3R5cGUiOiB7CiAgICAgICAgImN1c3RvbSI6ICJjb25jZW50cmF0ZWQiCiAgICAgIH0sCiAgICAgICJ0b3RhbF9mZWVfYnBzIjogMCwKICAgICAgIm1ha2VyX2ZlZV9icHMiOiA1MDAwLAogICAgICAiaXNfZGlzYWJsZWQiOiBmYWxzZSwKICAgICAgImlzX2dlbmVyYXRvcl9kaXNhYmxlZCI6IGZhbHNlCiAgICB9CiAgfQp9",
        "funds": []
      }
    }
  }
]

```

The readable version for this message looks as follows:

```auto
{
   "whitelist_code_id": 70,
   "coin_registry_address": "terra1zuf8fla02926nhpfvk09k2pg6qv9aayflp0qt4a0msppu2h4exqs6af275"
}

{"params":"ewogICAid2hpdGVsaXN0X2NvZGVfaWQiOiA3MCwKICAgImNvaW5fcmVnaXN0cnlfYWRkcmVzcyI6ICJ0ZXJyYTF6dWY4ZmxhMDI5MjZuaHBmdmswOWsycGc2cXY5YWF5ZmxwMHF0NGEwbXNwcHUyaDRleHFzNmFmMjc1Igp9"}

{
    "update_pair_config": {
      "config": {
        "code_id": 1754,
        "pair_type": {
          "custom":"concentrated"
        },
        "total_fee_bps": 0,
        "maker_fee_bps": 5000,
        "is_disabled": false,
        "is_generator_disabled": false
      }
    }
}

```
