# Funds landed on Layer 1

{% hint style="success" %}
Short answer:&#x20;

Because CEX/EOA Wallets are L1 by default and don’t support L2.
{% endhint %}

Basically every CEX (i.e; <mark style="color:yellow;">Coinbase/Binance</mark>) supports L1 for all their crypto assets– Bitcoin, Ethereum, Loopring, etc… Unless the exchange you are sending from has a direct-to-Loopring L2 withdrawal option then all tokens are sent via L1. Your Loopring Smart Wallet address is the same for both L1 and L2, so your tokens are not lost, they are simply deposited to the L1 portion of your wallet.

The same is true for EOA (Externally Owned Accounts) wallets like MetaMask. Unless this wallet has been connected to Loopring.io and activated for L2, all funds sent will go through L1 and not L2. Again, your tokens are not lost, they are simply deposited to the L1 portion of your wallet.

To gain access to those assets you will need to activate  the L1 portion of your wallet. Check these articles for a step-by-step approach on how to  activate the L1 portion of your wallet:

* [Activate L1 with funds from L2](/create-your-wallet/wallet-activation/video-guides.md#creation-vid-2)
* [Activate L1 with funds from CEX](/create-your-wallet/wallet-activation/video-guides.md#creation-vid-3)
* [Depositing from L1 to L2 using the Smart Wallet](/funding/deposit/in-app-l1-to-l2.md)


---

# 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-wallet.loopring.io/faqs/wallet-creation-faqs/funds-landed-on-layer-1.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.
