# Docs of BitLen

## Docs of BitLen

- [INTRODUCTION](https://docs.bitlen.io/introduction.md)
- [How Deposit Works](https://docs.bitlen.io/lending/how-deposit-works.md): How to Deposit BTC and ETH on BitLen.
- [Lending APR](https://docs.bitlen.io/lending/lending-apr.md)
- [Bitcoin Layer2](https://docs.bitlen.io/assets-list/bitcoin-layer2.md)
- [on Core](https://docs.bitlen.io/assets-list/bitcoin-layer2/on-core.md)
- [on B² Network](https://docs.bitlen.io/assets-list/bitcoin-layer2/on-b-network.md)
- [on Bitlayer](https://docs.bitlen.io/assets-list/bitcoin-layer2/on-bitlayer.md)
- [Borrow Cap](https://docs.bitlen.io/borrowing/borrow-cap.md)
- [Borrowing BTC](https://docs.bitlen.io/borrowing/borrowing-btc.md)
- [Health Factor](https://docs.bitlen.io/borrowing/health-factor.md)
- [Minimal Liquidation](https://docs.bitlen.io/borrowing/minimal-liquidation.md): The users must ensure that the health factor of their position remains at or above 1. If the health factor drops below 1, a liquidator has the power to initiate the liquidation process and obtain the
- [Debt ceiling](https://docs.bitlen.io/borrowing/debt-ceiling.md)
- [Oracle](https://docs.bitlen.io/borrowing/oracle.md)
- [Flash Borrow(Soon)](https://docs.bitlen.io/borrowing/flash-borrow-soon.md)
- [Social Media](https://docs.bitlen.io/official-link/social-media.md)
- [Media Kit](https://docs.bitlen.io/official-link/media-kit.md): Prohibition of use to the extent not permitted
- [Audit](https://docs.bitlen.io/security/audit.md): BitLen always puts the safety of its users' assets in the first place
- [Developer Docs](https://docs.bitlen.io/developer-coming-soon/developer-docs.md)
- [Terms of Use](https://docs.bitlen.io/terms-of-use.md)


---

# 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.bitlen.io/introduction.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.
