getDemandFactor

getDemandFactor is a method on the ARIO class that retrieves the current network demand factor. This factor is a dynamic multiplier that adjusts the cost of ArNS interactions based on network demand - higher demand results in higher costs, and vice versa.

getDemandFactor does not require authentication.

Examples

getDemandFactor

const demandFactor = await ario.getDemandFactor();

Parameters

getDemandFactor does not accept parameters.

Output

1.05256 // A multiplier where 1.0 represents baseline cost

Was this page helpful?