---
title: "POST /pocket.tokenomics.Msg/UpdateParam"
method: POST
path: "/pocket.tokenomics.Msg/UpdateParam"
tags: ["Msg"]
---

# POST /pocket.tokenomics.Msg/UpdateParam

`POST /pocket.tokenomics.Msg/UpdateParam`

## Request body

- PocketTokenomicsMsgUpdateParam — MsgUpdateParam is the Msg/UpdateParam request type to update a single param.
  - `as_float` number, double
  - `as_mint_allocation_percentages` PocketTokenomicsMintAllocationPercentages — MintAllocationPercentages represents the distribution of newly minted tokens, at the end of claim settlement, as a result of the Global Mint TLM.
    - `application` number, double — allocation_application is the percentage of the minted tokens which are sent to the application account address during claim settlement.
    - `dao` number, double — dao is the percentage of the minted tokens which are sent to the DAO reward address during claim settlement.
    - `proposer` number, double — proposer is the percentage of the minted tokens which are sent to the block proposer account address during claim settlement.
    - `source_owner` number, double — source_owner is the percentage of the minted tokens which are sent to the service source owner account address during claim settlement.
    - `supplier` number, double — supplier is the percentage of the minted tokens which are sent to the block supplier account address during claim settlement.
  - `as_string` string
  - `authority` string — authority is the address that controls the module (defaults to x/gov unless overwritten).
  - `name` string

## Response `200`

A successful response.

- PocketTokenomicsMsgUpdateParamResponse — MsgUpdateParamResponse defines the response structure for executing a MsgUpdateParam message after a single param update.
  - `params` PocketTokenomicsParams — Params defines the parameters for the tokenomics module.
    - `dao_reward_address` string — dao_reward_address is the address to which mint_allocation_dao percentage of the minted tokens are at the end of claim settlement. Bech32 cosmos address
    - `global_inflation_per_claim` number, double — global_inflation_per_claim is the percentage of a claim's claimable uPOKT amount which will be minted on settlement.
    - `mint_allocation_percentages` PocketTokenomicsMintAllocationPercentages — MintAllocationPercentages represents the distribution of newly minted tokens, at the end of claim settlement, as a result of the Global Mint TLM.
      - `application` number, double — allocation_application is the percentage of the minted tokens which are sent to the application account address during claim settlement.
      - `dao` number, double — dao is the percentage of the minted tokens which are sent to the DAO reward address during claim settlement.
      - `proposer` number, double — proposer is the percentage of the minted tokens which are sent to the block proposer account address during claim settlement.
      - `source_owner` number, double — source_owner is the percentage of the minted tokens which are sent to the service source owner account address during claim settlement.
      - `supplier` number, double — supplier is the percentage of the minted tokens which are sent to the block supplier account address during claim settlement.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-03-27** `4f349536c8f3` — 1 info
  - endpoint added
- **2023-11-01** `3f51f9b9a127` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/pocket.tokenomics.Msg/UpdateParam/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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/4f349536c8f3/schema)
