# Quickstart

{% hint style="warning" %}
Replace the `TODO` values before publishing. Keep names consistent across **Networks**, **Wallet setup**, **Quickstart**, and **API** pages.
{% endhint %}

### Values you need to fill

* Mainnet chain ID
* Testnet chain ID
* Public RPC URL(s)
* WebSocket URL(s)
* Explorer base URL
* Native token symbol and decimals
* Faucet URL and daily limits (testnet)

You’ll do three things. Add a network, fund an address, and send a transaction.

{% stepper %}
{% step %}

### 1) Add the network

* Get the values from [Networks](https://svpchain.gitbook.io/svpchain-docs/overview/networks).
* Add them in your wallet settings.

**Required**

* RPC: TODO
* Chain ID: TODO
  {% endstep %}

{% step %}

### 2) Fund an address

* Testnet: use the [Faucet](https://svpchain.gitbook.io/svpchain-docs/get-started/faucet-testnet).
* Mainnet: bridge or exchange flow (TODO).
  {% endstep %}

{% step %}

### 3) Send your first transaction

* Use your wallet UI.
* Or use JSON-RPC calls (TODO).
  {% endstep %}
  {% endstepper %}

### Next steps

<table data-view="cards"><thead><tr><th>Build from here</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Set up a local toolchain</td><td><a href="../build/dev-environment">dev-environment</a></td></tr><tr><td>Deploy a smart contract</td><td><a href="../build/deploy-a-contract">deploy-a-contract</a></td></tr><tr><td>Index chain data</td><td><a href="../build/indexing-and-events">indexing-and-events</a></td></tr></tbody></table>
