Health

The Health Contract calculates the health factor of user positions. It is used to enable and disable the liquidation by the Credit Manager.

Deployments

Neutron: neutron17ktfwsr7ghlxzzma0gw0hke3j3rnssd58q87jv2wzfrk6uhawa3sv8xxtm

Osmosis: osmo1pdc49qlyhpkzx4j24uuw97kk6hv7e9xvrdjlww8qj6al53gmu49sge4g79


Types

The types of the Health Contract can be found here.


Queries

config

Returns the contracts configuration.

Query message
{
    config: {}
}
Return output
{
    data: {
        credit_manager: string | null
        owner_response: {
            abolished: boolean
            emergency_owner: string | null
            initialized: boolean
            owner: string | null
            proposed: string | null
        }
    }
}

health_state

health_values

Last updated