# Known attack vectors

There are a few attack vectors that are known.

1. DDoS of oracle APIs. This is obvious but worth mentioning that if a DSP is DDoS'd, say in the event it is providing a price feed during a volatile time, the price feed could potentially not update preventing the contract from performing whatever logic it would if it were receiving an up to date price.


---

# 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.liquidapps.io/liquidapps-documentation/dapp-service-providers/dsps/setup-dsp/known-attack-vectors.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.
