# Create wallet

First, sign in to your goodcryptoX account. Once signed in, go to the **DEXs** section of the app:

<figure><img src="/files/EbIm8xJ4lOlPy4AS0gFw" alt="" width="375"><figcaption></figcaption></figure>

Once on the DEXs page, tap any `Setup wallet` buttons to begin:

<figure><img src="/files/xk1deXBQEW9q6tSqv3F0" alt="" width="375"><figcaption></figcaption></figure>

This will create your **Solana wallet**. When you switch to any EVM network (Ethereum, Base, BNB Chain, or Arbitrum), wegoodcryptoX will automatically create a second wallet for all [supported EVM chains](/supported-blockchains.md).

You can now [receive](/wallets/built-in-wallet/receive-coins.md) coins to your wallet on your preferred [network](/supported-blockchains.md).  Clicking your wallet address opens the Wallet tab, where you can view your balance and perform key actions with your wallet. Clicking on your address inside the Wallet tab will reveal the full address:

<figure><img src="/files/plj3uJ3RLvffvpxMiGkT" alt="" width="375"><figcaption></figcaption></figure>

You have two wallet addresses: one for Solana and another for all supported EVM networks (Ethereum, Base, BNB Chain, and Arbitrum).

If you need an additional goodcryptoX wallet on the same network, you can create another goodcryptoX account. Multi-wallet support on the same network is coming soon.


---

# 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.goodcrypto.app/wallets/built-in-wallet/create-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.
