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

# Deposit

This page will demonstrate how to deposit an asset in Cedro Finance.

* Go to  <https://docs.cedro.finance/> and connect your wallet.

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

* In the navigation bar, click on Get Test Token button to receive Cedro test tokens (assets to deposit) and Native test tokens (for gas).

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

* Go to the Market tab from the navigation bar, where you can choose the network and the asset you want to deposit. Click on the Detail button to learn more about the asset.

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

* On the asset detail page, click on the Supply button. You will be prompted to change the network to the network of the asset if you aren't already connected.

<figure><img src="/files/4BidQrhIY7r6oH1LAAic" alt=""><figcaption></figcaption></figure>

* Enter the amount you want to supply and click on Supply.

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

That's all from your side. Voila! you've done your first deposit on Cedro Finance. The information will be sent to the Root chain. After that, your transaction will be successful. The status of a transaction can be tracked in the Transaction History tab from Dashboard.

The asset supplied will show up in your collateral list in the Dashboard after it is successful. You'll also receive ceUSDC which will be burnt when you withdraw.

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

Keep playing around and add assets to your portfolio!


---

# 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.cedro.finance/how-to-use/deposit.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.
