# Create a crypto wallet

### Create your wallet

This guide uses SafePal as the example wallet.

1. Download the [SafePal app](https://www.safepal.com/en/download).
2. Install the app.
3. Follow the official guide to [create a software wallet](https://docs.safepal.io/safepal-app/how-to-create-a-safepal-software-wallet).

{% hint style="danger" %}
Always store your seed phrase securely and *never* share it.\
Anyone with your seed phrase has full access to your wallet.
{% endhint %}

![SafePal wallet setup screen used during wallet creation.](/files/GwfYEV3EV8b8hK3PeO4M)

### Add FEG to your wallet

1. Open the app and go to **Wallet**.
2. Open the menu with the three dots on the right.
3. Select **Manage Coins**.
4. Search for `FEG` or use this BNB Chain contract:

```
0xF3c7CECF8cBC3066F9a87b310cEBE198d00479aC
```

5. For this guide, choose **FEG on BNB Chain**.

<figure><img src="/files/dPLVWN7T6bU9jv7ur9aH" alt="SafePal token search screen showing FEG on BNB Chain"><figcaption><p>Search for FEG and confirm you select the BNB Chain version.</p></figcaption></figure>

FEG now appears in your wallet list.

### Add FEG manually as a custom token

If your wallet does not list FEG in search, add it manually with this BNB Chain contract:

```
0xF3c7CECF8cBC3066F9a87b310cEBE198d00479aC
```

Wallets such as MetaMask may require this step.

{% hint style="warning" %}
Make sure the network is **BNB Chain** before you confirm the token details.
{% endhint %}

Use the example below as a reference.

<figure><img src="/files/BQIKIj4rmXcDl0JeysJR" alt="Custom token form with the FEG contract on BNB Chain"><figcaption><p>Use the FEG contract on BNB Chain when you add the token manually.</p></figcaption></figure>


---

# 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.feg.io/feg-smartdefi-tm/how-to-buy-feg/create-a-crypto-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.
