# Smart Contracts

- [BPRO Token](https://docs.bprotocol.org/technical-documentation/smart-contracts/bpro-token.md): The BPRO governance token is a mintable token, and the distribution schedule for the first 4 years was fixed by the community. It controls the protocol parameters via Governor Bravo DAO.
- [B.MakerDAO](https://docs.bprotocol.org/technical-documentation/smart-contracts/makerdao.md): The B.MakerDAO implementation is fully interface compatible with MakerDAO's original CdpManager. With BCdpManager taking the role of CdpManager.
- [B.Compound](https://docs.bprotocol.org/technical-documentation/smart-contracts/compound.md): B.Compound code is fully interface compatible with the original Compound interface, with BComptroller taking the role of Compound's original Comptroller, and bToken replacing cToken role.
- [B.Liquity](https://docs.bprotocol.org/technical-documentation/smart-contracts/liquity.md): The integration with Liquity only wraps its stability pool. And it is not interface compatible to the original Liquity contracts.
- [Hundred-Finance](https://docs.bprotocol.org/technical-documentation/smart-contracts/hundred-finance.md): B.Protocol provides a backstop to some of Hundred Finance markets.
- [Vesta-Finance](https://docs.bprotocol.org/technical-documentation/smart-contracts/vesta-finance.md): B.Protocol provides a backstop to some of Vesta Finance markets.


---

# 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.bprotocol.org/technical-documentation/smart-contracts.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.
