{
  "@context": {
    "@language": "en",
    "CIP100": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#",
    "CIP108": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0108/README.md#",
    "CIP116": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0116/README.md#",
    "CIP169": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0169/README.md#",
    "hashAlgorithm": "CIP100:hashAlgorithm",
    "body": {
      "@id": "CIP108:body",
      "@context": {
        "references": {
          "@id": "CIP108:references",
          "@container": "@set",
          "@context": {
            "GovernanceMetadata": "CIP100:GovernanceMetadataReference",
            "Other": "CIP100:OtherReference",
            "label": "CIP100:reference-label",
            "uri": "CIP100:reference-uri",
            "referenceHash": {
              "@id": "CIP108:referenceHash",
              "@context": {
                "hashDigest": "CIP108:hashDigest",
                "hashAlgorithm": "CIP100:hashAlgorithm"
              }
            }
          }
        },
        "title": "CIP108:title",
        "abstract": "CIP108:abstract",
        "motivation": "CIP108:motivation",
        "rationale": "CIP108:rationale",
        "onChain": {
          "@id": "CIP169:onChain",
          "@context": {
            "deposit": {
              "@id": "CIP116:deposit",
              "@type": "CIP116:UInt64"
            },
            "reward_account": {
              "@id": "CIP116:reward_account",
              "@type": "CIP116:RewardAddress"
            },
            "gov_action": {
              "@id": "CIP116:GovAction",
              "@context": {
                "tag": "CIP116:parameter_change_action",
                "gov_action_id": {
                  "@id": "CIP116:gov_action_id",
                  "@context": {
                    "transaction_id": {
                      "@id": "CIP116:transaction_id",
                      "@type": "CIP116:TransactionHash"
                    },
                    "gov_action_index": {
                      "@id": "CIP116:gov_action_index",
                      "@type": "CIP116:UInt16"
                    }
                  }
                },
                "protocol_param_update": {
                  "@id": "CIP116:protocol_param_update",
                  "@context": {
                    "minfee_a": {
                      "@id": "CIP116:minfee_a",
                      "@type": "CIP116:UInt64"
                    },
                    "minfee_b": {
                      "@id": "CIP116:minfee_b",
                      "@type": "CIP116:UInt64"
                    },
                    "max_block_body_size": {
                      "@id": "CIP116:max_block_body_size",
                      "@type": "CIP116:UInt32"
                    },
                    "max_tx_size": {
                      "@id": "CIP116:max_tx_size",
                      "@type": "CIP116:UInt32"
                    },
                    "max_block_header_size": {
                      "@id": "CIP116:max_block_header_size",
                      "@type": "CIP116:UInt32"
                    },
                    "key_deposit": {
                      "@id": "CIP116:key_deposit",
                      "@type": "CIP116:UInt64"
                    },
                    "pool_deposit": {
                      "@id": "CIP116:pool_deposit",
                      "@type": "CIP116:UInt64"
                    },
                    "max_epoch": {
                      "@id": "CIP116:max_epoch",
                      "@type": "CIP116:UInt32"
                    },
                    "n_opt": {
                      "@id": "CIP116:n_opt",
                      "@type": "CIP116:UInt64"
                    },
                    "pool_pledge_influence": {
                      "@id": "CIP116:pool_pledge_influence",
                      "@type": "CIP116:UnitInterval"
                    },
                    "expansion_rate": {
                      "@id": "CIP116:expansion_rate",
                      "@type": "CIP116:UnitInterval"
                    },
                    "treasury_growth_rate": {
                      "@id": "CIP116:treasury_growth_rate",
                      "@type": "CIP116:UnitInterval"
                    },
                    "d": {
                      "@id": "CIP116:d",
                      "@type": "CIP116:UnitInterval"
                    },
                    "protocol_version": {
                      "@id": "CIP116:protocol_version",
                      "@type": "CIP116:ProtocolVersion"
                    },
                    "min_pool_cost": {
                      "@id": "CIP116:min_pool_cost",
                      "@type": "CIP116:UInt64"
                    },
                    "ada_per_utxo_byte": {
                      "@id": "CIP116:ada_per_utxo_byte",
                      "@type": "CIP116:UInt64"
                    },
                    "cost_models": {
                      "@id": "CIP116:cost_models",
                      "@context": {
                        "plutus_v1": {
                          "@id": "CIP116:plutus_v1",
                          "@container": "@list",
                          "@type": "CIP116:Int128"
                        },
                        "plutus_v2": {
                          "@id": "CIP116:plutus_v2",
                          "@container": "@list",
                          "@type": "CIP116:Int128"
                        },
                        "plutus_v3": {
                          "@id": "CIP116:plutus_v3",
                          "@container": "@list",
                          "@type": "CIP116:Int128"
                        }
                      }
                    },
                    "execution_costs": {
                      "@id": "CIP116:execution_costs",
                      "@type": "CIP116:ExUnitPrices"
                    },
                    "max_tx_ex_units": {
                      "@id": "CIP116:max_tx_ex_units",
                      "@type": "CIP116:ExUnits"
                    },
                    "max_block_ex_units": {
                      "@id": "CIP116:max_block_ex_units",
                      "@type": "CIP116:ExUnits"
                    },
                    "max_value_size": {
                      "@id": "CIP116:max_value_size",
                      "@type": "CIP116:UInt32"
                    },
                    "collateral_percentage": {
                      "@id": "CIP116:collateral_percentage",
                      "@type": "CIP116:UInt32"
                    },
                    "max_collateral_inputs": {
                      "@id": "CIP116:max_collateral_inputs",
                      "@type": "CIP116:UInt32"
                    },
                    "pool_voting_thresholds": {
                      "@id": "CIP116:pool_voting_thresholds",
                      "@type": "CIP116:PoolVotingThresholds"
                    },
                    "drep_voting_thresholds": {
                      "@id": "CIP116:drep_voting_thresholds",
                      "@type": "CIP116:DRepVotingThresholds"
                    },
                    "committee_min_size": {
                      "@id": "CIP116:committee_min_size",
                      "@type": "CIP116:UInt16"
                    },
                    "committee_max_term_length": {
                      "@id": "CIP116:committee_max_term_length",
                      "@type": "CIP116:UInt32"
                    },
                    "gov_action_lifetime": {
                      "@id": "CIP116:gov_action_lifetime",
                      "@type": "CIP116:UInt32"
                    },
                    "gov_action_deposit": {
                      "@id": "CIP116:gov_action_deposit",
                      "@type": "CIP116:UInt64"
                    },
                    "drep_deposit": {
                      "@id": "CIP116:drep_deposit",
                      "@type": "CIP116:UInt64"
                    },
                    "drep_activity": {
                      "@id": "CIP116:drep_activity",
                      "@type": "CIP116:UInt32"
                    },
                    "min_fee_ref_script_cost_per_byte": {
                      "@id": "CIP116:min_fee_ref_script_cost_per_byte",
                      "@type": "CIP116:NonnegativeInterval"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "authors": {
      "@id": "CIP100:authors",
      "@container": "@set",
      "@context": {
        "name": "http://xmlns.com/foaf/0.1/name",
        "witness": {
          "@id": "CIP100:witness",
          "@context": {
            "witnessAlgorithm": "CIP100:witnessAlgorithm",
            "publicKey": "CIP100:publicKey",
            "signature": "CIP100:signature"
          }
        }
      }
    }
  },
  "authors": [
    {
      "name": "Intersect",
      "witness": {
        "witnessAlgorithm": "ed25519",
        "publicKey": "05568f86955e65c1a59df5ac1985449b167c3828dccd00b3da9df36a1cf1c743",
        "signature": "b162b5792b7f2488891a5697d32130fc0c2062e2432f22cb2f8885b58c5ddac067c469e8e6610b279d6639fa73f0307317f00abc11161b4701f4f4cb1b218409"
      }
    }
  ],
  "hashAlgorithm": "blake2b-256",
  "body": {
    "title": "Update Plutus Cost Models",
    "abstract": "Intersect's Parameter Committee proposes to update the Plutus V3 Cost Model via a Parameter Update governance action to enable the new Plutus primitives that will be available following the van Rossem hard fork (to Protocol Version 11), to enable all Plutus primitives in Plutus V1 and V2 as well as Plutus V3, and to change settings for some existing Plutus primitives. Note that the new primitives will not be enabled in Protocol version 10, but only following the enactment of the hard fork to Protocol Version 11.  However, the changes for existing primitives will happen immediately on enactment of this governance action.",
    "motivation": "This governance action is motivated by three objectives:  \nFirst, following the hard fork to Protocol Version 11, new Plutus primitives become available. This proposal provides the necessary cost model settings so that these primitives can be used following the van Rossem hard fork.  \nSecond, the action also ensures that Plutus primitives previously limited to Plutus V3 are available in Plutus V1 and Plutus V2.  \nThird, the action also updates the settings for some existing primitives based on benchmarking data.",
    "rationale": "### Technical Evaluation\n\nThe changes described in this governance action have been recommended by Intersect's Parameter Committee on 2026-03-05 ([https://forum.cardano.org/t/mar-5-2026-parameter-committee-triweekly-meeting-notes/154363](https://forum.cardano.org/t/mar-5-2026-parameter-committee-triweekly-meeting-notes/154363)) and 2026-03-19 ([https://forum.cardano.org/t/mar-19-2026-parameter-committee-triweekly-meeting-notes/154364](https://forum.cardano.org/t/mar-19-2026-parameter-committee-triweekly-meeting-notes/154364)). They have been confirmed by Intersect’s Technical Steering Committee on 2026-05-13 ([https://committees.docs.intersectmbo.org/intersect-technical-steering-committee/meeting-minutes/2026-tsc-meeting-minutes/meeting-minutes-may-13-2026](https://committees.docs.intersectmbo.org/intersect-technical-steering-committee/meeting-minutes/2026-tsc-meeting-minutes/meeting-minutes-may-13-2026)).\n\n### Testnet Deployments\n\nAn equivalent change has been enacted on the SanchoNet testnet in March 2026 ( `gov_action1kundw4x5cn2s85rmkccx7lkfgamgmy2w4p0kx87w4uh2ku52rwesqkj3cwm`).\n\nAn equivalent change has been enacted on the Preview testnet in April 2026 (`gov_action1q9xr9etnglg3gazzzrsexj3qsnzaqpf2yvfpwrvnwk9l64n089tqqqg02j9`).\n\nAn equivalent change has been enacted on the Preprod testnet in May 2026 (`gov_action18cd564yw8jcsj392ggtge8swd3pkxm5k6rdhlf3sv308z0rjy3gsqdgxfqp`)\n\n### Functionality\n\nAs described below, the main effect of the update will be to enable new Plutus primitives in Plutus V1, V2 and V3 and to ensure consistency between Plutus V1, V2 and V3. It will also make changes to some existing Plutus primitives.\n\n### Security\n\nNo specific security concerns are raised by this change.\n\n### Performance\n\n[Benchmarking results](https://github.com/IntersectMBO/plutus/actions/workflows/cost-model-benchmark.yml) have been obtained for the new primitives to ensure the validity of the cost models.  \nChanges to existing primitives have also been benchmarked.\n\n### Sustainability\n\nThe upgrade introduces new Plutus primitives for:\n\n1. cryptography  \n2. list manipulation  \n3. array operations  \n4. value and data manipulation\n\nThese upgrades enhance the capabilities of Plutus scripts, allowing more efficient computation and inter-chain working.\n\nThe cost model changes to existing Plutus primitives are based on benchmarking data.\n\n### Consistency with Guardrails\n\nThe relevant guardrails in the Cardano Constitution are:\n\n* **PCM-01:** \"Cost model values must be set by benchmarking on a reference architecture\"  \n* **PCM-02:** \"The cost model must be updated if new primitives are introduced or a new Plutus language version is added\"  \n* **PCM-03:** \"Cost model values should not be negative\"\n\nThis governance action is consistent with all three guardrails.  None of these guardrails can be checked by the automated guardrails script.\n\n**Consistency with PCM-01**  \nThe new cost model settings have been validated by the IOE Plutus Core developer team against the same reference machine and implementation as the existing mainnet Plutus cost model settings.\n\n**Consistency with PCM-02**  \nThe cost model has been updated because new Plutus primitives will be introduced following the upgrade to Protocol Version 11.\n\n**Consistency with PCM-03**  \nNone of the new cost model values is negative.\n\n### New Plutus Primitives that will be Enabled\n\nThe new Plutus primitives are defined in five CIPs:\n\n* [CIP-0109 | Modular Exponentiation Built-in for Plutus Core](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0109)  \n* [CIP-0132 | New Plutus Builtin dropList](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0132)  \n* [CIP-0133 | Plutus support for Multi-Scalar Multiplication over BLS12-381](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0133)  \n* [CIP-0138 | Plutus Core Builtin Type - `Array`](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0138)  \n* [CIP-0153](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0153) [| Plutus Core Builtin Type - MaryEraValue](http://github.com/cardano-foundation/CIPs/tree/master/CIP-0153)\n\nThose in CIP-0109 are:\n\n* modular exponentiation - a cornerstone operation in numerous cryptographic protocols\n\n> ``  \n> expModInteger\n> ``\n\nThose in CIP-0132 are:\n\n* dropList - drops a given number of elements from a list\n\n> ``  \n> dropList\n> ``\n\nThose in CIP-0133 are:\n\n* multi-scalar multiplication - efficient computation of the multi-scalar multiplication over the BLS12-381 curve\n\n> ``  \n> bls12_381_G1_multiScalarMul,  \n> bls12_381_G2_multiScalarMul\n> ``\n\nThose in CIP-0138 are:\n\n* array indexing - returns the element at the given index in an array, uses constant time and constant memory  \n* array length - returns the length of the array, uses constant time and constant memory  \n* list to array conversion - converts the argument builtin list into a builtin array, uses linear time and linear memory\n\n> ``  \n> indexArray,  \n> lengthOfArray,  \n> listToArray\n> ``\n\nand those in CIP-0153 are:\n\n* coin insertion - returns a Mary-era Value with the Coin inserted, silently discarding any previous value  \n* coin lookup - returns the quantity of a given Coin in a Mary-era Value  \n* value union - merges two provided values, this operation is commutative and associative  \n* value contains - compares the two Mary-era Values and determines if the first value is a superset of the second  \n* value Data  - encodes a BuiltinValue as BuiltinData.  \n* unValue Data - decodes a BuiltinData into a BuiltinValue  \n* scale value - multiplies all token quantities in the provided value by the provided integer scale factor\n\n> ``  \n> insertCoin,  \n> lookupCoin,  \n> unionValue,  \n> valueContains,  \n> valueData,  \n> unValueData,  \n> scaleValue\n``\n\nEach of the new primitives has both CPU and memory unit cost models.\n\n### Changes to Existing Plutus Primitives\n\nChanges will be made to the CPU cost model for the following primitive in Plutus V1, V2 and V3:\n\n> ``  \n> equalsByteString\n> ``\n\nIn addition, changes will be made to the CPU cost model for the following primitives in Plutus V3 only:\n\n> ``  \n> divideInteger,  \n> modInteger,  \n> quotientInteger,  \n> remainderInteger\n> ``\n\n### Differences to the current Plutus cost model that will be enacted by this governance action\n\nThe full difference from the current on-chain Plutus V1 cost model settings is shown below:\n\n```json\n\n  \"serialiseData\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 955506,  \n        \"slope\": 213312  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 2  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n    \"verifyEcdsaSecp256k1Signature\": {  \n    \"cpu\": {  \n      \"arguments\": 43053543,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 10,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"verifyEd25519Signature\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 53384111,  \n        \"slope\": 14333  \n      },  \n      \"type\": \"linear_in_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 10,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"verifySchnorrSecp256k1Signature\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 43574283,  \n        \"slope\": 26308  \n      },  \n      \"type\": \"linear_in_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 10,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"integerToByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"c0\": 1293828,  \n        \"c1\": 28716,  \n        \"c2\": 63  \n      },  \n      \"type\": \"quadratic_in_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"literal_in_y_or_linear_in_z\"  \n    }  \n  },  \n  \"blake2b_224\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 207616,  \n        \"slope\": 8310  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 4,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_add\": {  \n    \"cpu\": {  \n      \"arguments\": 962335,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_compress\": {  \n    \"cpu\": {  \n      \"arguments\": 2780678,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 6,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_equal\": {  \n    \"cpu\": {  \n      \"arguments\": 442008,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_hashToGroup\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 52538055,  \n        \"slope\": 3756  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_neg\": {  \n    \"cpu\": {  \n      \"arguments\": 267929,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_scalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 76433006,  \n        \"slope\": 8868  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_multiScalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 321837444,  \n        \"slope\": 25087669  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_uncompress\": {  \n    \"cpu\": {  \n      \"arguments\": 52948122,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_add\": {  \n    \"cpu\": {  \n      \"arguments\": 1995836,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_compress\": {  \n    \"cpu\": {  \n      \"arguments\": 3227919,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 12,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_equal\": {  \n    \"cpu\": {  \n      \"arguments\": 901022,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_hashToGroup\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 166917843,  \n        \"slope\": 4307  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_neg\": {  \n    \"cpu\": {  \n      \"arguments\": 284546,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_scalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 158221314,  \n        \"slope\": 26549  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_multiScalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 617887431,  \n        \"slope\": 67302824  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_uncompress\": {  \n    \"cpu\": {  \n      \"arguments\": 74698472,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_finalVerify\": {  \n    \"cpu\": {  \n      \"arguments\": 333849714,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_millerLoop\": {  \n    \"cpu\": {  \n      \"arguments\": 254006273,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 72,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_mulMlResult\": {  \n    \"cpu\": {  \n      \"arguments\": 2174038,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 72,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"keccak_256\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 2261318,  \n        \"slope\": 64571  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 4,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"andByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 100181,  \n        \"slope1\": 726,  \n        \"slope2\": 719  \n      },  \n      \"type\": \"linear_in_y_and_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_max_yz\"  \n    }  \n  },  \n  \"orByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 100181,  \n        \"slope1\": 726,  \n        \"slope2\": 719  \n      },  \n      \"type\": \"linear_in_y_and_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_max_yz\"  \n    }  \n  },  \n  \"xorByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 100181,  \n        \"slope1\": 726,  \n        \"slope2\": 719  \n      },  \n      \"type\": \"linear_in_y_and_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_max_yz\"  \n    }  \n  },  \n  \"complementByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 107878,  \n        \"slope\": 680  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"readBit\": {  \n    \"cpu\": {  \n      \"arguments\": 95336,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"writeBits\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 281145,  \n        \"slope\": 18848  \n      },  \n      \"type\": \"linear_in_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"replicateByte\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 180194,  \n        \"slope\": 159  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 1,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"shiftByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 158519,  \n        \"slope\": 8942  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"rotateByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 159378,  \n        \"slope\": 8813  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"countSetBits\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 107490,  \n        \"slope\": 3298  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"findFirstSetBit\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 106057,  \n        \"slope\": 655  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"ripemd_160\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 1964219,  \n        \"slope\": 24520  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 3,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"expModInteger\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"coefficient00\": 607153,  \n        \"coefficient11\": 231697,  \n        \"coefficient12\": 53144  \n      },  \n      \"type\": \"exp_mod_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_z\"  \n    }  \n  },  \n  \"dropList\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 116711,  \n        \"slope\": 1957  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 4,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"lookupCoin\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 219951,  \n        \"slope\": 9444  \n      },  \n      \"type\": \"linear_in_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"valueContains\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 213283,  \n        \"model\": {  \n          \"arguments\": {  \n             \"intercept\": 618401,  \n             \"slope1\": 1998,  \n             \"slope2\": 28258  \n           },  \n          \"type\": \"linear_in_x_and_y\"  \n        }  \n      },  \n      \"type\": \"const_above_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"valueData\": {  \n      \"cpu\": {  \n          \"arguments\": {  \n              \"intercept\": 1000,  \n              \"slope\": 38159  \n          },  \n          \"type\": \"linear_in_x\"  \n      },  \n      \"memory\": {  \n          \"arguments\": {  \n              \"intercept\": 2,  \n              \"slope\": 22  \n          },  \n          \"type\": \"linear_in_x\"  \n      }  \n  },  \n  \"unValueData\": {  \n      \"cpu\": {  \n          \"arguments\": {  \n              \"c0\": 1000,  \n              \"c1\": 95933,  \n              \"c2\": 1  \n          },  \n          \"type\": \"quadratic_in_x\"  \n      },  \n      \"memory\": {  \n          \"arguments\": {  \n              \"intercept\": 1,  \n              \"slope\": 11  \n          },  \n          \"type\": \"linear_in_x\"  \n      }  \n  },  \n  \"insertCoin\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 356924,  \n        \"slope\": 18413  \n      },  \n      \"type\": \"linear_in_u\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 45,  \n        \"slope\": 21  \n      },  \n      \"type\": \"linear_in_u\"  \n    }  \n  },  \n  \"unionValue\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"c00\": 1000,  \n        \"c01\": 183150,  \n        \"c10\": 172116,  \n        \"c11\": 6  \n      },  \n      \"type\": \"with_interaction_in_x_and_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 24,  \n        \"slope\": 21  \n      },  \n      \"type\": \"added_sizes\"  \n    }  \n  },  \n  \"scaleValue\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 1000,  \n        \"slope\": 277577  \n      },  \n      \"type\": \"linear_in_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 12,  \n        \"slope\": 21  \n      },  \n      \"type\": \"linear_in_y\"  \n    }  \n  },  \n  \"equalsByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 24548,  \n        \"intercept\": 29498,  \n        \"slope\": 38  \n      },  \n      \"type\": \"linear_on_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  }  \n```\n\nThe full difference from the current on-chain Plutus V2 cost model settings is shown below:\n\n```json  \n  \"blake2b_224\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 207616,  \n        \"slope\": 8310  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 4,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_add\": {  \n    \"cpu\": {  \n      \"arguments\": 962335,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_compress\": {  \n    \"cpu\": {  \n      \"arguments\": 2780678,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 6,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_equal\": {  \n    \"cpu\": {  \n      \"arguments\": 442008,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_hashToGroup\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 52538055,  \n        \"slope\": 3756  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_neg\": {  \n    \"cpu\": {  \n      \"arguments\": 267929,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_scalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 76433006,  \n        \"slope\": 8868  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_multiScalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 321837444,  \n        \"slope\": 25087669  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_uncompress\": {  \n    \"cpu\": {  \n      \"arguments\": 52948122,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_add\": {  \n    \"cpu\": {  \n      \"arguments\": 1995836,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_compress\": {  \n    \"cpu\": {  \n      \"arguments\": 3227919,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 12,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_equal\": {  \n    \"cpu\": {  \n      \"arguments\": 901022,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_hashToGroup\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 166917843,  \n        \"slope\": 4307  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_neg\": {  \n    \"cpu\": {  \n      \"arguments\": 284546,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_scalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 158221314,  \n        \"slope\": 26549  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_multiScalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 617887431,  \n        \"slope\": 67302824  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_uncompress\": {  \n    \"cpu\": {  \n      \"arguments\": 74698472,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_finalVerify\": {  \n    \"cpu\": {  \n      \"arguments\": 333849714,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_millerLoop\": {  \n    \"cpu\": {  \n      \"arguments\": 254006273,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 72,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_mulMlResult\": {  \n    \"cpu\": {  \n      \"arguments\": 2174038,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 72,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"keccak_256\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 2261318,  \n        \"slope\": 64571  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 4,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"andByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 100181,  \n        \"slope1\": 726,  \n        \"slope2\": 719  \n      },  \n      \"type\": \"linear_in_y_and_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_max_yz\"  \n    }  \n  },  \n  \"orByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 100181,  \n        \"slope1\": 726,  \n        \"slope2\": 719  \n      },  \n      \"type\": \"linear_in_y_and_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_max_yz\"  \n    }  \n  },  \n  \"xorByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 100181,  \n        \"slope1\": 726,  \n        \"slope2\": 719  \n      },  \n      \"type\": \"linear_in_y_and_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_max_yz\"  \n    }  \n  },  \n  \"complementByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 107878,  \n        \"slope\": 680  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"readBit\": {  \n    \"cpu\": {  \n      \"arguments\": 95336,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"writeBits\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 281145,  \n        \"slope\": 18848  \n      },  \n      \"type\": \"linear_in_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"replicateByte\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 180194,  \n        \"slope\": 159  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 1,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"shiftByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 158519,  \n        \"slope\": 8942  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"rotateByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 159378,  \n        \"slope\": 8813  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"countSetBits\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 107490,  \n        \"slope\": 3298  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"findFirstSetBit\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 106057,  \n        \"slope\": 655  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"ripemd_160\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 1964219,  \n        \"slope\": 24520  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 3,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"expModInteger\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"coefficient00\": 607153,  \n        \"coefficient11\": 231697,  \n        \"coefficient12\": 53144  \n      },  \n      \"type\": \"exp_mod_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_z\"  \n    }  \n  },  \n  \"dropList\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 116711,  \n        \"slope\": 1957  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 4,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"indexArray\": {  \n    \"cpu\": {  \n      \"arguments\": 232010,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 32,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"lengthOfArray\": {  \n    \"cpu\": {  \n      \"arguments\": 231883,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 10,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"listToArray\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 1000,  \n        \"slope\": 24838  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 7,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"lookupCoin\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 219951,  \n        \"slope\": 9444  \n      },  \n      \"type\": \"linear_in_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"valueContains\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 213283,  \n        \"model\": {  \n          \"arguments\": {  \n             \"intercept\": 618401,  \n             \"slope1\": 1998,  \n             \"slope2\": 28258  \n           },  \n          \"type\": \"linear_in_x_and_y\"  \n        }  \n      },  \n      \"type\": \"const_above_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"valueData\": {  \n      \"cpu\": {  \n          \"arguments\": {  \n              \"intercept\": 1000,  \n              \"slope\": 38159  \n          },  \n          \"type\": \"linear_in_x\"  \n      },  \n      \"memory\": {  \n          \"arguments\": {  \n              \"intercept\": 2,  \n              \"slope\": 22  \n          },  \n          \"type\": \"linear_in_x\"  \n      }  \n  },  \n  \"unValueData\": {  \n      \"cpu\": {  \n          \"arguments\": {  \n              \"c0\": 1000,  \n              \"c1\": 95933,  \n              \"c2\": 1  \n          },  \n          \"type\": \"quadratic_in_x\"  \n      },  \n      \"memory\": {  \n          \"arguments\": {  \n              \"intercept\": 1,  \n              \"slope\": 11  \n          },  \n          \"type\": \"linear_in_x\"  \n      }  \n  },  \n  \"insertCoin\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 356924,  \n        \"slope\": 18413  \n      },  \n      \"type\": \"linear_in_u\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 45,  \n        \"slope\": 21  \n      },  \n      \"type\": \"linear_in_u\"  \n    }  \n  },  \n  \"unionValue\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"c00\": 1000,  \n        \"c01\": 183150,  \n        \"c10\": 172116,  \n        \"c11\": 6  \n      },  \n      \"type\": \"with_interaction_in_x_and_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 24,  \n        \"slope\": 21  \n      },  \n      \"type\": \"added_sizes\"  \n    }  \n  },  \n  \"scaleValue\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 1000,  \n        \"slope\": 277577  \n      },  \n      \"type\": \"linear_in_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 12,  \n        \"slope\": 21  \n      },  \n      \"type\": \"linear_in_y\"  \n    }  \n  },  \n  \"equalsByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 24548,  \n        \"intercept\": 29498,  \n        \"slope\": 38  \n      },  \n      \"type\": \"linear_on_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  }  \n```\n\nThe full difference from the current on-chain Plutus V3 cost model settings is shown below:\n\n```json  \n  \"expModInteger\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"coefficient00\": 607153,  \n        \"coefficient11\": 231697,  \n        \"coefficient12\": 53144  \n      },  \n      \"type\": \"exp_mod_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_z\"  \n    }  \n  },  \n  \"dropList\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 116711,  \n        \"slope\": 1957  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 4,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G1_multiScalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 321837444,  \n        \"slope\": 25087669  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 18,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"bls12_381_G2_multiScalarMul\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 617887431,  \n        \"slope\": 67302824  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 36,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"indexArray\": {  \n    \"cpu\": {  \n      \"arguments\": 232010,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 32,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"lengthOfArray\": {  \n    \"cpu\": {  \n      \"arguments\": 231883,  \n      \"type\": \"constant_cost\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 10,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"listToArray\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 1000,  \n        \"slope\": 24838  \n      },  \n      \"type\": \"linear_in_x\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 7,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_x\"  \n    }  \n  },  \n  \"lookupCoin\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 219951,  \n        \"slope\": 9444  \n      },  \n      \"type\": \"linear_in_z\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"valueContains\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 213283,  \n        \"model\": {  \n          \"arguments\": {  \n             \"intercept\": 618401,  \n             \"slope1\": 1998,  \n             \"slope2\": 28258  \n           },  \n          \"type\": \"linear_in_x_and_y\"  \n        }  \n      },  \n      \"type\": \"const_above_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"valueData\": {  \n      \"cpu\": {  \n          \"arguments\": {  \n              \"intercept\": 1000,  \n              \"slope\": 38159  \n          },  \n          \"type\": \"linear_in_x\"  \n      },  \n      \"memory\": {  \n          \"arguments\": {  \n              \"intercept\": 2,  \n              \"slope\": 22  \n          },  \n          \"type\": \"linear_in_x\"  \n      }  \n  },  \n  \"unValueData\": {  \n      \"cpu\": {  \n          \"arguments\": {  \n              \"c0\": 1000,  \n              \"c1\": 95933,  \n              \"c2\": 1  \n          },  \n          \"type\": \"quadratic_in_x\"  \n      },  \n      \"memory\": {  \n          \"arguments\": {  \n              \"intercept\": 1,  \n              \"slope\": 11  \n          },  \n          \"type\": \"linear_in_x\"  \n      }  \n  },  \n  \"insertCoin\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 356924,  \n        \"slope\": 18413  \n      },  \n      \"type\": \"linear_in_u\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 45,  \n        \"slope\": 21  \n      },  \n      \"type\": \"linear_in_u\"  \n    }  \n  },  \n  \"unionValue\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"c00\": 1000,  \n        \"c01\": 183150,  \n        \"c10\": 172116,  \n        \"c11\": 6  \n      },  \n      \"type\": \"with_interaction_in_x_and_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 24,  \n        \"slope\": 21  \n      },  \n      \"type\": \"added_sizes\"  \n    }  \n  },  \n  \"scaleValue\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"intercept\": 1000,  \n        \"slope\": 277577  \n      },  \n      \"type\": \"linear_in_y\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 12,  \n        \"slope\": 21  \n      },  \n      \"type\": \"linear_in_y\"  \n    }  \n  },  \n  \"equalsByteString\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 24548,  \n        \"intercept\": 29498,  \n        \"slope\": 38  \n      },  \n      \"type\": \"linear_on_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": 1,  \n      \"type\": \"constant_cost\"  \n    }  \n  },  \n  \"divideInteger\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 85848,  \n        \"model\": {  \n          \"arguments\": {  \n            \"c00\": 123203,  \n            \"c01\": 7305,  \n            \"c02\": -900,  \n            \"c10\": 1716,  \n            \"c11\": 549,  \n            \"c20\": 57,  \n            \"minimum\": 85848  \n          },  \n          \"type\": \"quadratic_in_x_and_y\"  \n        }  \n      },  \n      \"type\": \"const_above_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"minimum\": 1,  \n        \"slope\": 1  \n      },  \n      \"type\": \"subtracted_sizes\"  \n    }  \n  },  \n  \"modInteger\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 85848,  \n        \"model\": {  \n          \"arguments\": {  \n            \"c00\": 123203,  \n            \"c01\": 7305,  \n            \"c02\": -900,  \n            \"c10\": 1716,  \n            \"c11\": 549,  \n            \"c20\": 57,  \n            \"minimum\": 85848  \n          },  \n          \"type\": \"quadratic_in_x_and_y\"  \n        }  \n      },  \n      \"type\": \"const_above_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_y\"  \n    }  \n  },  \n  \"quotientInteger\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 85848,  \n        \"model\": {  \n          \"arguments\": {  \n            \"c00\": 123203,  \n            \"c01\": 7305,  \n            \"c02\": -900,  \n            \"c10\": 1716,  \n            \"c11\": 549,  \n            \"c20\": 57,  \n            \"minimum\": 85848  \n          },  \n          \"type\": \"quadratic_in_x_and_y\"  \n        }  \n      },  \n      \"type\": \"const_above_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"minimum\": 1,  \n        \"slope\": 1  \n      },  \n      \"type\": \"subtracted_sizes\"  \n    }  \n  },  \n  \"remainderInteger\": {  \n    \"cpu\": {  \n      \"arguments\": {  \n        \"constant\": 85848,  \n        \"model\": {  \n          \"arguments\": {  \n            \"c00\": 123203,  \n            \"c01\": 7305,  \n            \"c02\": -900,  \n            \"c10\": 1716,  \n            \"c11\": 549,  \n            \"c20\": 57,  \n            \"minimum\": 85848  \n          },  \n          \"type\": \"quadratic_in_x_and_y\"  \n        }  \n      },  \n      \"type\": \"const_above_diagonal\"  \n    },  \n    \"memory\": {  \n      \"arguments\": {  \n        \"intercept\": 0,  \n        \"slope\": 1  \n      },  \n      \"type\": \"linear_in_y\"  \n    }  \n  },\n\n```",
    "references": [
      {
        "@type": "Other",
        "label": "All Plutus Cost Model Benchmarking Data",
        "uri": "https://github.com/IntersectMBO/plutus/tree/master/plutus-core/cost-model/data"
      },
      {
        "@type": "Other",
        "label": "Plutus Cost Model Benchmarking Data (new primitives)",
        "uri": "https://github.com/IntersectMBO/plutus/blob/master/plutus-core/cost-model/data/benching-conway.csv"
      },
      {
        "@type": "Other",
        "label": "Description of Plutus Cost Model Benchmarking Process",
        "uri": "https://github.com/IntersectMBO/plutus/tree/master/doc/cost-model-overview"
      },
      {
        "@type": "Other",
        "label": "YouTube Video Discussing Plutus Cost Model Benchmarking",
        "uri": "https://www.youtube.com/watch?v=X6oL30vP318"
      },
      {
        "@type": "Other",
        "label": "Diffchecker - Current vs Van Rossem plutus parameters",
        "uri": "ipfs://bafybeicefsednx6bwwghyhrf5zwy3a4zzgdnwf4pbqpidukveihdpfq56a"
      },
      {
        "@type": "Other",
        "label": "CIP-0109 | Modular Exponentiation Built-in for Plutus Core",
        "uri": "https://github.com/cardano-foundation/CIPs/tree/master/CIP-0109"
      },
      {
        "@type": "Other",
        "label": "CIP-0132 | New Plutus Builtin dropList",
        "uri": "https://github.com/cardano-foundation/CIPs/tree/master/CIP-0132"
      },
      {
        "@type": "Other",
        "label": "CIP-0133 | Plutus support for Multi-Scalar Multiplication over BLS12-381",
        "uri": "https://github.com/cardano-foundation/CIPs/tree/master/CIP-0133"
      },
      {
        "@type": "Other",
        "label": "CIP-0138 | Plutus Core Builtin Type - `Array`",
        "uri": "https://github.com/cardano-foundation/CIPs/tree/master/CIP-0138"
      },
      {
        "@type": "Other",
        "label": "CIP-0153 | Plutus Core Builtin Type - MaryEraValue",
        "uri": "http://github.com/cardano-foundation/CIPs/tree/master/CIP-0153"
      }
    ],
    "onChain": {
      "deposit": "100000000000",
      "reward_account": "stake1uyvjdz9rxsfsmv44rtk75k2rqyqskrga96dgdfrqjvjjpwsefcjnp",
      "gov_action": {
        "tag": "parameter_change_action",
        "gov_action_id": {
          "transaction_id": "c21b00f90f18fce4003edf42b0b0d455126e01c946e80cc5341a9f9750caf795",
          "gov_action_index": "0"
        },
        "protocol_param_update": {
          "cost_models": {
            "plutus_v1": [
              "100788",
              "420",
              "1",
              "1",
              "1000",
              "173",
              "0",
              "1",
              "1000",
              "59957",
              "4",
              "1",
              "11183",
              "32",
              "201305",
              "8356",
              "4",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "100",
              "100",
              "16000",
              "100",
              "94375",
              "32",
              "132994",
              "32",
              "61462",
              "4",
              "72010",
              "178",
              "0",
              "1",
              "22151",
              "32",
              "91189",
              "769",
              "4",
              "2",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "1000",
              "42921",
              "4",
              "2",
              "30623",
              "28755",
              "75",
              "1",
              "898148",
              "27279",
              "1",
              "51775",
              "558",
              "1",
              "39184",
              "1000",
              "60594",
              "1",
              "141895",
              "32",
              "83150",
              "32",
              "15299",
              "32",
              "76049",
              "1",
              "13169",
              "4",
              "22100",
              "10",
              "28999",
              "74",
              "1",
              "28999",
              "74",
              "1",
              "43285",
              "552",
              "1",
              "44749",
              "541",
              "1",
              "33852",
              "32",
              "68246",
              "32",
              "72362",
              "32",
              "7243",
              "32",
              "7391",
              "32",
              "11546",
              "32",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "90434",
              "519",
              "0",
              "1",
              "74433",
              "32",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "270652",
              "22588",
              "4",
              "1457325",
              "64566",
              "4",
              "20467",
              "1",
              "4",
              "0",
              "141992",
              "32",
              "100788",
              "420",
              "1",
              "1",
              "81663",
              "32",
              "59498",
              "32",
              "20142",
              "32",
              "24588",
              "32",
              "20744",
              "32",
              "25933",
              "32",
              "24623",
              "32",
              "53384111",
              "14333",
              "10",
              "955506",
              "213312",
              "0",
              "2",
              "43053543",
              "10",
              "43574283",
              "26308",
              "10",
              "16000",
              "100",
              "16000",
              "100",
              "962335",
              "18",
              "2780678",
              "6",
              "442008",
              "1",
              "52538055",
              "3756",
              "18",
              "267929",
              "18",
              "76433006",
              "8868",
              "18",
              "52948122",
              "18",
              "1995836",
              "36",
              "3227919",
              "12",
              "901022",
              "1",
              "166917843",
              "4307",
              "36",
              "284546",
              "36",
              "158221314",
              "26549",
              "36",
              "74698472",
              "36",
              "333849714",
              "1",
              "254006273",
              "72",
              "2174038",
              "72",
              "2261318",
              "64571",
              "4",
              "207616",
              "8310",
              "4",
              "1293828",
              "28716",
              "63",
              "0",
              "1",
              "1006041",
              "43623",
              "251",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "107878",
              "680",
              "0",
              "1",
              "95336",
              "1",
              "281145",
              "18848",
              "0",
              "1",
              "180194",
              "159",
              "1",
              "1",
              "158519",
              "8942",
              "0",
              "1",
              "159378",
              "8813",
              "0",
              "1",
              "107490",
              "3298",
              "1",
              "106057",
              "655",
              "1",
              "1964219",
              "24520",
              "3",
              "607153",
              "231697",
              "53144",
              "0",
              "1",
              "116711",
              "1957",
              "4",
              "231883",
              "10",
              "1000",
              "24838",
              "7",
              "1",
              "232010",
              "32",
              "321837444",
              "25087669",
              "18",
              "617887431",
              "67302824",
              "36",
              "356924",
              "18413",
              "45",
              "21",
              "219951",
              "9444",
              "1",
              "1000",
              "172116",
              "183150",
              "6",
              "24",
              "21",
              "213283",
              "618401",
              "1998",
              "28258",
              "1",
              "1000",
              "38159",
              "2",
              "22",
              "1000",
              "95933",
              "1",
              "1",
              "11",
              "1000",
              "277577",
              "12",
              "21"
            ],
            "plutus_v2": [
              "100788",
              "420",
              "1",
              "1",
              "1000",
              "173",
              "0",
              "1",
              "1000",
              "59957",
              "4",
              "1",
              "11183",
              "32",
              "201305",
              "8356",
              "4",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "100",
              "100",
              "16000",
              "100",
              "94375",
              "32",
              "132994",
              "32",
              "61462",
              "4",
              "72010",
              "178",
              "0",
              "1",
              "22151",
              "32",
              "91189",
              "769",
              "4",
              "2",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "1000",
              "42921",
              "4",
              "2",
              "30623",
              "28755",
              "75",
              "1",
              "898148",
              "27279",
              "1",
              "51775",
              "558",
              "1",
              "39184",
              "1000",
              "60594",
              "1",
              "141895",
              "32",
              "83150",
              "32",
              "15299",
              "32",
              "76049",
              "1",
              "13169",
              "4",
              "22100",
              "10",
              "28999",
              "74",
              "1",
              "28999",
              "74",
              "1",
              "43285",
              "552",
              "1",
              "44749",
              "541",
              "1",
              "33852",
              "32",
              "68246",
              "32",
              "72362",
              "32",
              "7243",
              "32",
              "7391",
              "32",
              "11546",
              "32",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "90434",
              "519",
              "0",
              "1",
              "74433",
              "32",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "85848",
              "228465",
              "122",
              "0",
              "1",
              "1",
              "955506",
              "213312",
              "0",
              "2",
              "270652",
              "22588",
              "4",
              "1457325",
              "64566",
              "4",
              "20467",
              "1",
              "4",
              "0",
              "141992",
              "32",
              "100788",
              "420",
              "1",
              "1",
              "81663",
              "32",
              "59498",
              "32",
              "20142",
              "32",
              "24588",
              "32",
              "20744",
              "32",
              "25933",
              "32",
              "24623",
              "32",
              "43053543",
              "10",
              "53384111",
              "14333",
              "10",
              "43574283",
              "26308",
              "10",
              "1293828",
              "28716",
              "63",
              "0",
              "1",
              "1006041",
              "43623",
              "251",
              "0",
              "1",
              "16000",
              "100",
              "16000",
              "100",
              "962335",
              "18",
              "2780678",
              "6",
              "442008",
              "1",
              "52538055",
              "3756",
              "18",
              "267929",
              "18",
              "76433006",
              "8868",
              "18",
              "52948122",
              "18",
              "1995836",
              "36",
              "3227919",
              "12",
              "901022",
              "1",
              "166917843",
              "4307",
              "36",
              "284546",
              "36",
              "158221314",
              "26549",
              "36",
              "74698472",
              "36",
              "333849714",
              "1",
              "254006273",
              "72",
              "2174038",
              "72",
              "2261318",
              "64571",
              "4",
              "207616",
              "8310",
              "4",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "107878",
              "680",
              "0",
              "1",
              "95336",
              "1",
              "281145",
              "18848",
              "0",
              "1",
              "180194",
              "159",
              "1",
              "1",
              "158519",
              "8942",
              "0",
              "1",
              "159378",
              "8813",
              "0",
              "1",
              "107490",
              "3298",
              "1",
              "106057",
              "655",
              "1",
              "1964219",
              "24520",
              "3",
              "607153",
              "231697",
              "53144",
              "0",
              "1",
              "116711",
              "1957",
              "4",
              "231883",
              "10",
              "1000",
              "24838",
              "7",
              "1",
              "232010",
              "32",
              "321837444",
              "25087669",
              "18",
              "617887431",
              "67302824",
              "36",
              "356924",
              "18413",
              "45",
              "21",
              "219951",
              "9444",
              "1",
              "1000",
              "172116",
              "183150",
              "6",
              "24",
              "21",
              "213283",
              "618401",
              "1998",
              "28258",
              "1",
              "1000",
              "38159",
              "2",
              "22",
              "1000",
              "95933",
              "1",
              "1",
              "11",
              "1000",
              "277577",
              "12",
              "21"
            ],
            "plutus_v3": [
              "100788",
              "420",
              "1",
              "1",
              "1000",
              "173",
              "0",
              "1",
              "1000",
              "59957",
              "4",
              "1",
              "11183",
              "32",
              "201305",
              "8356",
              "4",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "16000",
              "100",
              "100",
              "100",
              "16000",
              "100",
              "94375",
              "32",
              "132994",
              "32",
              "61462",
              "4",
              "72010",
              "178",
              "0",
              "1",
              "22151",
              "32",
              "91189",
              "769",
              "4",
              "2",
              "85848",
              "123203",
              "7305",
              "-900",
              "1716",
              "960",
              "57",
              "85848",
              "0",
              "1",
              "1",
              "1000",
              "42921",
              "4",
              "2",
              "30623",
              "28755",
              "75",
              "1",
              "898148",
              "27279",
              "1",
              "51775",
              "558",
              "1",
              "39184",
              "1000",
              "60594",
              "1",
              "141895",
              "32",
              "83150",
              "32",
              "15299",
              "32",
              "76049",
              "1",
              "13169",
              "4",
              "22100",
              "10",
              "28999",
              "74",
              "1",
              "28999",
              "74",
              "1",
              "43285",
              "552",
              "1",
              "44749",
              "541",
              "1",
              "33852",
              "32",
              "68246",
              "32",
              "72362",
              "32",
              "7243",
              "32",
              "7391",
              "32",
              "11546",
              "32",
              "85848",
              "123203",
              "7305",
              "-900",
              "1716",
              "960",
              "57",
              "85848",
              "0",
              "1",
              "90434",
              "519",
              "0",
              "1",
              "74433",
              "32",
              "85848",
              "123203",
              "7305",
              "-900",
              "1716",
              "960",
              "57",
              "85848",
              "0",
              "1",
              "1",
              "85848",
              "123203",
              "7305",
              "-900",
              "1716",
              "960",
              "57",
              "85848",
              "0",
              "1",
              "955506",
              "213312",
              "0",
              "2",
              "270652",
              "22588",
              "4",
              "1457325",
              "64566",
              "4",
              "20467",
              "1",
              "4",
              "0",
              "141992",
              "32",
              "100788",
              "420",
              "1",
              "1",
              "81663",
              "32",
              "59498",
              "32",
              "20142",
              "32",
              "24588",
              "32",
              "20744",
              "32",
              "25933",
              "32",
              "24623",
              "32",
              "43053543",
              "10",
              "53384111",
              "14333",
              "10",
              "43574283",
              "26308",
              "10",
              "16000",
              "100",
              "16000",
              "100",
              "962335",
              "18",
              "2780678",
              "6",
              "442008",
              "1",
              "52538055",
              "3756",
              "18",
              "267929",
              "18",
              "76433006",
              "8868",
              "18",
              "52948122",
              "18",
              "1995836",
              "36",
              "3227919",
              "12",
              "901022",
              "1",
              "166917843",
              "4307",
              "36",
              "284546",
              "36",
              "158221314",
              "26549",
              "36",
              "74698472",
              "36",
              "333849714",
              "1",
              "254006273",
              "72",
              "2174038",
              "72",
              "2261318",
              "64571",
              "4",
              "207616",
              "8310",
              "4",
              "1293828",
              "28716",
              "63",
              "0",
              "1",
              "1006041",
              "43623",
              "251",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "100181",
              "726",
              "719",
              "0",
              "1",
              "107878",
              "680",
              "0",
              "1",
              "95336",
              "1",
              "281145",
              "18848",
              "0",
              "1",
              "180194",
              "159",
              "1",
              "1",
              "158519",
              "8942",
              "0",
              "1",
              "159378",
              "8813",
              "0",
              "1",
              "107490",
              "3298",
              "1",
              "106057",
              "655",
              "1",
              "1964219",
              "24520",
              "3",
              "607153",
              "231697",
              "53144",
              "0",
              "1",
              "116711",
              "1957",
              "4",
              "231883",
              "10",
              "1000",
              "24838",
              "7",
              "1",
              "232010",
              "32",
              "321837444",
              "25087669",
              "18",
              "617887431",
              "67302824",
              "36",
              "356924",
              "18413",
              "45",
              "21",
              "219951",
              "9444",
              "1",
              "1000",
              "172116",
              "183150",
              "6",
              "24",
              "21",
              "213283",
              "618401",
              "1998",
              "28258",
              "1",
              "1000",
              "38159",
              "2",
              "22",
              "1000",
              "95933",
              "1",
              "1",
              "11",
              "1000",
              "277577",
              "12",
              "21"
            ]
          }
        }
      }
    }
  }
}
