# anetaBTC

## anetaBTC

- [Introduction](https://docs.anetabtc.io/introduction.md): anetaBTC is a wrapped Bitcoin protocol on Cardano.
- [Minting cBTC](https://docs.anetabtc.io/overview/minting-cbtc.md): Here is a guide of minting cBTC on Cardano.
- [Redeeming cBTC](https://docs.anetabtc.io/overview/redeeming-cbtc.md): Here is a guide to redeeem cBTC on Cardano.
- [cNETA Staking](https://docs.anetabtc.io/overview/cneta-staking.md): This documentation highlights how to stake cNETA. cNETA staking is currently scheduled to last 6 months, starting from Monday, March 25th, 2024.
- [Testnet Guide](https://docs.anetabtc.io/v2-protocol/testnet-guide.md): Here is a brief overview of using our V2 protocol.
- [Protocol Explained](https://docs.anetabtc.io/fundamentals/protocol-explained.md): This sections explains the technical architecture of all versions of our protocol.
- [Multisig Vault Upgrade](https://docs.anetabtc.io/fundamentals/multisig-vault-upgrade.md): This sections explains the technical architecture of the multisig vault upgrade, which was pushed to production on May 1st, 2024.
- [Litepaper](https://docs.anetabtc.io/fundamentals/litepaper.md)
- [Tokenomics](https://docs.anetabtc.io/fundamentals/tokenomics.md)
- [Social Media](https://docs.anetabtc.io/fundamentals/social-media.md)
- [Sending with cBTC](https://docs.anetabtc.io/use-cases/sending-with-cbtc.md)
- [Lending with cBTC](https://docs.anetabtc.io/use-cases/lending-with-cbtc.md): Learn about lending possibilities on Cardano.
- [Swapping with cBTC](https://docs.anetabtc.io/use-cases/swapping-with-cbtc.md): Use your cBTC to swap for other Cardano native tokens.


---

# 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.anetabtc.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.
