> ## Documentation Index
> Fetch the complete documentation index at: https://walletconnect-pay-docs-rtomas-add-merchant-networks-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a network to a merchant

> Configure the networks, settlement addresses, and tokens a merchant accepts from the WalletConnect Pay dashboard.

Each network on a merchant defines where WalletConnect Pay settles funds and which tokens buyers can pay with. This guide adds a network to an existing merchant from the dashboard in a few steps.

<Info>
  Don't have access to the dashboard yet? [Contact sales](https://share.hsforms.com/19Dpp4ayYR9uriB3xNAh0JAnxw6s) to get started.
</Info>

<Steps>
  <Step title="Open the dashboard" stepNumber="1">
    Go to the [WalletConnect Pay dashboard](https://merchant.pay.walletconnect.com/) and sign in if prompted.
  </Step>

  <Step title="Select the merchant" stepNumber="2">
    Choose the merchant you want to configure from the list. The merchant page shows its details and **Active settlement destinations** — every network, address, and token it currently accepts.
  </Step>

  <Step title="Open the wallet manager" stepNumber="3">
    Click **Edit wallets** to open the **Manage crypto wallets** dialog.

    <Frame>
      <img src="https://mintcdn.com/walletconnect-pay-docs-rtomas-add-merchant-networks-guide/gtYMaDTyD3XI32Ko/images/payments/merchant-networks/edit-wallets.png?fit=max&auto=format&n=gtYMaDTyD3XI32Ko&q=85&s=1bb283a707dbfc6b76353f186cbc922c" alt="Merchant page in the WalletConnect Pay dashboard with the Edit wallets button highlighted" width="2492" height="1482" data-path="images/payments/merchant-networks/edit-wallets.png" />
    </Frame>
  </Step>

  <Step title="Add a network" stepNumber="4">
    Click **Add network** to open the **Add network** dialog.

    <Frame>
      <img src="https://mintcdn.com/walletconnect-pay-docs-rtomas-add-merchant-networks-guide/gtYMaDTyD3XI32Ko/images/payments/merchant-networks/manage-wallets.png?fit=max&auto=format&n=gtYMaDTyD3XI32Ko&q=85&s=a227eaf41d8bddb3e902f8c173beecf1" alt="Manage crypto wallets dialog listing configured networks with the Add network button" width="1002" height="1570" data-path="images/payments/merchant-networks/manage-wallets.png" />
    </Frame>
  </Step>

  <Step title="Select the network" stepNumber="5">
    Open the **Network** dropdown and pick the network you want to add — for example, Ethereum, OP Mainnet, or Solana.

    <Frame>
      <img src="https://mintcdn.com/walletconnect-pay-docs-rtomas-add-merchant-networks-guide/gtYMaDTyD3XI32Ko/images/payments/merchant-networks/add-network.png?fit=max&auto=format&n=gtYMaDTyD3XI32Ko&q=85&s=c5653e740c456db49d5fa852e6f677a8" alt="Add network dialog with the network selector and wallet address field" width="1008" height="948" data-path="images/payments/merchant-networks/add-network.png" />
    </Frame>
  </Step>

  <Step title="Enter the settlement address" stepNumber="6">
    In the **Wallet address** field, paste the address that will receive settled funds on the selected network.

    <Warning>
      Double-check the address before saving. Settlements are on-chain and cannot be reversed. Use an address on the same network you selected in the previous step.
    </Warning>
  </Step>

  <Step title="Select the tokens" stepNumber="7">
    Under **Tokens**, select each token the merchant should accept on this network — for example, ETH and USDC. A checkmark marks the selected tokens.

    <Frame>
      <img src="https://mintcdn.com/walletconnect-pay-docs-rtomas-add-merchant-networks-guide/gtYMaDTyD3XI32Ko/images/payments/merchant-networks/select-tokens.png?fit=max&auto=format&n=gtYMaDTyD3XI32Ko&q=85&s=bb32c2180c8450bdb121d4d7c4bb9f74" alt="Add network dialog showing the token list with ETH and USDC selected" width="1050" height="1628" data-path="images/payments/merchant-networks/select-tokens.png" />
    </Frame>

    <Note>
      Only tokens supported on the selected network appear in the list. See [Token & Chain Coverage](/payments/token-and-chain-coverage) for the full list.
    </Note>
  </Step>

  <Step title="Save the network" stepNumber="8">
    Click **Add network**. The new network appears in **Active settlement destinations** and buyers can immediately pay with the tokens you selected.
  </Step>
</Steps>

## Next steps

* Repeat these steps to add more networks to the same merchant.
* Configuring settlement programmatically instead? See the [Merchant API quickstart](/payments/merchant/quickstart).
