# Mechanism

- [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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bucketprotocol.io/mechanism.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.
