# Untitled Bank

## Untitled Bank

- [Overview](https://docs.untitledbank.co/readme.md)
- [Problem Statement](https://docs.untitledbank.co/readme/problem-statement.md)
- [Solution: Aggregated Lending](https://docs.untitledbank.co/readme/solution-aggregated-lending.md)
- [Banks](https://docs.untitledbank.co/core-concept/banks.md)
- [Layered Bank Structure](https://docs.untitledbank.co/core-concept/banks/layered-bank-structure.md)
- [Broad Asset Support](https://docs.untitledbank.co/core-concept/banks/broad-asset-support.md)
- [ICrosschainERC20 Vault (TBD)](https://docs.untitledbank.co/core-concept/banks/icrosschainerc20-vault-tbd.md): Previously SuperchainERC20 Vault
- [Markets](https://docs.untitledbank.co/core-concept/markets.md)
- [Layered Market Structure](https://docs.untitledbank.co/core-concept/markets/layered-market-structure.md)
- [Modular Architecture](https://docs.untitledbank.co/core-concept/markets/modular-architecture.md)
- [Permissionless and Flexible](https://docs.untitledbank.co/core-concept/markets/permissionless-and-flexible.md)
- [Advanced Risk Management](https://docs.untitledbank.co/core-concept/markets/advanced-risk-management.md)
- [Multiply (Leverage) Feature](https://docs.untitledbank.co/core-concept/markets/multiply-leverage-feature.md)
- [Bundler](https://docs.untitledbank.co/core-concept/markets/bundler.md)
- [Earn](https://docs.untitledbank.co/how-to/earn.md): Try Depositing on our testnet app
- [Borrow](https://docs.untitledbank.co/how-to/borrow.md)
- [Leverage / Repay with Collateral](https://docs.untitledbank.co/how-to/leverage-repay-with-collateral.md)
- [Standard Lending and Borrowing](https://docs.untitledbank.co/use-cases/standard-lending-and-borrowing.md)
- [Customized Vault Strategies](https://docs.untitledbank.co/use-cases/customized-vault-strategies.md)
- [Transform Treasury into a Profitable Vault](https://docs.untitledbank.co/use-cases/transform-treasury-into-a-profitable-vault.md)
- [Yield Optimization](https://docs.untitledbank.co/use-cases/yield-optimization.md)
- [Impermanent Loss Hedge](https://docs.untitledbank.co/use-cases/impermanent-loss-hedge.md)
- [How to create a market](https://docs.untitledbank.co/developer-docs/how-to-create-a-market.md)
- [How to create a bank](https://docs.untitledbank.co/developer-docs/how-to-create-a-bank.md)
- [Interest Rate Model](https://docs.untitledbank.co/developer-docs/interest-rate-model.md)
- [Oracle](https://docs.untitledbank.co/developer-docs/oracle.md)
- [Audit Report](https://docs.untitledbank.co/resources/audit-report.md)
- [Brand Asset](https://docs.untitledbank.co/brand-asset.md)
- [Risks for Lending Users](https://docs.untitledbank.co/risk-documentation/risks-for-lending-users.md): This section outlines the primary risks associated with Untitled Bank. By using this protocol, you acknowledge that you have read, understood, and accepted all risks outlined in this documentation.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.untitledbank.co/readme.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.
