# Providing of liquidity

In the [previous section](/tutorials/using-uno/staking-on-uno/choosing-a-pool-for-investment.md), we looked at what you need to pay attention to when choosing a pool for investment.

In this section, we will invest in UNO using the USDC-WETH pool as an example and learn how to track your profitability.

### &#x20;Staking

![](/files/Zbx7r0XdwYsziYJDogRo)

1. Expand the pool control elements by clicking on any free space within the frame;
2. Enter the quantity of USDC tokens;
3. Make a transaction by clicking on the "Approve USDC" button . This transaction allows UNO smart contract access to USDC tokens <img src="/files/YqC36REHd6uQ70q76M3c" alt="" data-size="line">;\
   If you do not have enough required tokens, you can always buy them on any exchange. We have prepared [detailed instructions](/tutorials/using-uno/staking-on-uno/providing-of-liquidity/tokens-exchange-in-defi.md) for you on how to do this.
4. The system will automatically calculate the number of WETH tokens that must also be invested in the pool. Click on the "Approve WETH" button to give UNO smart contract access to WETH tokens <img src="/files/U6WFOMmms6nPRK7gcqSS" alt="" data-size="line">;\
   Remember that when investing in a pool of several coins, you need to use an equal quantity (equal proportion) of tokens in dollar terms. For example, if you invest 1000 USDC in the USDC-WETH pool, you will need to invest 1000 USDC and WETH in the amount of approximately $1000. An exception is investing in the pools of the Balancer yield source, in which the pool is rebalanced automatically, which allows you to invest an arbitrary quantity of coins in the pool. When withdrawing funds from the pool, you can receive tokens in a different proportion (depending on the state of the pool at the time of withdrawal).
5. Make a transaction by clicking on the "Deposit"<img src="/files/ISD5CX4AVEZmc3hHbC6j" alt="" data-size="line"> button and wait for its completion.\ <mark style="color:green;">**Done - congratulations,**</mark> you've made your first investment on DeFi yeld pools via UNO!

### Yield tracking

![](/files/oWtXcH7niS2DFcr5IJ4M)

After successfully staking in UNO, you will see:

1. Updated balance in the pool you invested in (at Your Stake column);
2. Updated balance at Your Deposits in the top left corner of the app. This balance represents your total deposit in all pools;
3. Your expected daily profit in dollar terms at Expected daily profit.

In the "[Withdrawal](/tutorials/using-uno/staking-on-uno/withdrawal.md)" section, we will tell you how to withdraw tokens back to your wallet.


---

# 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.uno.farm/tutorials/using-uno/staking-on-uno/providing-of-liquidity.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.
