# Increase MaxBlockSize from 200k to 2mb

**URL:** https://forum.cosmos.network/t/increase-maxblocksize-from-200k-to-2mb/11793
**Category:** Hub Proposals
**Created:** [October 15, 2023, 1:15pm UTC](https://forum.cosmos.network/t/increase-maxblocksize-from-200k-to-2mb/11793 "2023-10-15T13:15:57Z")
**Posts on this page:** 1
**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: [October 15, 2023, 1:15pm UTC](https://forum.cosmos.network/t/increase-maxblocksize-from-200k-to-2mb/11793/1 "2023-10-15T13:15:58Z")

</div>

In testing pursuant to [https://forum.cosmos.network/t/amulet-security-advisory-for-cometbft-asa-2023-002](https://forum.cosmos.network/t/amulet-security-advisory-for-cometbft-asa-2023-002) it’s been clearly found that the current 200kb block size poses a class of risks.

These risks have been explained in the validators private discord, and any validator can reach out to me at [https://twitter.com/gadikian](https://twitter.com/gadikian) to have the issues explained in detail, if need be. Validators needing more information will be added to the Validators Working Group On Spam suggested by Amulet in [https://forum.cosmos.network/t/amulet-security-advisory-for-cometbft-asa-2023-002](https://forum.cosmos.network/t/amulet-security-advisory-for-cometbft-asa-2023-002).

Current baseapp BlockParams: 200 kilobytes

gaiad q params subspace baseapp BlockParams | jq

```json
{
  "subspace": "baseapp",
  "key": "BlockParams",
  "value": "{\"max_bytes\":\"200000\"}"
}

```

Future baseapp BlockParams: 2 megabytes

```json
{
  "subspace": "baseapp",
  "key": "BlockParams",
  "value": "{\"max_bytes\":\"2000000\"}"
}

```

Validators are encouraged to inquire via the validators working group on spam or by DM to [twitter.com/gadikian](http://twitter.com/gadikian).
