> For the complete documentation index, see [llms.txt](https://docs.dolomite.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dolomite.io/guide/depositing-to-dolomite.md).

# Depositing to Dolomite

To start enjoying Dolomite features, follow these steps to deposit assets into your Dolomite balance:

### Step 1: Accessing the Balance Page

Use this [link](/dolomite-balances.md) to directly access the Balances page. You can also always reach the Balances page by selecting the "Balances" tab on the top left of the web app.

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

### Step 2: Choose the Asset to Deposit

To select your preferred asset for deposit, locate the plus icon *(i.e ⊕)*, to the right of your desired asset and the **In Wallet** column.&#x20;

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

### Step 3: Enter Deposit Amount and Initiate Deposit

Enter the amount you'd like to deposit or use the "max" button to use your full wallet balance of that asset. Once the desired amount is entered, click the "Deposit" button. Note that for assets other than ETH, unlocking is required prior to depositing.&#x20;

{% hint style="info" %}
Ensure that you have enough ETH to pay the gas fee for the deposit.
{% endhint %}

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

### Step 4: Complete Deposit

Confirm the transaction within your connected wallet (MetaMask, WalletConnect, etc.) to complete the deposit. After your deposit is successfully confirmed, the asset will be displayed in your Dolomite Balance. Kindly note that there may be a slight delay of a few seconds before the deposit is fully reflected in your Dolomite Balance.

{% hint style="info" %}
The amount displayed at the top right of the Navigation bar shows the amount of ETH that you have in your wallet while your Dolomite Balance is displayed at the center of the main panel
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dolomite.io/guide/depositing-to-dolomite.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
