# Price Oracles

Wild Credit currently uses Chainlink as the price oracle.

If the oracle stops reporting the price for any reason, the following actions will be auto-disabled: deposit, borrow, liquidate.

The actions which don't require token prices will remain enabled: repay, withdraw.

Be aware that providing liquidity on a pair with a low-cap token is highly risky. If the cost of market buying a small-cap token to increase its price for a period of time (e.g. 10 minutes) is lower than the potential reward of borrowing against, it's possible that someone may do exactly that.

On the opposite side, if the token price drops significantly for a TWAP period of time, this could result in a lot of liquidations.

Note that this kind of price manipulation is not a technical issue. The price reported by the oracle would in this case be correct. It's also not a flash loan attack which all happens in the same transaction and is not possible here. The borrower would need to maintain the price of the target token for a certain period of time in order to execute this scenario.


---

# 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://wild-credit.gitbook.io/wild-credit/advanced-concepts/price-oracles.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.
