> ## Documentation Index
> Fetch the complete documentation index at: https://docs.krypta-pay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Going Live

## Going Live Checklist

Before switching to production, you have few things to do.

<Check>
  * Obtain Production API credentials.
  * Securely store API keys.
  * Use HTTPS for all requests.
  * Configure webhook endpoints.
  * Verify webhook signatures.
  * Implement retry logic with exponential backoff.
  * Use idempotency keys for all write operations.
  * Log request IDs for troubleshooting.
  * Complete end-to-end testing in the Sandbox environment.
</Check>
