# 개요

### 현물 자산 담보 대출

차입자는 현물 자산을 담보로 머니풀로부터 대출을 받을 수 있다. 현물 자산을 담보로 생성한 법적 계약을 통해 채권이 생성되고, 해당 채권 계약은 NFT 형태의 자산 채권 토큰(ABToken)과 연동된다. ABToken이 머니풀의 담보로 예치되고, 대출이 이루어짐에 따라 현물과 가상자산을 연동한 금융 서비스가 이루어질 수 있다.

### 가상자산 담보 대출

차입자는 소유한 가상자산을 담보로 다른 가상자산을 대출 받을 수 있다. 대출 이자율는 머니풀의 상태에 따라 달라지며, 차입자는 대출 받은 자산을 상환해야 담보를 해제하고 회수할 수 있다. 대출 만기는 따로 존재하지 않으며, 담보, 혹은 대출 받은 가상자산의 가격이 변동될 경우 담보가 청산될 수 있다.

### 머니풀 투자

차입자는 머니풀에 자금을 예치하고 유동성 공급을 대가로 수익을 받을 수 있다. 수익은 공급한 유동성을 통해 이루어지는 대출의 규모에 따라 달라진다. 차입자는 머니풀에서 예치했던 자산을 회수함으로써 투자를 종료할 수 있다.

### 자산 채권 토큰 투자&#x20;

대출자는 머니풀에 담보로 잡힌 예치된 자산 채권 토큰에 대해 해당 자산 채권 토큰에 대한 유동화된 자산 토큰인 AToken을 직접 구입하여 해당 현물 자산 담보 대출로부터 발생하는 대출이자를 독점할 수 있다. AToken 환매를 통해서 자금회수가 가능하며 환매 후 해당 AToken은 모두 소각된다.


---

# 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-v1.elyfi.world/services/service-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.
