# Bucket Protocol

## Bucket Protocol V2

- [What is Bucket Protocol？](https://docs.bucketprotocol.io/introduction/what-is-bucket-protocol.md)
- [Key Advantages](https://docs.bucketprotocol.io/introduction/key-advantages.md)
- [What is USDB？](https://docs.bucketprotocol.io/introduction/what-is-usdb.md)
- [How CDP Work](https://docs.bucketprotocol.io/mechanism/how-cdp-work.md): This page explains how Bucket’s collateralized debt position (CDP) operate: the actions you can take, how costs accrue, the core risk metrics (CR/MCR), and how liquidation thresholds are determined.
- [Liquidation](https://docs.bucketprotocol.io/mechanism/liquidation.md): This page explains when a position can be liquidated, how protocol-run liquidation is executed, and what the economic outcome looks like for the user.
- [USDB Peg](https://docs.bucketprotocol.io/mechanism/usdb-peg.md)
- [sUSDB and Yield](https://docs.bucketprotocol.io/mechanism/susdb-and-yield.md)
- [Bucket Upgrade and Migration](https://docs.bucketprotocol.io/user-guides/bucket-upgrade-and-migration.md)
- [Borrowing](https://docs.bucketprotocol.io/user-guides/borrowing.md): This guide shows how to open a CDP, deposit collateral, and borrow USDB.
- [Position Management](https://docs.bucketprotocol.io/user-guides/position-management.md): Manage an open CDP from your Dashboard. Every action shows an after-action simulation (CR and Liquidation Price). Submissions require CR ≥ MCR(liquida.
- [Leverage in Bucket](https://docs.bucketprotocol.io/user-guides/leverage-in-bucket.md)
- [Earning with USDB](https://docs.bucketprotocol.io/user-guides/earning-with-usdb.md)
- [What is $BUT and deBUT](https://docs.bucketprotocol.io/token/what-is-usdbut-and-debut.md): This page explains what BUT and deBUT are, how the deBUT weighting model works, and how to stake / unstake.
- [Technical Resources](https://docs.bucketprotocol.io/developer-and-security/technical-resources.md): This page contains useful resources for developers and users interacting with Bucket.
- [Smart Contract Audit](https://docs.bucketprotocol.io/developer-and-security/smart-contract-audit.md): Bucket Protocol has been audited by independent firms to help ensure the security of our Sui smart contracts.
- [Bug Bounty](https://docs.bucketprotocol.io/developer-and-security/bug-bounty.md): Bucket Protocol runs a smart-contract bug bounty on HackenProof to strengthen the security of our Sui contracts. Please submit findings through HackenProof and follow all program rules.
- [Official Links](https://docs.bucketprotocol.io/resources/official-links.md)
- [Terms of Service](https://docs.bucketprotocol.io/resources/terms-of-service.md): Our services are not available to individuals or entities residing in, citizens of, incorporated in, or having a registered office in the United States, Taiwan of or any restricted territory.


---

# 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.bucketprotocol.io/introduction/what-is-bucket-protocol.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.
