# Increase Maximum Block Size to 1MB

**URL:** https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615
**Category:** Parameter Change
**Created:** [September 30, 2023, 8:13am UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615 "2023-09-30T08:13:03Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![jacobgadikian](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/jacobgadikian/32/6994_2.png) [@jacobgadikian](https://forum.cosmos.network/u/jacobgadikian)
#### Post date: [September 30, 2023, 8:13am UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615/1 "2023-09-30T08:13:03Z")

</div>

## Change log

- 2023-09-30: initial post

## Summary

> **[ASA-2023-002: Default for \`BlockParams.MaxBytes\` consensus parameter may...](https://github.com/cometbft/cometbft/security/advisories/GHSA-hq58-p9mv-338c)**
>
> \## Amulet Security Advisory for CometBFT: ASA-2023-002
> 
> \*\*Component\*\*: CometBFT
> \*\*Criticality:\*\* Low
> \*\*Affected versions:\*\* All
> \*\*Affected users:\*\* Validators, Chain Builders + Maintainers
> 
> ...

## Details

> **[ASA-2023-002: Default for \`BlockParams.MaxBytes\` consensus parameter may...](https://github.com/cometbft/cometbft/security/advisories/GHSA-hq58-p9mv-338c)**
>
> \## Amulet Security Advisory for CometBFT: ASA-2023-002
> 
> \*\*Component\*\*: CometBFT
> \*\*Criticality:\*\* Low
> \*\*Affected versions:\*\* All
> \*\*Affected users:\*\* Validators, Chain Builders + Maintainers
> 
> ...

## Parameter and new value

```json
{
    "title": "Reduce Maximum Block Size",
    "description": "This Proposal reduces the maximum block size pursuant to: https://github.com/cometbft/cometbft/security/advisories/GHSA-hq58-p9mv-338c",
    "changes": [
        {
            "subspace": "baseapp",
            "key": "BlockParams",
            "value": {
                "max_bytes": "1048576"
            }
        }
    ],
    "deposit": "100000000uatom"
}

```

## Forum post link

> <https://x.com/gadikian/status/1707895413821370592?s=20>

## IPFS link

## Governance votes

The following items summarize the voting options and what it means for this proposal:

YES - reduce maximum block size on the cosmos hub  
NO - keep Gaia’s maximum block size the same  
NO WITH VETO - A ‘NoWithVeto’ vote indicates a proposal either (1) is deemed to be spam, i.e., irrelevant to Cosmos Hub, (2) disproportionately infringes on minority interests, or (3) violates or encourages violation of the rules of engagement as currently set out by Cosmos Hub governance. If the number of ‘NoWithVeto’ votes is greater than a third of total votes, the proposal is rejected and the deposits are burned.  
ABSTAIN - You wish to contribute to quorum but you formally decline to vote either for or against the proposal.

---

<div class="post-metadata">

### Author: ![Jose\_Lopes](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/jose_lopes/32/2435_2.png) [@Jose\_Lopes](https://forum.cosmos.network/u/Jose_Lopes)
#### Post date: [September 30, 2023, 8:16am UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615/2 "2023-09-30T08:16:37Z")

</div>

Out of curiosity because I am not with my laptop, what is the current maximum size? Can it be anything?

---

<div class="post-metadata">

### Author: ![jacobgadikian](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/jacobgadikian/32/6994_2.png) [@jacobgadikian](https://forum.cosmos.network/u/jacobgadikian)
#### Post date: [September 30, 2023, 8:34am UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615/3 "2023-09-30T08:34:08Z")

</div>

22 megabytes, which is much too large for our needs

---

<div class="post-metadata">

### Author: ![Flo](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/flo/32/5070_2.png) [@Flo](https://forum.cosmos.network/u/Flo)
#### Post date: [October 1, 2023, 10:25pm UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615/4 "2023-10-01T22:25:01Z")

</div>

Can you explain why 1MB is the perfect size for the hub?

---

<div class="post-metadata">

### Author: ![WillB](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/willb/32/5464_2.png) [@WillB](https://forum.cosmos.network/u/WillB)
#### Post date: [October 1, 2023, 10:48pm UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615/5 "2023-10-01T22:48:13Z")

</div>

I’m in the camp of ‘spam doesn’t exist on blockchains’, there are only transactions of various subjective values.

If we think there are transactions that are of null or negative value for the chain, the problem is the fee mechanism, not blocksize.

But 22MB does indeed feel way too large for a blockchain with 6 seconds block interval.

---

<div class="post-metadata">

### Author: ![jacobgadikian](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/jacobgadikian/32/6994_2.png) [@jacobgadikian](https://forum.cosmos.network/u/jacobgadikian)
#### Post date: [October 1, 2023, 11:17pm UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615/6 "2023-10-01T23:17:41Z")

</div>

No, not really.

I’m not even sure there’s a perfect size but let me tell you what that might be:

1mb that can go up to 5mb if users pay way more fees

Or even

500kb that can go up to 5mb if users pay way more fees, let’s say the full 5mb should be 1000x the cost of the first 500kb.

That way there’s almost always room for more transactions but the more you store, the more you pay and the more stress you put on the network, the more you pay.

**1mb just seemed to be a much better and safer approach than 200kb**

---

<div class="post-metadata">

### Author: ![Damien](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/damien/32/3155_2.png) [@Damien](https://forum.cosmos.network/u/Damien)
#### Post date: [October 4, 2023, 12:27pm UTC](https://forum.cosmos.network/t/increase-maximum-block-size-to-1mb/11615/7 "2023-10-04T12:27:23Z")

</div>

In relation to what was disclosed yesterday from IcyCro - what would be the suggested course of action for this proposal?

It seems that passing it would INCREASE block size rather than decrease. Some can argue that this is good for future-proofing block sizes if and when more activity happens on the Hub however, for the purpose of this proposal I think it would be misleading to pass it given the current proposal description no?

> <https://twitter.com/zanglang/status/1709389754557669566>
