# Connect to the Mainnet&#x20;

Pando Lab maintains a mainnet environment for production release products on pando network. **Pando network uses chain id as pandonet for mainnet**

## What's Inside with important Link&#x20;

<table><thead><tr><th width="449">Index</th></tr></thead><tbody><tr><td><a href="https://docs.pandoproject.org/pandoproject/blockchain-integration/connect-to-the-mainnet/using-pre-compiled-binaries"><strong>1. Using Pre-Compiled Binaries</strong></a></td></tr><tr><td><a href="https://docs.pandoproject.org/pandoproject/blockchain-integration/connect-to-the-mainnet/using-code"><strong>2. Using Code</strong></a></td></tr><tr><td><a href="https://wallet.pandoproject.org/"><strong>3. Production Wallet Link</strong></a></td></tr><tr><td><a href="https://explorer.pandoproject.org/"><strong>4. Production Explorer Link</strong></a></td></tr><tr><td><a href="https://chainapi.pandoproject.org/"><strong>5. API Reference Link</strong></a></td></tr><tr><td><a href="https://github.com/pandoprojects"><strong>6. GitHub Link</strong></a></td></tr><tr><td><a href="https://github.com/pandoprojects"><strong>7. Contact us on Discord</strong></a></td></tr></tbody></table>


---

# Agent Instructions: 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.pandoproject.org/pando-network-docs/blockchain-integration/connect-to-the-mainnet.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.
