---
title: "UpdateParams defines a governance operation for updating the x/protocolpool module parameters. The authority is defined in the keeper."
method: POST
path: "/cosmos.protocolpool.v1.Msg/UpdateParams"
tags: ["Msg"]
---

# UpdateParams defines a governance operation for updating the x/protocolpool module parameters. The authority is defined in the keeper.

`POST /cosmos.protocolpool.v1.Msg/UpdateParams`

## Request body

- CosmosProtocolpoolV1MsgUpdateParams — MsgUpdateParams is the Msg/UpdateParams request type.
  - `authority` string — authority is the address that controls the module (defaults to x/gov unless overwritten).
  - `params` CosmosProtocolpoolV1Params — Params defines the parameters for the protocolpool module.
    - `distribution_frequency` string, uint64 — DistributionFrequency is the frequency (in terms of blocks) that funds are distributed out from the x/protocolpool module.
    - `enabled_distribution_denoms` string[] — EnabledDistributionDenoms lists the denoms that are allowed to be distributed. This is to avoid spending time distributing undesired tokens to continuous funds and budgets.

## Response `200`

A successful response.

- CosmosProtocolpoolV1MsgUpdateParamsResponse — MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.protocolpool.v1.Msg/UpdateParams/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
