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

# Production Launch Checklist

Use this checklist before exposing 6MM-powered trading capabilities to real users.

<h2 id="integration-readiness">
  Integration readiness
</h2>

* Production domains and redirect paths are confirmed.
* Trading Widget, Agent SDK, API, or WebSocket flows have been tested end to end.
* Partner backend stores all secrets server-side.
* Webhook receiving, signature verification, retry handling, and idempotency are enabled.
* Logs include request IDs, user mapping IDs, order IDs, and timestamps.

<h2 id="product-and-resource-readiness">
  Product and resource readiness
</h2>

* Entry points, banners, and card assets use the approved language version.
* White-label assets are used only when the cooperation agreement allows it.
* User-facing risk prompts and trading entry copy are reviewed by the partner team.
* Support and escalation owners are assigned.

<h2 id="operational-readiness">
  Operational readiness
</h2>

* Monitoring covers API errors, token issuance, widget initialization, webhook failures, and order lifecycle events.
* Emergency contact paths are confirmed.
* Rollback or temporary disablement plan is prepared for the trading entry.