# FSM

The Feed Security Module is a generalized, OSM-like framework where we experiment with different strategies to introduce a delay between a new price feed coming in a FSM contract and then being pushed in the core system.

For now we focus most of our development efforts on the OSM (that we inherited from the MCD codebase) but are also experimenting with [DSM](https://github.com/reflexer-labs/geb-fsm/blob/master/src/DSM.sol) (Dampened Security Module).


---

# 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.reflexer.finance/system-contracts/oracle-module/fsm.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.
