> For the complete documentation index, see [llms.txt](https://docs.idle.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idle.finance/products/yield-tranches/guides/live-yts-guides/clearpool-usdc.md).

# Clearpool USDC

This tutorial will guide users in the process of depositing new funds on the Clearpool YTs on top of the USDC market.

## <mark style="color:blue;">Ethereum</mark>

### 1. Deposit USDC in Idle's Clearpool YTs

Go to [Idle Finance](https://idle.finance/#/tranches/clearpool/USDC) and enjoy the different risk-return profiles of the Yield Tranches.

* Choose the Yield Tranches of preference by selecting *Yield Tranches* under the *Earn* section in the top-bar

{% hint style="info" %}
Using **Senior Tranches**, in case of hacks or losses, users' funds will be covered by the funds deposited in the Junior Tranche.

Using **Junior Tranches**, in case of hacks or losses, users' funds will be employed first to cover Senior depositors' funds and then shared among Junior users.
{% endhint %}

1. Type in the USDC amount to deploy liquidity in the Tranche
2. Click on *Approve* to approve the token spending limit (1st Tx)
3. Once the spending approval is confirmed, the user will be able to deposit USDC
4. Click on *Deposit* to deposit the funds (2nd Tx)
5. The user will receive back `idle_cpWIN-USDC-LP` tokens for the asset deposited depending on the side of the PYTs chosen (*AA\_idle\_cpWIN-USDC* for Senior, *BB\_idle\_cpWIN-USDC* for Junior)


---

# 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.idle.finance/products/yield-tranches/guides/live-yts-guides/clearpool-usdc.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.
