> 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="warning" %}
Note: the public RPC API has a limit on requests per second and a maximum batch size per call.
{% endhint %}

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