# Risks

## Smart contract risk

Before you explore the world of DeFi and mistakenly think "it just works", we recommend checking out this [link](https://rekt.news/leaderboard/) which shows the biggest hacks, exploits, and design failures of some the biggest protocols in DeFi. Many of them have built stronger, and grow resilient to these attacks, however the competition between hackers and developers is never ending, and while we trend towards a safer DeFi ecosystem, we are not there yet.

## Closed source

This may sound counter-intuitive, but using open source applications, where everyone can openly see the code tends to be much safer for the user. DeFi apps on Solana have a bad tendency to be closed source. Luckily this is changing, [here is a list](https://anchor.projectserum.com/programs) of smart contracts on Solana currently embracing open source.

## Bad actors

Protocols can suffer from coordinated attacks by bad actors, trying to cause liquidations. Make sure that the protocols you use have safeguards in place to avoid these kinds of risks. To learn more about how Honey handles bad actors, check our[ whitepaper](broken://pages/-Mj9vV7g63tVHfuEGemz).

## Unforeseen

DeFi is a bustling land of opportunity for anybody to empower themselves financially. With novelty and excitement comes unforeseen risks we may not even know about. In that sense, this list is by no means exhaustive.


---

# 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.honey.finance/learn/risks.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.
