> For the complete documentation index, see [llms.txt](https://docs.untitledbank.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.untitledbank.co/core-concept/banks.md).

# Banks

At Untitled Bank, anyone can create a **Bank** in the form of an [ERC-4626 vault](https://ethereum.org/en/developers/docs/standards/tokens/erc-4626/). Each Bank functions as an independent lending vault, holding a single loan asset and serving specific lending markets within the platform.

Banks are created and managed by **Bank Operators**—which can include individuals, financial institutions, DAOs, or project treasuries. Untitled Bank’s **permissionless** design allows anyone to become a Bank Operator, fostering diverse participation.

The **Layered Bank Structure** ensures that all users, regardless of their DeFi expertise, can participate seamlessly. Untitled Bank combines the advantages of monolithic lending platforms like [AAVE](https://aave.com/) and [Compound](https://compound.finance/) with modular systems like [Morpho](https://morpho.org/) and [Euler](https://www.euler.finance/), introducing a new era of customizable lending.

**Users can:**

* **Earn passive income** by depositing their assets to the Bank
* **Select Core Bank to delegate risk management to the DAO** for a simplified experience.
* **Select Custom Banks** based on personalized risk appetites and strategies.

***

#### **Glossary**

* **Bank**: A vault containing an ERC-20 (or [ICrosschainERC20](https://specs.optimism.io/interop/token-bridging.html)) asset, representing a lending market on the platform.
* **Bank Operator**: The creator and owner of the Bank (vault) with full control over its management.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.untitledbank.co/core-concept/banks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
