> 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.

# MCP Prompts

MCP prompts are reusable workflows exposed by the MCP server. They help users ask consistent questions and help AI clients use the right tools.

<h2 id="recommended-prompts">
  Recommended prompts
</h2>

| Prompt                           | Purpose                                                         |
| -------------------------------- | --------------------------------------------------------------- |
| market\_overview                 | Summarize market state across selected symbols.                 |
| market\_microstructure\_analysis | Analyze spread, depth, recent trades, and liquidity conditions. |
| portfolio\_risk\_assessment      | Review positions, exposure, margin, and liquidation risk.       |
| position\_management             | Help users understand position state and possible actions.      |
| liquidation\_protection          | Identify liquidation risk and risk-reduction options.           |
| funding\_rate\_opportunity       | Compare funding rates and possible opportunities.               |
| create\_optimal\_order           | Plan order parameters before preview.                           |
| hedging\_strategy                | Explore hedging options for existing exposure.                  |
| trading\_consultation            | Produce a structured trading analysis without executing orders. |

<h2 id="prompt-safety-rules">
  Prompt safety rules
</h2>

* Do not treat prompt output as financial advice.
* Do not execute trading tools unless the user explicitly asks.
* Use preview before create.
* Explain assumptions and data sources.
* Prefer testnet examples in public documentation.