> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Risk-aware Quoting

Market making is not only about placing orders. In production trading environments, quoting must respond to volatility, position exposure, hedging conditions, and operational limits.

<h2 id="risk-aware-liquidity-goals">
  Risk-aware liquidity goals
</h2>

* Keep markets tradable without creating uncontrolled exposure.
* Adjust quoting behavior when volatility, depth, or hedge conditions change.
* Coordinate liquidity operations with margin, liquidation, and account risk rules.
* Support partner growth without requiring a large internal market making team.

<h2 id="areas-to-align-before-launch">
  Areas to align before launch
</h2>

| Area              | Decision                                                                          |
| ----------------- | --------------------------------------------------------------------------------- |
| Supported markets | Which symbols and settlement assets should launch first.                          |
| User profile      | Retail, institutional, channel, or mixed user flow.                               |
| Monitoring        | Which depth, spread, fill, and risk indicators should be reviewed daily.          |
| Escalation        | Who handles abnormal volatility, delayed settlement, or user-impacting incidents. |

<h2 id="related-docs">
  Related docs
</h2>

Review platform risk behavior around margin and liquidation.

Prepare the operational response path.