> For the complete documentation index, see [llms.txt](https://docs.trustlesswork.com/trustless-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlesswork.com/trustless-work/v2-en/go-to-mainnet/introduction.md).

# Introduction

### Go to Mainnet

Moving to mainnet is the final step to bring your integration into production. It involves switching from test environments to live network configurations, where all interactions execute with real assets and users.

Before proceeding, ensure your application has been fully tested on testnet and follows security best practices. Proper setup is critical to guarantee safe, reliable, and production-ready behavior.

For most integrations, the move starts with three changes:

1. Use the correct **mainnet asset issuer**.
2. Switch your API requests to the **mainnet base URL**.
3. Generate and use a **mainnet API key**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.trustlesswork.com/trustless-work/v2-en/go-to-mainnet/introduction.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.
