# Overview

Users can create a lending or borrowing position, depending on the Eligible Collateral’s available markets. There are certain tokens which can be lent out (e.g. USDC), while other tokens may only be used as collateral to create a borrow position (e.g. deposit stETH, borrow ETH, with stETH applied towards your portfolio margin).

Depending on the token, lending or borrowing positions can be created on floating and fixed rate contract terms. Please refer to our [Product Guide](/product-guide/floating-rate-markets.md) for more details.

| Eligible Collateral | Lend Out | Borrow Against |
| ------------------- | -------- | -------------- |
| USDC                | Yes      | Yes            |
| USDT                | Yes      | Yes            |
| DAI                 | Yes      | Yes            |
| WETH                | Yes      | Yes            |
| WBTC                | Yes      | Yes            |
| aTokens             | No       | Yes            |
| cTokens             | No       | Yes            |
| Lido stETH Token    | No       | Yes            |

Further details on applying Eligible Collateral to your Trading Account's portfolio margin can be found in the Risk section.


---

# 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://faq.infinity.exchange/lending-and-borrowing/overview.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.
