# Locating initial funds

If you sent at least the full amount of funds to create a wallet, then your funds were used in the following ways:

* First, to pay the gas fees and create the wallet.
* Second, any leftover funds after paying the gas fees are deposited to the L1 portion of your wallet.

Loopring doesn't charge you to create a wallet. The only fee to create a Loopring Smart Wallet is the gas fee, which Loopring takes no profit from. This gas fee is used to pay the Ethereum blockchain miners to process the transaction and execute the smart contract for your wallet to be created on L1. Learn more about the fees in these articles:

* [Fee Types](/faqs/fee-faqs/fee-types.md)<br>
* [What are fees used for?](/faqs/fee-faqs/fee-reduction-tips.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/locating-initial-funds.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.
