# Adding Assets to Your Wallet

1. Once logged into Coinbase and having purchased some ETH, click **Send & Receive.**

<figure><img src="https://lh7-us.googleusercontent.com/8TyWsQUgZNvACzG35i6AcQSXdGphJeUQHoop-f7EVlKUXpFgNlNpaxdZS7uKadcy6V2uMF4ITiGo5rcycMauKNa703cfk-7Ds9XUVNr3nHNlvJ40T6_5nK6IPeCdvEhRrJS4PH5DZ2dXyOFcvJyZBCQ" alt=""><figcaption></figcaption></figure>

2. Ensure you are toggled on ‘**Send**’ and input the amount of ETH you’d like to send.

<br>

<figure><img src="https://lh7-us.googleusercontent.com/latZ8zZXRdkrwBfHZIgIRiMk0sBF4FzHYZJinbjabNzBaa8vK9Mz0H_i4Qx5PkhNb1pfVBOv4sYDW3nJSj0-RuuLcqR1ISDR8FUcGbgTBiYRjLl-GkOj9r0VnvnCnqC0ZvZ53YeuSaco0AiPqtuWJqc" alt=""><figcaption></figcaption></figure>

3. Open your **Metamask** or other non-custodial wallet, and copy the Wallet Address (it will begin with “0x”) and paste it into the ‘**TO**’ field as the recipient.&#x20;

#### \*Note If you need help getting started with Metamask and creating a non-custodial wallet address, you can check out this [how-to guide](https://www.coindesk.com/learn/how-to-set-up-a-metamask-wallet/).

<figure><img src="https://lh7-us.googleusercontent.com/XnPERru0yhOJS1n-KquBbTD8xPRqB4ZM338tggkF_r847UizSUfctx92pxsKP1dVuLnNEVHfFU9mWHCF-mgpdHFYxURQCGUEpt5css_gjeQ7YmhNMkHNIm6dKg6Og4jk1Ykwj6TdwCDcgwNZ_0e1il4" alt=""><figcaption></figcaption></figure>

4. On the top right, in the **Network** dropdown, select “**Base**” as this is the network Seamless Protocol is built on.

<figure><img src="https://lh7-us.googleusercontent.com/6aeVdkkYBfetn_pt0WmOSqHDKeAX1rDwMwEbbNrU1GhrG3SSoRUOQC3Jrfnk8cL9Jg2_dR4RBw4bQH5C3Jq6HVaw2nhRv6R7eLj3jJxnujGqJybeS5E9QnNykF-Ilwc58786diNntZstfpKaaJAGTc4" alt=""><figcaption></figcaption></figure>

5. Once you hit **Send**, your ETH will be sent to your Metamask. This process may take a few minutes for your assets to appear in your Metamask wallet.

#### \*NOTE: You may choose to send a different crypto from Coinbase, but you would still need ETH on Base in order to pay for gas fees to place transactions. It is good practice to make sure you destination wallet has ETH in it to pay for gas.

<br>


---

# 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.seamlessprotocol.com/step-by-step-guides/adding-assets-to-your-wallet.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.
