# Deep Lake: Accelerate Bitcoin Development

## Deep Lake: Accelerate Bitcoin Development

- [Welcome to Deep Lake](https://developers.deeplake.fi/deep-lake-btc-defi/readme.md)
- [Introduction](https://developers.deeplake.fi/deep-lake-btc-defi/introduction.md): Deep Lake brings into your application a direct line to l1 Bitcoin with only a few lines of code—securely & trustlessly through BTC-native technologies like PSBTs, DLCs, Taproot, and Bitcoin Script.
- [API Overview](https://developers.deeplake.fi/deep-lake-btc-defi/deep-lake-bitcoin-api/api.md): Deep Lake's API makes native Bitcoin operations accessible.
- [Testnet](https://developers.deeplake.fi/deep-lake-btc-defi/deep-lake-bitcoin-api/testnet.md): Deep Lake strongly suggests testing on Bitcoin Testnet first.
- [Wallets](https://developers.deeplake.fi/deep-lake-btc-defi/deep-lake-bitcoin-api/wallets.md): Deep Lake APIs support a variety of wallets.
- [API Reference](https://developers.deeplake.fi/deep-lake-btc-defi/deep-lake-bitcoin-api/reference.md)
- [Asset Limits](https://developers.deeplake.fi/deep-lake-btc-defi/deep-lake-bitcoin-api/limits.md)
- [Introduction](https://developers.deeplake.fi/deep-lake-btc-defi/deep-lake-oracle/introduction-to-deep-lake-oracle.md)
- [Overview & Responsibilities](https://developers.deeplake.fi/deep-lake-btc-defi/security/overview-of-security-and-risks.md): Ensuring the security and integrity of our services and the data of our users is a paramount concern at Deep Lake.
- [Overview](https://developers.deeplake.fi/deep-lake-btc-defi/flows-api/overview.md)
- [Staking](https://developers.deeplake.fi/deep-lake-btc-defi/flows-api/digital-assets.md)
- [Lending (Coming Soon)](https://developers.deeplake.fi/deep-lake-btc-defi/flows-api/coming-soon.md)
- [Bitcoin Collateralization](https://developers.deeplake.fi/deep-lake-btc-defi/flows-api/btc-collateralization.md)
- [Bitcoin Liquidity](https://developers.deeplake.fi/deep-lake-btc-defi/guides/bitcoin-liquidity.md): Native Bitcoin Liquidity Locking in 10 Minutes
- [Proof of Reserve](https://developers.deeplake.fi/deep-lake-btc-defi/guides/proof-of-reserve.md): Proof of Reserve is a provable/auditable proof of Bitcoin Liquidity locked in your project.
- [Ordinals Lending](https://developers.deeplake.fi/deep-lake-btc-defi/guides/ordinals-lending.md): Ordinals: Digital Artifacts to build a liquid economy on top of Native Bitcoin
- [Ordinals Staking](https://developers.deeplake.fi/deep-lake-btc-defi/guides/ordinals-staking.md)
- [Decentralized Derivatives & Options](https://developers.deeplake.fi/deep-lake-btc-defi/guides/decentralized-derivatives-and-options.md)
- [Bitcoin Native Stablecoins](https://developers.deeplake.fi/deep-lake-btc-defi/guides/bitcoin-native-stablecoins.md)
- [Bitcoin Lending](https://developers.deeplake.fi/deep-lake-btc-defi/guides/lending-and-borrowing.md)
- [Sports Betting](https://developers.deeplake.fi/deep-lake-btc-defi/guides/sports-betting.md)
- [Native L1 DAOs](https://developers.deeplake.fi/deep-lake-btc-defi/guides/native-l1-daos.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://developers.deeplake.fi/deep-lake-btc-defi/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.
