> For the complete documentation index, see [llms.txt](https://docs.segment.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.segment.finance/protocol/advanced-safety-features.md).

# Advanced Safety Features

**Contracts Safety**

Segment Finance leverages the extensively audited and battle-tested codebase of Compound V2, establishing a robust foundation for security.&#x20;

1. All core contracts have a Timelock with 48h delay
2. All core contracts are owned by Multisigs
3. Token contract ownership is completely renounced
4. [Extensive Contracts Audits](/protocol/advanced-safety-features/audits.md)
5. [Bug Bounty Program](/protocol/advanced-safety-features/immunefi-bug-bounty.md)

**Markets Safety**

1. Supply Limits \
   The platform enforces supply limits for each asset, controlling the maximum amount that can be supplied as collateral. This feature mitigates exposure to a single asset's volatility, ensuring a more stable and secure protocol
2. Debt Ceilings \
   Debt ceilings restrict total borrow amounts in collateralized markets using underlying tokens. Like supply limits, they enhance risk management by limiting large positions backed by specific tail assets
3. [Oracle Security ](/protocol/advanced-safety-features/oracles.md)

   Multiple oracles deliver combined quotes to ensure accurate pricing information, which is critical to determining collateral value and enforcing platform security mechanisms


---

# 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 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.segment.finance/protocol/advanced-safety-features.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.
