# 分层方法

Euler 资产分为三个不同的层：隔离层、交叉层（跨层）和抵押层。

### **隔离层**

**隔离层**资产可以用来常规的借贷，但是它们不能作为抵押物使用来借出别的资产，它们也只能隔离使用。这意味着它们不能在相同抵押物的流动性池中使用。举例来说，如果一个用户用 USDC 和 DAI 来做抵押物(这两者都不是隔离层资产)，当用户想借一种隔离资产 ABC 时，他就只能借到 ABC。如果这时要借出另一种代币 XYZ，那么就需要在 Euler 上创建另外单独的账户（才能借到 XYZ）。

治理允许促进成为交叉层和抵押层（资产），但也可以改变借入因子。但是，隔离层中列出的所有资产都会有一个默认借入因子。

### 交叉层（跨层）

**交叉层(跨层)** 资产可以用于普通借贷，可以与其他资产一起使用，但不能作为抵押物使用。举例来说，如果一个用户用 USDC 和 DAI 做抵押物，那他可以在同一个账户内借到跨层资产 ABC 和 XYZ。

### 抵押层

**抵押层** 资产可以用来进行普通借贷，交叉借款，也可以作为抵押物。举例来说，一个用户可以存入 DAI 和 USDC 作为抵押物在一个账号中借到抵押层资产 UNI 和 LINK。EUL 持有者可以通过治理机制，投票决定这三类资产如何互相转化。


---

# 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://zenofchain.gitbook.io/euler-wen-dang-+-bai-pi-shu/feng-xian-kuang-jia/fen-ceng-fang-fa.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.
