> ## Documentation Index
> Fetch the complete documentation index at: https://docs.canopy.deal/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Your Wallet and Set Up Robinhood Chain Network

Canopy runs exclusively on Robinhood Chain, an EVM-compatible Layer 2 network built on the Arbitrum Orbit stack. Before you can browse block markets or execute trades, your wallet must be configured for the correct network and hold enough of the native gas token to cover transaction fees. This guide walks you through every step — from installing a supported wallet to confirming an active connection inside the Canopy trading terminal.

## Supported Wallets

Canopy works with any EVM-compatible wallet. The most commonly used options are:

<CardGroup cols={3}>
  <Card title="MetaMask" icon="fox">
    The most widely used browser extension wallet. Available for Chrome, Firefox, Brave, and Edge.
  </Card>

  <Card title="Rabby" icon="shield">
    A security-focused browser extension that automatically detects and switches networks on supported dApps.
  </Card>

  <Card title="WalletConnect" icon="mobile">
    Connect any WalletConnect-compatible mobile wallet (Rainbow, Trust Wallet, Zerion, and more) by scanning a QR code.
  </Card>
</CardGroup>

## Steps

<Steps>
  <Step title="Install or open your wallet">
    If you do not yet have a wallet, install MetaMask or Rabby from their official websites, or open the app store on your mobile device for a WalletConnect-compatible wallet. Complete the wallet's own onboarding to create or import an account before continuing.
  </Step>

  <Step title="Add Robinhood Chain to your wallet">
    Robinhood Chain must be added as a custom network. In your wallet's network settings, create a new network using the fields below.

    | Field                  | Value                                                  |
    | ---------------------- | ------------------------------------------------------ |
    | **Network Name**       | Robinhood Chain                                        |
    | **RPC URL**            | `https://rpc.mainnet.chain.robinhood.com`              |
    | **Chain ID**           | `4663`                                                 |
    | **Currency Symbol**    | *(verify with official Robinhood Chain documentation)* |
    | **Block Explorer URL** | `https://robinhoodchain.blockscout.com`                |

    <Note>
      The RPC URL, Chain ID, and Block Explorer URL listed above are sourced from the canonical Canopy deployment configuration. Always confirm the current currency symbol from the official Robinhood Chain documentation before adding the network to your wallet.
    </Note>
  </Step>

  <Step title="Fund your wallet with the native gas token">
    Every on-chain action — connecting, approving tokens, creating or filling offers — requires a small amount of Robinhood Chain's native gas token to pay for transaction fees. Ensure your wallet holds a sufficient balance before proceeding.
  </Step>

  <Step title="Navigate to the Canopy app">
    Open your browser and go to [https://canopy.trade](https://canopy.trade). Make sure your wallet extension is active and unlocked before loading the page.
  </Step>

  <Step title="Click Connect Wallet">
    Locate the **Connect Wallet** button in the top-right corner of the Canopy interface and click it. A modal will appear listing the available connection methods.
  </Step>

  <Step title="Select your wallet type and approve the connection">
    Choose your wallet from the list — **MetaMask**, **Rabby**, or **WalletConnect** (for mobile). Your wallet will display a connection approval prompt. Review the requested permissions, then click **Connect** or **Approve** to authorize the Canopy terminal to read your address.
  </Step>

  <Step title="Confirm you are on the correct network">
    After connecting, check two places:

    1. **Your wallet** — the network indicator in your wallet's header should read "Robinhood Chain."
    2. **The Canopy app header** — the network badge next to your address should also show Robinhood Chain.

    If both match, your wallet is properly connected and you are ready to trade.
  </Step>
</Steps>

## Troubleshooting

<Warning>
  Never share your private key or seed phrase with any website, including Canopy. The Canopy interface will never ask for this information. Anyone requesting it is attempting to steal your funds.
</Warning>

<Note>
  If you see a **Wrong Network** banner in the Canopy interface, your wallet is connected to a different network. Open your wallet, switch the active network to Robinhood Chain, and the warning will clear automatically.
</Note>

<Tip>
  Rabby Wallet automatically detects the network required by each dApp and prompts you to switch. If you use Rabby, you may not need to add Robinhood Chain manually — Rabby will offer to add and switch on first visit to Canopy, making initial setup significantly faster.
</Tip>
