# Deposit

## Deposit Process

1. Access the Market or Deposit page and choose the asset you want to deposit.
2. Approve the token to be used by the contract. (We require to approve the token you want before each deposit a user do for enhanced security)
3. Specify the amount you wish to deposit and complete the transaction. Once confirmed, your deposit will be successfully processed.
4. You now receive continuous interest for providing liquidity to the protocol.

## Withdrawal Process

1. To initiate a withdrawal, go to the Market or Dashboard section and select "Withdraw" on the asset you want.
2. Choose the desired withdrawal amount and complete the transaction.
3. Ensure there is enough available liquidity in the protocol to proceed with the withdrawal. If liquidity is insufficient, you may need to wait for more deposits from other users or for borrowers to repay their loans before withdrawing your desired amount.

## Collateral Management

* All deposits are automatically enabled as collateral. However, you can opt out for each asset in the Dashboard by toggling the "Collateral" button.
* Collateralizing an asset can increase your borrowing capacity and health factor but exposes it to potential liquidation if your balance becomes insolvent.
* You can withdraw collateral-enabled assets provided they are not currently being used as collateral for borrowing, and their withdrawal would not trigger a loan liquidation.


---

# 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.eris-finance.com/protocol-details/deposit.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.
