> For the complete documentation index, see [llms.txt](https://docs.kinto.xyz/kinto-the-modular-exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kinto.xyz/kinto-the-modular-exchange/user-guides/usdk-lend-and-borrow-market/supply-usdc-to-usdk-lending-market.md).

# Supply USDC to $K Lending Market

Navigate to the Kinto Token asset page and scroll down to the Lending Market section. Once there, you will be able to see the current USDC supply, the total USDC borrowed and the borrow rate as well as the supply rate APY. Click 'supply' to supply USDC to the lending market.&#x20;

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

You will then see a window to input the amount you want to supply. Enter the amount into the box then click 'deposit'.&#x20;

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

You will. need to sign two transactions with your passkey. Please click 'confirm transaction' to sign the first with your passkey.&#x20;

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

You will then see a loading screen, please be patient and wait for the tx to complete.&#x20;

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

Once it is complete, you will see the below. Click 'continue' to proceed to the next tx.&#x20;

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

Sign the final tx with your passkey to deposit the USDC to Morpho.&#x20;

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

Once complete, you will see the below image. Click 'continue'.&#x20;

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

You will then return to the previous screen. You can there see the amount you have supplied under 'You Supplied' as well as the option to supply more or withdraw in the future.&#x20;

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


---

# 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.kinto.xyz/kinto-the-modular-exchange/user-guides/usdk-lend-and-borrow-market/supply-usdc-to-usdk-lending-market.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.
