# Selecting a Network

You may deploy a Revenue Path on the EVM-compatible blockchains below. Additionally, refer to each network tab to see the current supported [Tiers](/reveel-protocol-v2-documentation/protocol-concepts/tiers.md)tokens. For more info on how to set up Tiers, please refer to [Adding Revenue Path Tiers](/reveel-protocol-v2-documentation/getting-started/adding-revenue-path-tiers.md).

{% tabs %}
{% tab title="Ethereum" %} <img src="/files/Q1ir4HbGDHUpZ0oZihHl" alt="" data-size="line"> **Contract**: [0xae4EfaEB758f149f9C780268986537E45Bd57d7C](https://etherscan.io/address/0xae4EfaEB758f149f9C780268986537E45Bd57d7C)

* <img src="/files/Q1ir4HbGDHUpZ0oZihHl" alt="" data-size="line"> **Ethereum** (ETH)
* <img src="/files/EXis5tkDzOBbOxiwyQMT" alt="" data-size="line"> **Wrapped Ether** (WETH)
* <img src="/files/bn2I0KquW1U1doYHTRqd" alt="" data-size="line"> **USD Coin** (USDC)
* <img src="/files/eQ4iQyPbSdAewlBXdTcW" alt="" data-size="line"> **DAI** (DAI)
  {% endtab %}

{% tab title="Polygon" %} <img src="/files/KpiyEtvdfbUJq1XeXixb" alt="" data-size="line"> **Contract**: [0xEF44D8e4eAb1ACB4922B983253B5B50386E8668E](https://polygonscan.com/address/0xEF44D8e4eAb1ACB4922B983253B5B50386E8668E)

* <img src="/files/KpiyEtvdfbUJq1XeXixb" alt="" data-size="line"> **Polygon** (MATIC)
* <img src="/files/jWybHEYFs1M66k9Cv5us" alt="" data-size="line"> **Wrapped MATIC** (WMATIC)
* <img src="/files/EXis5tkDzOBbOxiwyQMT" alt="" data-size="line"> **Wrapped Ether** (WETH)
* <img src="/files/bn2I0KquW1U1doYHTRqd" alt="" data-size="line"> **USD Coin** (USDC)
  {% endtab %}

{% tab title="Optimism" %} <img src="/files/fpGsVtqlNpcG8Yl6D0cg" alt="" data-size="line"> **Contract**: [0xEF44D8e4eAb1ACB4922B983253B5B50386E8668E](https://optimistic.etherscan.io/address/0xef44d8e4eab1acb4922b983253b5b50386e8668e)

* <img src="/files/fpGsVtqlNpcG8Yl6D0cg" alt="" data-size="line"> **Optimism** (OP)
* <img src="/files/EXis5tkDzOBbOxiwyQMT" alt="" data-size="line"> **Wrapped Ether** (WETH)
* <img src="/files/bn2I0KquW1U1doYHTRqd" alt="" data-size="line"> **USD Coin** (USDC)&#x20;
  {% endtab %}

{% tab title="Arbitrum" %} <img src="/files/lIm6h27bJaQOpN25eUB6" alt="" data-size="line"> **Contract**: [0xEF44D8e4eAb1ACB4922B983253B5B50386E8668E](https://arbiscan.io/address/0xef44d8e4eab1acb4922b983253b5b50386e8668e)

* <img src="/files/EXis5tkDzOBbOxiwyQMT" alt="" data-size="line"> **Wrapped Ether** (WETH)
* <img src="/files/bn2I0KquW1U1doYHTRqd" alt="" data-size="line"> **USD Coin** (USDC)&#x20;
* <img src="/files/eQ4iQyPbSdAewlBXdTcW" alt="" data-size="line"> **DAI** (DAI)
  {% endtab %}

{% tab title="Aurora" %} <img src="/files/B1e908qMTwaMLEaeydEc" alt="" data-size="line"> **Contract**: [0x25A7516406FEe7394d40ece9f3EbFaB2a592b4ec](https://explorer.mainnet.aurora.dev/address/0x25A7516406FEe7394d40ece9f3EbFaB2a592b4ec)

* <img src="/files/Q1ir4HbGDHUpZ0oZihHl" alt="" data-size="line"> **Ethereum** (ETH)
* <img src="/files/EXis5tkDzOBbOxiwyQMT" alt="" data-size="line"> **Wrapped Ether** (WETH)
* <img src="/files/bn2I0KquW1U1doYHTRqd" alt="" data-size="line"> **USD Coin** (USDC)
* <img src="/files/eQ4iQyPbSdAewlBXdTcW" alt="" data-size="line"> **DAI** (DAI)
  {% endtab %}
  {% endtabs %}

To create a Revenue Path in your network of choice, navigate to the Reveel app home page and click the network selector above the "New Revenue Path" button.

![](/files/M0SX3P3fPRBkGkca5NYx)

Select the network where you'd like your Revenue Path to be created.

![](/files/QrSLJ5wvrvTLWTUpLnud)

Finally, confirm the network switch in your wallet.

![](/files/KdCG6kM8cJBxPyCkBSHs)

That's it! The rest of the process is the same as you would normally follow by [Creating a Revenue Path](/reveel-protocol-v2-documentation/getting-started/creating-a-revenue-path.md).


---

# 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.r3vl.xyz/reveel-protocol-v2-documentation/getting-started/selecting-a-network.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.
