> For the complete documentation index, see [llms.txt](https://docs.reflexer.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reflexer.finance/system-contracts/oracle-module/fsm.md).

# 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).
