---
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 captures the distribution of newly minted tokens. The sum of all new tokens minted must equal 1. GlobalMintTLM: Only used by the GlobalMintTLM at the end of claim settlement. TODO_DISTANT_FUTURE: Remove this once global inflation is disabled in perpetuity.
    - `application` number, double — application - % of newley minted tokens sent to the application account address.
    - `dao` number, double — dao - % of newley minted tokens sent to the DAO reward address.
    - `proposer` number, double — proposer - % of newley minted tokens sent to the block proposer (i.e. validator0 account address.
    - `source_owner` number, double — source_owner - % of newley minted tokens sent to the service source owner account address.
    - `supplier` number, double — supplier - % of newley minted tokens sent to the block supplier account address.
  - `as_mint_equals_burn_claim_distribution` PocketTokenomicsMintEqualsBurnClaimDistribution — MintEqualsBurnClaimDistribution captures the distribution of claimable tokens. The sum of all tokens being burnt from the application's stake must equal 1. GlobalMintEqualsBurnTLM: Only used by the GlobalMintEqualsBurnTLM at the end of claim settlement.
    - `application` number, double — application - % of claimable tokens sent to the application account address.
    - `dao` number, double — dao - % of claimable tokens sent to the DAO reward address.
    - `proposer` number, double — TODO_TECHDEBT: Rename "proposer" to "validators" to reflect the work done in #1753. This will span all references to the term "proposer" across documentation, functions, protobufs, variables, tooling, etc.. proposer - % of claimable tokens sent to the block proposer (i.e. validator0) account address.
    - `source_owner` number, double — source_owner - % of claimable tokens sent to the service source owner account address.
    - `supplier` number, double — supplier - % of claimable tokens sent to the block supplier account address.
  - `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.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.net/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/versions/edba20e8c8a3/schema)
