# README
Safety Fund
Currently, safety fund is simply a module account holding funds, which can be spent upon a successful a governance proposal. In the long term, the goal is that the module is able to automatically detect bad debts incurred in the outposts and distribute appropriate amount of funds to cover the shortfall, without having to go through the governance process.
# Functions
NewAppModule creates a new AppModule object.
# Structs
AppModule implements an application module for the safety fund module.
AppModuleBasic defines the basic application module used by the module.