# Deposit funds through Idle

This tutorial will guide you in the process of depositing new funds into Idle.

### **Before you start**

To ensure a smooth process be sure to have the following items ready:

* A supported EVM wallet (*Metamask*, *Coinbase wallet*,  Rabby)
* Underlying assets (DAI, USDC, USDT, WETH)
* Ether (ETH) to cover network fees (i.e. gas)

### Deposit&#x20;

1. Visit the Idle app at [app.idle.finance](https://app.idle.finance/#/dashboard)
2. In the header, select the *Earn* tab and then choose either the [Best Yield](https://docs.idle.finance/products/best-yield) or the [Yield Tranches](https://docs.idle.finance/products/yield-tranches) vaults
3. In the top-right corner click on *Connect Wallet* and then select the chain you want to deposit to from the drop-down menu
4. If the connection is successful, in the top right corner you will see the address of the wallet connected, as well as any IDLE balance (zero for new users)
5. Pick the vault you want to deposit to. For Yield Tranches you will need to select on which side (Senior/Junior) you want to deposit to
6. If it's the first time interacting with a vault, you will need first to approve the token spending
7. After the spending approval, you can deposit
8. The amount deposited will be transferred to the Idle smart contract and you will receive in back the LP token of the strategy you selected

{% hint style="warning" %}
Please note that you should not decrease the gas limit, and you should set the gas price to ensure the transaction completes promptly, otherwise, you will risk failed transactions and wasted gas fees.
{% endhint %}

If the Idle's website is down and you can't interact from the UI, you can always do so directly with the smart contracts. See the [Deposit funds through smart contracts](https://docs.idle.finance/other/guides/deposit-funds-smart-contracts) guide.&#x20;

Need further help? Check our [guides](https://docs.idle.finance/other/guides) list or get in contact on [Discord](https://discord.com/invite/mpySAJp).


---

# 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.idle.finance/other/guides/deposit-funds.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.
