# Updating Live Market

## Updating a Live Market

This functionality allows the community to update parameters of a live market, which can be composed of 5 parts:

### Liquidity Tiers

Liquidity Tier is updatable through `MsgSetLiquidityTier`.

### Market

The Prices module (x/prices) is updatable through `MsgUpdateMarketParam`.

### Perpetual

The Perpetual module (x/perpetuals) is updatable through `MsgUpdatePerpetual`.

### Clob

The Clob module (x/clob) is updatable through `MsgUpdateClobPair`.

### **Market Margin**

Isolated-margin markets can be upgraded to cross-margin through `UpgradeIsolatedPerpetualToCross`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dydx.community/dydx/modules/governance/governance-adjustable-parameters/updating-live-market.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
