# How to Receive (Deposit) a Token

## Can one wallet address receive multiple tokens? <a href="#uf1j32a2efk5" id="uf1j32a2efk5"></a>

Yes, a single wallet address can receive multiple tokens on the same blockchain. For example, one address on BNB Smart Chain can receive any BEP-20 token (BNB, USDT, C98, and others) without needing a separate address per token.

{% hint style="warning" %}
**Important:** Before sharing your address to receive funds, always confirm that the selected network in Coin98 exactly matches the sender's withdrawal network. Sending assets over the wrong network (for example, sending BEP-20 tokens to an ERC-20 address) may result in permanent asset loss that cannot be reversed.
{% endhint %}

## How to receive a token <a href="#uf1j32a2efk5" id="uf1j32a2efk5"></a>

Receiving a token in Coin98 Super Wallet means copying the wallet address for the correct wallet and network, then sharing that address with the sender or exchange so they can send funds to you.

***Option 1**:*&#x20;

**Step 1:** Click on **Receive** from the Home page => select or search for the token you want to receive

**Step 2:** If the wallet you want to receive the token to is not the currently active one, tap the expand icon to switch to your desired wallet.

**Step 3**: Copy the wallet address

<figure><img src="/files/SlbYoubsIXhbgOCq7le2" alt=""><figcaption></figcaption></figure>

***Option 2**:*&#x20;

If the wallet you want to use is already active, you can open the token first and then click **Receive**.

<figure><img src="/files/GVyO0MDOkaOAspOEk8ES" alt=""><figcaption></figcaption></figure>

***Option 3**:*&#x20;

You can also copy the wallet address from the **Manage Walle**t section. This is useful when you want to get the address for a specific wallet directly instead of accessing it from a token screen.

{% hint style="warning" %}
Tokens on the same blockchain network share the same wallet address. Always make sure you select the correct network for the token you want to receive to avoid asset loss.
{% endhint %}

**Step 1**: On the Home screen, click on the OneID logo at the top left corner.

**Step 2**: Click on **My Wallets** => Choose the wallet that you want to receive the tokens

**Step 3**: Click **View all wallet addresses** => Click on Copy icon next to the wallet whose address you want to get

<figure><img src="/files/DOrxjZZ1lvecRIWbVlgj" alt=""><figcaption></figcaption></figure>

### How do you choose the correct network when receiving a token?

You should choose the network that matches the token transfer you expect to receive. As the same wallet can have different addresses on different networks, and choosing the wrong network can result in a deposit that does not arrive in the intended wallet.

#### Key terms

* **Wallet address:** A unique string of characters used to receive tokens on a blockchain network. Share this address with the sender so they can transfer tokens to your wallet
* **Network**: The blockchain where the token is transferred and stored, such as Ethereum, BNB Smart Chain, or Solana. The selected network must match the sender’s transfer network.
* **Active wallet:** The wallet currently selected and in use in Coin98 Super Wallet. Any received assets will appear in this wallet if the correct network is chosen.
* **Token:** A digital asset supported by a network that can be stored, sent, and received in your wallet.

### FAQs

#### Can I receive different tokens to the same wallet address?

Yes. Tokens supported on the same network can use the same wallet address. The important part is that the transfer must be sent on the correct network.

#### Where can I find all of my wallet addresses?

Open the Sidebar, go to My Wallets, select a wallet, then choose View all wallet addresses.

#### What happens if I choose the wrong network?

If you choose the wrong network, the deposit may not show up in the wallet you expected. Always confirm the network before sharing the address.

#### Why does the same wallet address receive multiple tokens?

Because tokens on the same network share the same wallet address. The token type changes, but the receiving address stays the same for that network.

### Risks and considerations

* Always confirm the token network before sharing your address.
* Do not send funds to an address on the wrong network.
* Double-check the copied address before using it for a transfer.
* If a transfer is sent incorrectly, recovery may not be possible.


---

# 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.coin98.com/products/coin98-super-wallet/mobile/asset-management/v15-how-to-receive-deposit-a-token.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.
