# Collateral

To open a borrowing position, users must **first supply one of the available collateral assets**. The value of the collateral determines how much they can borrow from the protocol. Since Swaylend operates as an overcollateralized protocol, users should be aware that their debt cannot match the full value of the collateral on a 1:1 basis.&#x20;

Each available collateral asset has its own **Supply Cap**, which helps manage the protocol's risk. If an asset's Supply Cap reaches 100% on the Dashboard, users will not be able to deposit that asset and will need to choose one with remaining capacity.

Each collateral asset increases a user's borrowing capacity based on its **Borrowing Factor**, which represents the percentage of the collateral's value that can be borrowed. For example, if the Borrowing Factor for ETH is 90%, a user can borrow up to 90% of the USD value of their supplied ETH in the base asset.

<br>


---

# 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.swaylend.com/borrowing-base-asset/collateral.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.
