> For the complete documentation index, see [llms.txt](https://docs.soniclabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soniclabs.com/sonic/build-on-sonic/getting-started.md).

# Getting Started

Sonic offers developers two distinct networks to build and deploy their apps. First, the [Sonic testnet](https://testnet.soniclabs.com/) serves as a dedicated environment where you can rigorously test your smart contract code and deployments, ensuring everything functions correctly using faucet tokens.

Once your contracts are thoroughly vetted on the testnet, you can confidently deploy your live apps to the Sonic mainnet, the production environment where end users will interact with your apps.

The following are the network details:

{% tabs %}
{% tab title="Sonic Mainnet" %}

* **Network name**: Sonic
* **RPC URL:** [**https://rpc.soniclabs.com**](https://rpc.soniclabs.com)
* **Explorer URL:** [**https://sonicscan.org**](https://sonicscan.org)
* **Explorer API:** [**https://api.etherscan.io/v2/api?chainid=146**](https://api.etherscan.io/v2/api?chainid=146)
* **Chain ID**: 146
* **Currency symbol**: S
  {% endtab %}

{% tab title="Sonic Testnet" %}

* **Network name**: Sonic Testnet
* **RPC URL:** [**https://rpc.testnet.soniclabs.com**](https://rpc.testnet.soniclabs.com/)
* **Explorer URL:** [**https://testnet.sonicscan.org**](https://testnet.sonicscan.org)
* **Explorer API:** [**https://api.etherscan.io/v2/api?chainid=14601**](https://api.etherscan.io/v2/api?chainid=14601)
* **Chain ID**: 14601
* **Currency symbol**: S
* **Faucet:** [**https://testnet.soniclabs.com/account**](https://testnet.soniclabs.com/account)
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
To meet other builders and receive support, join the [official Sonic builders group](https://t.me/SonicBuilders).
{% endhint %}


---

# 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.soniclabs.com/sonic/build-on-sonic/getting-started.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.
