# Oracle Manipulation

Coupon Finance exclusively utilizes Chainlink oracles to ensure accurate and secure pricing data for all assets within the protocol. Chainlink's decentralized oracle network provides reliable, tamper-proof data which is crucial for the correct functioning of our markets.

## Why oracles?

1. **Determining Market Value of Assets**: Accurate asset pricing is crucial for the stability and integrity of our markets.
2. **Enforcing Over-collateralization Rules**: Oracles help enforce the over-collateralization rules to ensure that the value of collateral remains higher than the loan value, thus safeguarding the interests of lenders.
3. **Liquidation Procedures**: In scenarios where the value of a borrower's collateral declines to a certain level, accurate pricing data from oracles initiates the liquidation processes to protect lenders.

## Managing Oracle Risks

Even with Chainlink's established reputation, it's crucial for users to understand the inherent risks associated with oracle-based data retrieval. We encourage users to remain informed and exercise due diligence when participating in our 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.coupon.finance/risks/oracle-manipulation.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.
