# Security

<figure><img src="/files/NF7Ywut6OLO6BzYgum5m" alt=""><figcaption></figcaption></figure>

Lumen Money leverages the extensively audited and battle-tested codebase of Compound V2, establishing a robust foundation for security.

Additionally, Lumen Money operates a [bug bounty program](/protocol/security/bug-bounty.md) aimed at continuously enhancing the protocol's security measures.

**Protocol Operations**

To further bolster security, all contracts are equipped with a 48-hour transaction timelock, and administrative access is managed through a multisignature system.

**Price Feeds**

In order to help safeguard money market activities on Lumen, we needed to integrate accurate, reliable, and high-frequency price feeds.&#x20;

After evaluating various oracle solutions, we chose to integrate the permissionless pull-type oracles from the [Pyth Network](https://pyth.network/), which is one of the most reputable and reliable data providers in the industry.&#x20;

This integration allows us to precisely monitor asset values and initiate liquidations as necessary.


---

# 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.lumen.money/protocol/security.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.
